Returns a list of all available Ship Types.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET 'https://ws.integration.banyantechnology.com/api/StaticData/ShipTypes' \
--header 'Authorization: Bearer <token>'
Responses
application/json [
{
"description": "Consignee"
},
{
"description": "Shipper"
},
{
"description": "ThirdParty"
}
]
Modified at 2024-09-16 11:42:17