Get Reference Numbers for a Shipment
Retrieve the Reference Numbers of a single Shipment by its id.#
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/v3/shipments//referencenumbers'
Responses
application/json array of:
The type of the Reference field
>= 1 characters<= 250 characters
The actual value of the Reference field
>= 1 characters<= 250 characters
If true, this reference field will be printed on the shipments BOL
printOnShippingLabel
boolean
optionalIf true, this reference field will be printed on the shipments Shipping Label
[
{
"type": "string",
"value": "string",
"printOnBol": true,
"printOnShippingLabel": true
}
]
Modified at 2024-09-16 11:42:17