Pick up label
GET
/shipment/batch/{batchId}/label
ShipmentBatch
Purpose and usage
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/shipment/batch//label?PageSize&Position&limit&offset&OrderBy' \
--header 'Accept-Language;' \
--header 'X-Correlation-ID;' \
--header 'X-LogLevel;'
Response Response Example
200 - Example 1
"string"
Request
Path Params
batchId
string <uuid>
required
Query Params
PageSize
enum<string>
optional
Allowed values:
DefaultA4
Position
integer <int32>
optional
>= 1<= 4
limit
integer <int32>
required
>= 1<= 200
offset
integer <int32>
required
>= 0
OrderBy
optional
Orderable fields: ShipmentNumber, ReferenceId, see also schema Eps.Api.MyApi2.Web.Controllers.ShipmentBatchController.GetShipmentBatchLabel.OrderBy.enum
Any of
Allowed values:
ShipmentNumberReferenceId
Header Params
Accept-Language
string
optional
X-Correlation-ID
string
optional
X-LogLevel
enum<string>
optional
Allowed values:
TraceDebugInformationWarningErrorCritical
Responses
Modified at 2025-02-10 14:02:14