Returns a list of all available Document Types.
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/DocumentTypes'
Responses
application/json [
"Banyan_BOL",
"Shipping_Label",
"Carrier_BOL",
"Carrier_POD",
"Carrier_Label",
"AP",
"AR",
"Carrier_Weight"
]
Modified at 2024-09-16 11:42:17