Authorization: Bearer ********************
{
"referenceFields": [
{
"type": "string",
"value": "string",
"printOnBol": true,
"printOnShippingLabel": true
}
]
}
curl --location --request POST 'https://ws.integration.banyantechnology.com/api/v3/shipments//referencenumbers' \
--header 'Content-Type: application/json' \
--data-raw '{
"referenceFields": [
{
"type": "string",
"value": "string",
"printOnBol": true,
"printOnShippingLabel": true
}
]
}'
[
{
"type": "string",
"value": "string",
"printOnBol": true,
"printOnShippingLabel": true
}
]