Industries & Sub Industries
Industries
Endpoint: https://sandbox.sasapay.app/api/v2/waas/industries/
Sample Request
Headers
Key: Authorization
Value: Bearer Q1k2RW5SOGlsYUZnRzNGMQUlDS3VrTFhVV0xScFVHYQ==
Response Parameters
Field | Type | Description | Example |
---|---|---|---|
responseCode | String | This status shows whether the list of channel codes was retrieved successfully or not | "statusCode":"0" |
message | String | This is the message associated with the operation. | "Industries" |
Response Sample
{
"status": true,
"responseCode": "0",
"message": "Industries",
"data": [
{
"id": 62,
"code_value": "Agriculture,Forestry and Fishing"
},
{
"id": 63,
"code_value": "MINING AND QUARRYING"
},
]
}
Sub Industries
Endpoint: https://sandbox.sasapay.app/api/v2/waas/sub-industries/?industryId=62
Sample Request
Headers
Key: Authorization
Value: Bearer Q1k2RW5SOGlsYUZnRzNGMQUlDS3VrTFhVV0xScFVHYQ==
Response Parameters
Field | Type | Description | Example |
---|---|---|---|
responseCode | String | This status shows whether the list of channel codes was retrieved successfully or not | "statusCode":"0" |
message | String | This is the message associated with the operation. | "Sub Industries" |
Response Sample
{
"status": true,
"responseCode": "0",
"message": "Sub Industries",
"data": [
{
"id": 1,
"sub_industry": "Crop Production"
},
{
"id": 2,
"sub_industry": "Livestock Farming"
},
]
}