Used to modify the output format of the label.
PUT
/shipment/batch/{batchId}
ShipmentBatch
Purpose and usage
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT '/shipment/batch/' \
--header 'Accept-Language;' \
--header 'X-Correlation-ID;' \
--header 'X-LogLevel;' \
--header 'Content-Type: application/json' \
--data-raw '{
"labelSettings": {
"format": "Pdf",
"completeLabelSettings": {
"isCompleteLabelRequested": true,
"pageSize": "A4"
}
}
}'
Response Response Example
204 - Example 1
{}
Request
Path Params
batchId
string <uuid>
required
Header Params
Accept-Language
string
optional
X-Correlation-ID
string
optional
X-LogLevel
enum<string>
optional
Allowed values:
TraceDebugInformationWarningErrorCritical
Body Params application/json
Responses
Modified at 2025-02-10 09:33:53