{
"response": {
"status": 200,
"externalId": "string",
"esbUUID": "string",
"desc": {
"code": "string",
"en": "string",
"ar": "string"
}
},
"meta": {
"total": 1,
"limit": 10,
"totalPage": 1,
"currentPage": 1,
"tradeLicenses": [
"dul12345",
"dul45678"
],
"states": [
"eligible",
"reviewed"
]
},
"tradeLicenses": {
"dul12345": [
{
"state": "eligible",
"nextBestAction": [
"GetServiceDetail",
"StartMyApplication"
],
"services": [
{
"id": "123456",
"name": "Service A",
"desc": "This is short description of Service A",
"category": [
"water",
"electricity"
],
"authority": "DEWA"
}
]
}
],
"dul45678": [
{
"state": "reviewed",
"nextBestAction": [
"GetServiceDetail",
"StartMyApplication"
],
"services": [
{
"id": "567890",
"name": "Service B",
"desc": "This is short description of Service B",
"category": [
"transport"
],
"authority": "RTA"
}
]
}
]
}
}