Get Entity Types
The below API is used to get Entity Types.
Request: GET
Signature: /api/mobile/GetEntityTypes?Token={Login_Token}
Sample: /api/mobile/GetEntityTypes?Token=VomYEMiECFFyAQ3==
Response:
{
"Code": 1,
"Info": "",
"RowsAffected": 0,
"Scalar": null,
"Identity": 0,
"RetInfo": [
{
"Key": 0,
"Value": "Carrier"
},
{
"Key": 1,
"Value": "Customer"
},
{
"Key": 2,
"Value": "Transporter"
},
{
"Key": 3,
"Value": "Bond Agent"
},
{
"Key": 4,
"Value": "CFS/Port Details"
},
{
"Key": 5,
"Value": "Bank"
},
{
"Key": 6,
"Value": "Authority"
},
{
"Key": 7,
"Value": "Other Vendor"
}
]
}
Things to know about this API:
- Token - You can use Login API to get token displayed under Info