Pre-condition: 1.Investor authenticated in IID Portal and select a TradeLicense AND 2.Investor go to Request section OR 3.Investor go to Application Log section for specific section
Remarks:
This operation is only accessible within the within the DET Application Cluster.APIM shall expose the same IID Middleware endpoints (wildcard). The IID Middleware and S360 Proxy are expected to forward the request and its corresponding reply from and to the APIM.
X-API-Key: ********************
{
"requestControl": {
"returnAppStatus": true,
"returnAppAudit": true,
"returnAppWorkspace": true
},
"query": {
"dulNumber": [
"string"
],
"legalEntityId": "string",
"situation": [
"string"
]
}
}
curl --location --request POST 'https://s360-app-apiqa.detsandbox.com/applications/v1' \
--header 'X-Request-Id: {{$string.uuid}}' \
--header 'x-IID-Sid: {{$string.uuid}}' \
--header 'X-IID-TraceId: {{$string.uuid}}' \
--header 'x-IID-Usr-CorrelationId: {{$string.numeric}}' \
--header 'Content-Type: application/json' \
--header 'X-API-Key;' \
--data-raw '{
"requestControl": {
"returnAppStatus": true,
"returnAppAudit": true,
"returnAppWorkspace": true
},
"query": {
"dulNumber": [
"string"
],
"legalEntityId": "string",
"situation": [
"string"
]
}
}'
{
"status": 200,
"externalId": "0d5087a0-a259-43d7-9b5a-da476bd37459",
"esbUUID": "5c6f2ea1-6d3b-4ab1-bab2-928b13e7324d",
"desc": {
"code": "ESB-360-S0000",
"en": "Success",
"ar": "نجاح"
},
"applications": [
{
"appIdentifier": {
"applicationId": "19c73388-198b-49d3-90c1-1d48e6d6710c",
"serviceId": "Service-1",
"entityId": "RTA",
"serviceName": "Tasty Wooden Towels",
"serviceVersion": "v1"
},
"appState": {
"en": "Submitted",
"ar": "التسمية العربية"
},
"appAudit": {
"steps": [
{
"seqNo": 1,
"type": "Completed",
"rule": {
"en": "Consent To Apply",
"ar": "التسمية العربية"
},
"state": {
"en": "Obtained",
"ar": "التسمية العربية"
},
"initialUpdatedOn": "2013-09-13T16:02:36.905Z",
"lastUpdatedOn": "2001-01-23T20:28:06.061Z",
"initialUpdatedBy": "9",
"lastUpdatedBy": "5"
},
{
"seqNo": 2,
"type": "Completed",
"rule": {
"en": "Pay To Apply",
"ar": "التسمية العربية"
},
"state": {
"en": "Paid",
"ar": "التسمية العربية"
},
"initialUpdatedOn": "1976-03-04T08:49:13.715Z",
"lastUpdatedOn": "2002-07-08T20:19:05.848Z",
"initialUpdatedBy": "8",
"lastUpdatedBy": "5"
},
{
"seqNo": 3,
"type": "Completed",
"rule": {
"en": "Application",
"ar": "التسمية العربية"
},
"state": {
"en": "Completed",
"ar": "التسمية العربية"
},
"initialUpdatedOn": "1951-08-23T19:36:37.463Z",
"lastUpdatedOn": "1960-08-09T03:10:08.415Z",
"initialUpdatedBy": "2",
"lastUpdatedBy": "4"
},
{
"seqNo": 4,
"type": "Completed",
"rule": {
"en": "Pay To Submit",
"ar": "التسمية العربية"
},
"state": {
"en": "Paid",
"ar": "التسمية العربية"
},
"initialUpdatedOn": "1951-08-23T19:36:37.463Z",
"lastUpdatedOn": "1960-08-09T03:10:08.415Z",
"initialUpdatedBy": "2",
"lastUpdatedBy": "4"
},
{
"seqNo": 5,
"type": "Info",
"rule": {
"en": "Decision",
"ar": "التسمية العربية"
},
"state": {
"en": "In Progress",
"ar": "التسمية العربية"
},
"initialUpdatedOn": "1951-08-23T19:36:37.463Z",
"lastUpdatedOn": "1960-08-09T03:10:08.415Z",
"initialUpdatedBy": "2",
"lastUpdatedBy": "4"
},
{
"seqNo": 6,
"type": "Info",
"rule": {
"en": "Provisioning",
"ar": "التسمية العربية"
},
"state": {
"en": "Pending",
"ar": "التسمية العربية"
},
"initialUpdatedOn": "1951-08-23T19:36:37.463Z",
"lastUpdatedOn": "1960-08-09T03:10:08.415Z",
"initialUpdatedBy": "2",
"lastUpdatedBy": "4"
}
],
"submissionCount": 1,
"moreInfoRequired": false,
"requestedBy": {
"legalEntityId": "4",
"userId": "Rhianna_Pacocha"
},
"requestedFor": "Loyce_Hamill31",
"readOnly": true
},
"appWorkspace": {
"mainLandingPage": "http://poor-head.name",
"applicationLandingPage": "https://alarmed-hops.org",
"successfulEntryPage": "https://this-hunt.name",
"exceptionEntryPage": "http://early-nitrogen.info"
},
"availableActions": [
{
"code": "7",
"en": "View My Application",
"ar": "التسمية العربية"
}
],
"dulNumber": "DUL0001"
}
]
}