ShipmentInfoStructure
This structure is an object providing shipment information.
Structure Fields
Field Name | Type | Required? | Description |
---|---|---|---|
dropOffType | string | Yes | Service type - only available: REGULAR_PICKUP and REQUEST_COURIER |
serviceType | string | Yes | Shipping service - only available: LM |
billing | BillingStructure | Yes | Payment data |
specialServices | ServiceStructure[] | No | Special services |
shipmentDate | string (10) | Yes | Shipping date (YYYY-MM-DD) |
shipmentStartHour | string(32) | Yes | Beginning of the time range when a courier can collect the shipment; in HH:MM format |
shipmentEndHour | string(32) | Yes | End of the time range when a courier can collect the shipment; in HH:MM format |
labelType | string | Yes | Return label type - available: BLP or ZBLP |
wayBill | string | No | Shipment number |
Example:
<shipmentInfo> <dropOffType>REGULAR_PICKUP</dropOffType> <serviceType>LM</serviceType> <billing> <shippingPaymentType>SHIPPER</shippingPaymentType> <billingAccountNumber>1736256</billingAccountNumber> <paymentType>BANK_TRANSFER</paymentType> <costsCenter>Lodz Headquarters</costsCenter> </billing> <specialServices> <item> <serviceType>INSUR</serviceType> <serviceValue>20</serviceValue> </item> </specialServices> <shipmentDate>2014-10-25</shipmentDate> <shipmentStartHour>10:00</shipmentStartHour> <shipmentEndHour>15:00</shipmentEndHour> <labelType>BLP</labelType> <wayBill>12345678910</wayBill> </shipmentInfo>