Returns a list of all available Statuses.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request samples
curl --location --request GET 'https://ws.integration.banyantechnology.com/api/StaticData/Statuses'
Responses
application/json [
{
"description": "Approval Denied"
},
{
"description": "Booked"
},
{
"description": "Cancelled"
},
{
"description": "Delivered"
},
{
"description": "Dispatch Failed"
},
{
"description": "Dispatch Requested"
},
{
"description": "Dispatched"
},
{
"description": "In Transit"
},
{
"description": "Open"
},
{
"description": "Pending"
},
{
"description": "Quote Approval Pending"
},
{
"description": "Quoted"
}
]
Modified at 2024-09-16 11:42:17