Authorization: Bearer ********************
{
"documentTypes": [
"banyan_bol"
]
}
curl --location --request POST 'https://ws.integration.banyantechnology.com/api/v3/shipments//GetDocuments' \
--header 'Content-Type: application/json' \
--data-raw '{
"documentTypes": [
"banyan_bol"
]
}'
[
{
"documentType": "Banyan_BOL",
"base64Documents": [
"string"
],
"zplDocuments": [
"string"
],
"success": true,
"error": {
"message": "string"
}
}
]