BookingRequest
Request body for registering a new parcel shipment.
- itemsType: array object[] · Item[]required
List of parcel items being shipped.
Details about the physical item being shipped.
- itemType: integer
Number requiredSequence number for the item in the shipment.
- trackingType: string
Reference max length:35requiredOptional external tracking reference for the item.
- contentsType: stringmax length:100
Brief description of the contents for customs/declaration.
- heightType: number
Item height in centimeters (cm).
- lengthType: number
Item length in centimeters (cm).
- volumeType: integer
Item volume in cubic decimeter.
- weightType: integer
Item weight in grams (g).
- widthType: number
Item width in centimeters (cm).
- partiesType: array object[] · Party[] 2…3required
Consignee and consignor details. Must contain at least two Party objects.
Consignee (recipient) or Consignor (sender) details.
- addressType: stringmax length:105required
Street address, including street number and apartment/entrance.
- countryType: string
Code requiredTwo-letter country code (ISO 3166-1).
- emailType: stringmax length:100Format: emailrequired
Email address for notification/contact.
- nameType: stringrequired
Name of the party. Mandatory for consignee and consignor.
- phone1Type: stringmax length:100required
Primary phone number.
- postalType: string
Name requiredAlso known as city.
- typeType: stringenumrequired
Role of the party in the shipment.
values- consignee
- consignor
- service
Point
- zipType: string
Code requiredAlso known as postal code.
- coaddressType: string nullable
Care-of address, if applicable.
- contactType: stringmax length:35
Internal contact identifier.
- detailedType: object nullable
Address Structured detailed address object, returned in booking responses. Not required on input.
- idType: integer nullable
Identifier that can be used to identify the same party between different shipments.
- phone2Type: stringmax length:100 nullable
Secondary phone number.
- referenceType: stringmax length:35
Internal reference for this party.
- shopType: integer
Id requiredThe identifier of the shop making the booking.
- transportType: integer
Solution Id requiredThe chosen transport solution ID.
- desiredType: stringFormat: date nullable
Delivery Date Requested delivery date in ISO 8601 format (YYYY-MM-DD). Pass null for standard delivery.
- messageType: string nullable
To Carrier Optional message to the carrier handling the shipment.
- messageType: string nullable
To Consignee Optional message to the recipient (consignee).
- shipmentType: string nullable
Id An optional external identifier for the shipment (e.g., customer order ID). Pass null to let Helthjem assign one.