Booking API
The Booking API is used to book shipments and supports more than 60 different services as well as a variety of additional services. Each shipment is booked individually, and shipment number, tracking link, EDI-prenotification, label and other transport documents are created as part of the transaction. Additionally, it’s possible to book pickups. The API can also provide a list of supported services and countries based on your agreement with Bring (i.e. the customer numbers attached to your user). The Booking API has similarities with the Shipment API, but there are differences.
Authentication
To integrate with the Bring APIs, you will need a Mybring user account with an API key. Information about prerequisites and authentication headers can be found on the general API Getting Started page. In addition to authentication, you need to be authorized.
Rate limiting
Clients exceeding 18 requests per second will be throttled, and the response will contain http status code 429. If you have a use case requiring rates above the limit, please contact developer-booking@bring.com for assistance.
Formats
REST XML/JSON over HTTP. Booking endpoints will assume all requests are UTF-8 encoded.
Special topics
- Versioning
- Authorization
- Performance
- Measurements for Cargo and Home Delivery services
- Checking prices and availability
- Label free codes
- Making labels
- RFID labels for Mailbox Parcel (3570)
- Generating QR Codes
- Free return of parcels
- Customs information
- LQ - Limited quantities (of dangerous goods)
- Incoterms for Cargo International
- QuickPack Envelope for Express International
Subscribe to updates
Endpoints
https://api.bring.com/booking-api
Usage | Method | Endpoint |
---|---|---|
Make a booking | POST |
/api/booking
|
List customer numbers and services | GET |
/api/customers
|
Error codes | GET |
/api/errors
|
Order a pickup | POST |
/api/pickupOrder
|
Make a booking
https://api.bring.com/booking-api/api/booking
Request
header parameters
-
X-Mybring-API-Uid
Required -
- Description
- Mybring login ID
- Type
- string
-
X-Mybring-API-Key
Required -
- Description
- Your user's API key
- Type
- string
-
Accept
-
- Description
- Specify response format
- Type
- string
- Enum
application/json
application/xml
-
Content-Type
-
- Description
- Specify request format
- Type
- string
- Enum
application/json
application/xml
Body schema
-
clientUid
- string
-
clientUrl
- string
-
Required
- array of objects
-
correlationId
- An identifier to correlate packages which belong to the same orderstring
-
customerSpecifiedDeliveryDateTime
- The date and time selected for preferred delivery by the customer. Note that for some services, the time part of this field will be ignored. This field is applicable for 5600 and Oil Express. For 5600 the date cannot be set to more than current date + 10 daysstring <date-time>
-
customerSpecifiedDispatchDateTime
- string <date-time>
-
generateQrCodes
- Specifies whether QR codes are wanted in addition to the regular label for certain services. See Generating QR codes for more informationboolean
- array of objects
-
containerId
- This parameter is applicable (and required) for Oil Expressstring
-
correlationId
- string
- object
-
-
heightInCm
Required - Height of the package in centimeters. Dimension is optional when volumeInDm3 is specified in the request for Cargo. See Measurements for Cargo and Home Delivery services for more informationinteger <int32>
-
lengthInCm
Required - Length of the package in centimeters. Dimension is optional when volumeInDm3 is specified in the request for Cargo. See Measurements for Cargo and Home Delivery services for more informationinteger <int32>
-
widthInCm
Required - Width of the package in centimeters. Dimension is optional when volumeInDm3 is specified in the request for Cargo. See Measurements for Cargo and Home Delivery services for more informationinteger <int32>
-
-
goodsDescription
- Describes what is inside the packagestringMax length: 35
-
isStackable
- This parameter is applicable when packageType is palletboolean
-
loadMeters
- Load meters (when request is for Cargo). Maximum value is 49.9. See Measurements for Cargo and Home Delivery services for more informationnumber <double>
-
numberOfItems
- Number of items within a package. This parameter is applicable for Cargo, Oil Express and Home Delivery servicesinteger <int32>
-
numberOfPallets
- Number of pallets (when request is for Cargo). See Measurements for Cargo and Home Delivery services for more informationinteger <int32>
-
packageType
- string
- Enum
QuickPack Envelope - envelope
Cargo services - package
Cargo/pallet services - pallet
Cargo/pallet services - half-pallet
Cargo/pallet services - quarter-pallet
Oil Express - ox_unit
Oil Express - ox_tank
Oil Express - ox_container
Oil Express - ox_basket
Oil Express - ox_pallet
Oil Express - ox_other
Home Delivery services - hd_eur
Home Delivery services - hd_half
Home Delivery services - hd_quarter
Home Delivery services - hd_loose
-
volumeInDm3
- Volume in cubic decimeters. See Measurements for Cargo and Home Delivery services for more informationnumber <double>
-
weightInKg
- Weight in kilogramsnumber <double>
-
- object
-
- Applicable for Cargo Internationalobject
-
-
addressLine
Required - stringMax length: 35
-
addressLine2
- stringMax length: 35
-
city
Required - stringMax length: 35
-
countryCode
Required - Two-letter ISO-3166-1 country codestring
-
name
Required - string
-
postalCode
Required - string
-
vatNumber
- Organisation numberstringMax length: 12
-
- Applicable for Cargo Internationalobject
-
-
addressLine
Required - stringMax length: 35
-
addressLine2
- stringMax length: 35
-
city
Required - stringMax length: 35
-
countryCode
Required - Two-letter ISO-3166-1 country codestring
-
name
Required - string
-
postalCode
Required - string
-
vatNumber
- Organisation numberstringMax length: 12
-
- See Customs information for more informationobject
-
-
addressLine
Required - stringMax length: 35
-
addressLine2
- stringMax length: 35
-
city
Required - stringMax length: 35
-
countryCode
Required - Two-letter ISO-3166-1 country codestring
-
name
Required - string
-
postalCode
Required - string
-
vatNumber
- Organisation numberstringMax length: 12
-
- object
-
-
countryCode
Required - string
-
id
Required - string
-
-
Required
- object
-
-
additionalAddressInfo
- Specifies a pickup/delivery instruction which will be shown on labels (and any waybills). Applicable for the Norwegian parcel services Pakke til bedrift (5000) and Ekspress neste dag (4850), as well as Cargo Norway domestic-services (all), Cargo International, Oil Express and Courier & Express services (all)stringMax length: 70
-
addressLine
Required - stringMax length: 35
-
addressLine2
- stringMax length: 35
-
city
Required - stringMax length: 35
- Contact detailsobject
-
-
email
- stringMax length: 60
-
name
- string
-
phoneNumber
- string
-
-
countryCode
Required - Two-letter ISO-3166-1 country codestring
-
name
Required - string
-
postalCode
Required - string
-
reference
- Your internal order number that can be used for tracking. Please avoid using any personal data here since sender's reference is accessible in open trackingstringMax length: 35
-
vatNumber
- Organisation numberstringMax length: 12
-
- Specifies a different return address than your actual sender address. When this tag is populated, the input will replace your actual sender address on the top left corner of the label. Only applicable to Pakke i Postkassen (Mailbox Parcel)object
-
-
addressLine
Required - stringMax length: 35
-
addressLine2
- stringMax length: 35
-
city
Required - stringMax length: 35
-
countryCode
Required - Two-letter ISO-3166-1 country codestring
-
name
Required - string
-
postalCode
Required - string
-
-
Required
- object
-
-
additionalAddressInfo
- Specifies a pickup/delivery instruction which will be shown on labels (and any waybills). Applicable for the Norwegian parcel services Pakke til bedrift (5000) and Ekspress neste dag (4850), as well as Cargo Norway domestic-services (all), Cargo International, Oil Express and Courier & Express services (all)stringMax length: 70
-
addressLine
Required - stringMax length: 35
-
addressLine2
- stringMax length: 35
-
city
Required - stringMax length: 35
- Contact detailsobject
-
-
email
- Specify an e-mail address if you want a booking confirmation e-mail to be sentstringMax length: 60
-
name
- string
-
phoneNumber
- Contact phone number. Note that sender phone number is a mandatory field for all outgoing services. Exceptions to this rule are Pakke i Postkassen (Mailbox Parcel) and all return servicesstring
-
-
countryCode
Required - Two-letter ISO-3166-1 country codestring
-
name
Required - string
-
postalCode
Required - string
-
reference
- Your internal order number that can be used for tracking. Please avoid using any personal data here since sender's reference is accessible in open trackingstringMax length: 35
-
vatNumber
- Organisation numberstringMax length: 12
-
- object
-
- array of objects
-
code
- string
-
id
- See the API service portfolio for further information on the different VASesstring
- Enum
1000
POSTOPPKRAV
2084
EVARSLING
0041
SIMPLE_DELIVERY
0068
INSURANCE
1062
LORDAGSUTKJORING
0015
EVE_DELIVERY
2086
2141
NON_FREEZE
1142
PHONENOTIFICATION
1245
DANGEROUS_GOODS
OX_EXPRESS
ADVISERING
DELIVERY_INDOOR
FLEX_DELIVERY
ENVELOPE
1083
1288
1081
1073
SOSIAL_KONTROLL
1280
1133
LEGITIMASJONSPLIKT
1134
1094
1179
1165
1122
1123
1139
1124
1125
1140
1141
1342
2012
1127
1128
0003
1149
1163
2221
1095
1371
1380
1385
1362
-
-
customerNumber
Required - API customer numberstringMax length: 35
- object
-
- array of objects
-
countryOfOrigin
- The country code of origin of the articles in an ediCustomsDeclaration line. This parameter must be 2 characters longstring
-
currency
- The currency code used in an ediCustomsDeclaration line. This parameter must be 3 characters longstring
-
customsArticleNumber
- string
-
goodsDescription
- Describes what is inside the packagestringMax length: 35
-
itemNetWeightInKg
- The weight (in kg) of all the articles declared in an ediCustomsDeclaration linestring
-
quantity
- The number of articles in an ediCustomsDeclaration linestring
-
tarriffLineAmount
- The value of all the articles declared in an ediCustomsDeclaration linestring
-
-
iossNumber
- Import One-Stop Shop (IOSS) number used for customs export from Norway to EU. It must be in the format IMxxxxxxxxxx (10 digits). Only valid when natureOfTransaction is of type SALE_OF_GOODS. Note that this field cannot be combined with a reference field on the sender partystring
-
natureOfTransaction
Required - Specifies the purpose of the transactionstring
- Enum
SALE_OF_GOODS
RETURNED_GOODS
GIFT
COMMERCIAL_SAMPLE
DOCUMENTS
OTHER
-
otherNatureOfTransactionDescription
- string
-
id
Required - string
-
incotermRule
- See Incoterms for Cargo International for more informationstring
- Enum
DDP
DAP
FCA
EXW
-
messageForRecipient
- This parameter is applicable for Oil ExpressstringMax length: 400
-
nonStandardCourierProductCode
- Specifies the product code for customized courier services. This field is mandatory when request is for Non Standard Courierstring
- object
-
-
deliveryOption
- See Delivery attempts for more informationstring
-
-
whoPaysInvoice
- Specifies which party will pay the invoice for the bookingstring
- Enum
sender
recipient
thirdParty
- Specifies the return service which should be used to generate a return shipment along with the outgoing shipment. See Free return of parcels for more informationobject
-
-
id
Required - string
-
-
shippingDateTime
- The date and time when an order is ready to be transported. The label generated against a booking will be valid for 52 weeks when Bring receives the request for an orderstring <date-time>
-
-
schemaVersion
Required - Currently, it is 1integer <int32>
-
testIndicator
Required - For test bookings, set this to trueboolean
- object
-
-
clientUid
- string
-
clientUrl
- string
-
Required
- array wrapped
-
- object
-
-
correlationId
- An identifier to correlate packages which belong to the same orderstring attribute
-
customerSpecifiedDeliveryDateTime
- The date and time selected for preferred delivery by the customer. Note that for some services, the time part of this field will be ignored. This field is applicable for 5600 and Oil Express. For 5600 the date cannot be set to more than current date + 10 daysstring <date-time>
-
customerSpecifiedDispatchDateTime
- string <date-time>
-
generateQrCodes
- Specifies whether QR codes are wanted in addition to the regular label for certain services. See Generating QR codes for more informationboolean
- array
-
- object
-
-
containerId
- This parameter is applicable (and required) for Oil Expressstring
-
correlationId
- string attribute
- object
-
-
heightInCm
Required - Height of the package in centimeters. Dimension is optional when volumeInDm3 is specified in the request for Cargo. See Measurements for Cargo and Home Delivery services for more informationinteger <int32>
-
lengthInCm
Required - Length of the package in centimeters. Dimension is optional when volumeInDm3 is specified in the request for Cargo. See Measurements for Cargo and Home Delivery services for more informationinteger <int32>
-
widthInCm
Required - Width of the package in centimeters. Dimension is optional when volumeInDm3 is specified in the request for Cargo. See Measurements for Cargo and Home Delivery services for more informationinteger <int32>
-
-
goodsDescription
- Describes what is inside the packagestringMax length: 35
-
isStackable
- This parameter is applicable when packageType is palletboolean
-
loadMeters
- Load meters (when request is for Cargo). Maximum value is 49.9. See Measurements for Cargo and Home Delivery services for more informationnumber <double>
-
numberOfItems
- Number of items within a package. This parameter is applicable for Cargo, Oil Express and Home Delivery servicesinteger <int32>
-
numberOfPallets
- Number of pallets (when request is for Cargo). See Measurements for Cargo and Home Delivery services for more informationinteger <int32>
-
packageType
- string
- Enum
QuickPack Envelope - envelope
Cargo services - package
Cargo/pallet services - pallet
Cargo/pallet services - half-pallet
Cargo/pallet services - quarter-pallet
Oil Express - ox_unit
Oil Express - ox_tank
Oil Express - ox_container
Oil Express - ox_basket
Oil Express - ox_pallet
Oil Express - ox_other
Home Delivery services - hd_eur
Home Delivery services - hd_half
Home Delivery services - hd_quarter
Home Delivery services - hd_loose
-
volumeInDm3
- Volume in cubic decimeters. See Measurements for Cargo and Home Delivery services for more informationnumber <double>
-
weightInKg
- Weight in kilogramsnumber <double>
-
-
Required
- object
-
- Applicable for Cargo Internationalobject
-
-
addressLine
Required - stringMax length: 35
-
addressLine2
- stringMax length: 35
-
city
Required - stringMax length: 35
-
countryCode
Required - Two-letter ISO-3166-1 country codestring
-
name
Required - string
-
postalCode
Required - string
-
vatNumber
- Organisation numberstringMax length: 12
-
- Applicable for Cargo Internationalobject
-
-
addressLine
Required - stringMax length: 35
-
addressLine2
- stringMax length: 35
-
city
Required - stringMax length: 35
-
countryCode
Required - Two-letter ISO-3166-1 country codestring
-
name
Required - string
-
postalCode
Required - string
-
vatNumber
- Organisation numberstringMax length: 12
-
- See Customs information for more informationobject
-
-
addressLine
Required - stringMax length: 35
-
addressLine2
- stringMax length: 35
-
city
Required - stringMax length: 35
-
countryCode
Required - Two-letter ISO-3166-1 country codestring
-
name
Required - string
-
postalCode
Required - string
-
vatNumber
- Organisation numberstringMax length: 12
-
- object
-
-
countryCode
Required - string
-
id
Required - string
-
-
Required
- object
-
-
additionalAddressInfo
- Specifies a pickup/delivery instruction which will be shown on labels (and any waybills). Applicable for the Norwegian parcel services Pakke til bedrift (5000) and Ekspress neste dag (4850), as well as Cargo Norway domestic-services (all), Cargo International, Oil Express and Courier & Express services (all)stringMax length: 70
-
addressLine
Required - stringMax length: 35
-
addressLine2
- stringMax length: 35
-
city
Required - stringMax length: 35
- Contact detailsobject
-
-
email
- stringMax length: 60
-
name
- string
-
phoneNumber
- string
-
-
countryCode
Required - Two-letter ISO-3166-1 country codestring
-
name
Required - string
-
postalCode
Required - string
-
reference
- Your internal order number that can be used for tracking. Please avoid using any personal data here since sender's reference is accessible in open trackingstringMax length: 35
-
vatNumber
- Organisation numberstringMax length: 12
-
- Specifies a different return address than your actual sender address. When this tag is populated, the input will replace your actual sender address on the top left corner of the label. Only applicable to Pakke i Postkassen (Mailbox Parcel)object
-
-
addressLine
Required - stringMax length: 35
-
addressLine2
- stringMax length: 35
-
city
Required - stringMax length: 35
-
countryCode
Required - Two-letter ISO-3166-1 country codestring
-
name
Required - string
-
postalCode
Required - string
-
-
Required
- object
-
-
additionalAddressInfo
- Specifies a pickup/delivery instruction which will be shown on labels (and any waybills). Applicable for the Norwegian parcel services Pakke til bedrift (5000) and Ekspress neste dag (4850), as well as Cargo Norway domestic-services (all), Cargo International, Oil Express and Courier & Express services (all)stringMax length: 70
-
addressLine
Required - stringMax length: 35
-
addressLine2
- stringMax length: 35
-
city
Required - stringMax length: 35
- Contact detailsobject
-
-
email
- Specify an e-mail address if you want a booking confirmation e-mail to be sentstringMax length: 60
-
name
- string
-
phoneNumber
- Contact phone number. Note that sender phone number is a mandatory field for all outgoing services. Exceptions to this rule are Pakke i Postkassen (Mailbox Parcel) and all return servicesstring
-
-
countryCode
Required - Two-letter ISO-3166-1 country codestring
-
name
Required - string
-
postalCode
Required - string
-
reference
- Your internal order number that can be used for tracking. Please avoid using any personal data here since sender's reference is accessible in open trackingstringMax length: 35
-
vatNumber
- Organisation numberstringMax length: 12
-
-
Required
- object
-
- array
-
- object
-
-
code
- string
-
id
Required - See the API service portfolio for further information on the different VASesstring
- Enum
1000
POSTOPPKRAV
2084
EVARSLING
0041
SIMPLE_DELIVERY
0068
INSURANCE
1062
LORDAGSUTKJORING
0015
EVE_DELIVERY
2086
2141
NON_FREEZE
1142
PHONENOTIFICATION
1245
DANGEROUS_GOODS
OX_EXPRESS
ADVISERING
DELIVERY_INDOOR
FLEX_DELIVERY
ENVELOPE
1083
1288
1081
1073
SOSIAL_KONTROLL
1280
1133
LEGITIMASJONSPLIKT
1134
1094
1179
1165
1122
1123
1139
1124
1125
1140
1141
1342
2012
1127
1128
0003
1149
1163
2221
1095
1371
1380
1385
1362
-
-
customerNumber
Required - API customer numberstringMax length: 35
- object
-
- array
-
- object
-
-
countryOfOrigin
- The country code of origin of the articles in an ediCustomsDeclaration line. This parameter must be 2 characters longstring
-
currency
Required - The currency code used in an ediCustomsDeclaration line. This parameter must be 3 characters longstring
-
customsArticleNumber
- string
-
goodsDescription
Required - Describes what is inside the packagestringMax length: 35
-
itemNetWeightInKg
Required - The weight (in kg) of all the articles declared in an ediCustomsDeclaration linestring
-
quantity
Required - The number of articles in an ediCustomsDeclaration linestring
-
tarriffLineAmount
Required - The value of all the articles declared in an ediCustomsDeclaration linestring
-
-
iossNumber
- Import One-Stop Shop (IOSS) number used for customs export from Norway to EU. It must be in the format IMxxxxxxxxxx (10 digits). Only valid when natureOfTransaction is of type SALE_OF_GOODS. Note that this field cannot be combined with a reference field on the sender partystring
-
natureOfTransaction
Required - Specifies the purpose of the transactionstring
- Enum
SALE_OF_GOODS
RETURNED_GOODS
GIFT
COMMERCIAL_SAMPLE
DOCUMENTS
OTHER
-
otherNatureOfTransactionDescription
- string
-
id
Required - string
-
incotermRule
- See Incoterms for Cargo International for more informationstring
- Enum
DDP
DAP
FCA
EXW
-
messageForRecipient
- This parameter is applicable for Oil ExpressstringMax length: 400
-
nonStandardCourierProductCode
- Specifies the product code for customized courier services. This field is mandatory when request is for Non Standard Courierstring
- object
-
-
deliveryOption
- See Delivery attempts for more informationstring
-
-
whoPaysInvoice
- Specifies which party will pay the invoice for the bookingstring
- Enum
sender
recipient
thirdParty
- Specifies the return service which should be used to generate a return shipment along with the outgoing shipment. See Free return of parcels for more informationobject
-
-
id
Required - string
-
-
shippingDateTime
Required - The date and time when an order is ready to be transported. The label generated against a booking will be valid for 52 weeks when Bring receives the request for an orderstring <date-time>
-
-
schemaVersion
Required - Currently, it is 1integer <int32>
-
testIndicator
Required - For test bookings, set this to trueboolean attribute
-
Responses
200 OK
Schema
-
Required
- array of objects
- object
-
-
consignmentNumber
Required - string
-
Required
- object
-
-
earliestPickup
- string <date-time>
-
expectedDelivery
- string <date-time>
-
-
id
- integer <int64>
-
Required
- object
-
-
labelArchiveUrl
- string
-
labels
- string
-
tracking
Required - string
-
waybill
- string
-
-
Required
- array of objects
-
correlationId
- string
-
labelFreeCode
- string
-
packageNumber
- string
-
qrCodeLink
- string
-
- object
-
-
upsShipmentNumber
- string
-
upsTrackingNumber
- string
-
-
returnConsignmentNumber
- string
- object
-
-
labelArchiveUrl
- string
-
labels
- string
-
tracking
Required - string
-
waybill
- string
-
-
-
correlationId
- string
- array of objects
-
code
- string
-
consignmentCorrelationId
- string
- array of objects
-
lang
- string
-
message
- string
-
-
packageCorrelationId
- string
-
uniqueId
- string
-
- object
-
-
Required
- array wrapped
-
- object
-
- object
-
-
consignmentNumber
Required - string
-
Required
- object
-
-
earliestPickup
- string <date-time>
-
expectedDelivery
- string <date-time>
-
-
id
- integer <int64>
-
Required
- object
-
-
labelArchiveUrl
- string
-
labels
- string
-
tracking
Required - string
-
waybill
- string
-
-
Required
- array wrapped
-
- object
-
-
correlationId
- string attribute
-
labelFreeCode
- string
-
packageNumber
Required - string
-
qrCodeLink
- string
-
- object
-
-
upsShipmentNumber
- string
-
upsTrackingNumber
- string
-
-
returnConsignmentNumber
- string
- object
-
-
labelArchiveUrl
- string
-
labels
- string
-
tracking
Required - string
-
waybill
- string
-
-
-
correlationId
- string attribute
- array wrapped
-
- object
-
-
code
Required - string
-
consignmentCorrelationId
- string attribute
-
Required
- array wrapped
-
- object
-
-
lang
- string attribute
-
message
- string
-
-
packageCorrelationId
- string attribute
-
uniqueId
Required - string
-
-
400 Bad Request
Schema
- array of objects
- array of objects
- object
-
-
consignmentNumber
Required - string
-
Required
- object
-
-
earliestPickup
- string <date-time>
-
expectedDelivery
- string <date-time>
-
-
id
- integer <int64>
-
Required
- object
-
-
labelArchiveUrl
- string
-
labels
- string
-
tracking
Required - string
-
waybill
- string
-
-
Required
- array of objects
-
correlationId
- string
-
labelFreeCode
- string
-
packageNumber
- string
-
qrCodeLink
- string
-
- object
-
-
upsShipmentNumber
- string
-
upsTrackingNumber
- string
-
-
returnConsignmentNumber
- string
- object
-
-
labelArchiveUrl
- string
-
labels
- string
-
tracking
Required - string
-
waybill
- string
-
-
-
correlationId
- string
- array of objects
-
code
- string
-
consignmentCorrelationId
- string
- array of objects
-
lang
- string
-
message
- string
-
-
packageCorrelationId
- string
-
uniqueId
- string
-
- array
-
- object
-
-
Required
- array wrapped
-
- object
-
- object
-
-
consignmentNumber
Required - string
-
Required
- object
-
-
earliestPickup
- string <date-time>
-
expectedDelivery
- string <date-time>
-
-
id
- integer <int64>
-
Required
- object
-
-
labelArchiveUrl
- string
-
labels
- string
-
tracking
Required - string
-
waybill
- string
-
-
Required
- array wrapped
-
- object
-
-
correlationId
- string attribute
-
labelFreeCode
- string
-
packageNumber
Required - string
-
qrCodeLink
- string
-
- object
-
-
upsShipmentNumber
- string
-
upsTrackingNumber
- string
-
-
returnConsignmentNumber
- string
- object
-
-
labelArchiveUrl
- string
-
labels
- string
-
tracking
Required - string
-
waybill
- string
-
-
-
correlationId
- string attribute
- array wrapped
-
- object
-
-
code
Required - string
-
consignmentCorrelationId
- string attribute
-
Required
- array wrapped
-
- object
-
-
lang
- string attribute
-
message
- string
-
-
packageCorrelationId
- string attribute
-
uniqueId
Required - string
-
-
Request examples
{
"consignments": [
{
"correlationId": "INTERNAL-123456",
"packages": [
{
"correlationId": "PACKAGE-123",
"dimensions": {
"heightInCm": 10,
"lengthInCm": 10,
"widthInCm": 10
},
"weightInKg": 1.1
}
],
"parties": {
"consignee": {
"additionalAddressInfo": "Ring the doorbell",
"addressLine": "Mottakerveien 14",
"addressLine2": "c/o Tina Mottaker",
"city": "BERLIN",
"contact": {
"email": "tore@mottakertest.no",
"name": "Tore Mottaker",
"phoneNumber": "+49301234567"
},
"countryCode": "DE",
"name": "Tore Mottaker",
"postalCode": "10115",
"reference": "43242",
"vatNumber": "1000-1028527"
},
"consignor": {
"additionalAddressInfo": "Some pickup info",
"addressLine": "Testsvingen 12",
"addressLine2": "Testsvingen 12",
"city": "OSLO",
"contact": {
"email": "trond@normanntest.no",
"name": "Trond Nordmann",
"phoneNumber": "+4712345678"
},
"countryCode": "no",
"name": "Ola Nordmann",
"postalCode": "0263",
"reference": "1234",
"vatNumber": "1000-1028527"
},
"recipient": {
"additionalAddressInfo": "Ring the doorbell",
"addressLine": "Mottakerveien 14",
"addressLine2": "c/o Tina Mottaker",
"city": "BERLIN",
"contact": {
"email": "tore@mottakertest.no",
"name": "Tore Mottaker",
"phoneNumber": "+49301234567"
},
"countryCode": "DE",
"name": "Tore Mottaker",
"postalCode": "10115",
"reference": "43242"
},
"sender": {
"additionalAddressInfo": "Some pickup info",
"addressLine": "Testsvingen 12",
"addressLine2": "Testsvingen 12",
"city": "OSLO",
"contact": {
"email": "trond@normanntest.no",
"name": "Trond Nordmann",
"phoneNumber": "+4712345678"
},
"countryCode": "no",
"name": "Ola Nordmann",
"postalCode": "0263",
"reference": "1234"
}
},
"product": {
"customerNumber": "CARGO-******",
"id": "CARGO_INTERNATIONAL",
"incotermRule": "DDP"
},
"shippingDateTime": 1470846939000
}
],
"schemaVersion": 1,
"testIndicator": true
}
{
"consignments": [
{
"correlationId": "123456",
"packages": [
{
"correlationId": "123",
"loadMeters": 1,
"numberOfPallets": 2,
"volumeInDm3": 2,
"weightInKg": 50
}
],
"parties": {
"recipient": {
"addressLine": "Mottakerveien 14",
"addressLine2": "c/o Tina Recipient",
"city": "Glostrup",
"contact": {
"email": "tore@mottakertest.no",
"name": "Tore Recipient",
"phoneNumber": "+4791234567"
},
"countryCode": "NO",
"name": "Tore Recipient",
"postalCode": "5954"
},
"sender": {
"additionalAddressInfo": "Some pickup info",
"addressLine": "Testsvingen 12",
"city": "Fredriksberg",
"contact": {
"email": "trond@normanntest.no",
"name": "Trond Nordmann",
"phoneNumber": "+4712345678"
},
"countryCode": "NO",
"name": "Ola Danske",
"postalCode": "4010"
}
},
"product": {
"customerNumber": "***********",
"id": "5100"
},
"shippingDateTime": 1470358449000
}
],
"schemaVersion": 1,
"testIndicator": true
}
{
"consignments": [
{
"packages": [
{
"packageType": "hd_half",
"volumeInDm3": 10,
"weightInKg": 2
}
],
"parties": {
"recipient": {
"additionalAddressInfo": "Ring the doorbell",
"addressLine": "Mottakerveien 14",
"addressLine2": "c/o Tina Mottaker",
"city": "OSLO",
"contact": {
"email": "d.d@f.d",
"name": "Recipient name",
"phoneNumber": "+4791234567"
},
"countryCode": "NO",
"name": "Tore Mottaker",
"postalCode": "0150",
"reference": "ref"
},
"sender": {
"addressLine": "Testsvingen 12",
"addressLine2": null,
"city": "OSLO",
"contact": {
"email": "dummy.id@test.com",
"name": "Dummy sender",
"phoneNumber": "+4712345678"
},
"countryCode": "NO",
"name": "Ola Nordmann",
"postalCode": "0150",
"reference": "0SPA0001007"
}
},
"product": {
"customerNumber": "PARCELS_NORWAY-***********",
"explicitAdditionalServices": false,
"id": "DOUBLE_INDOOR"
},
"shippingDateTime": "2020-10-15T12:30:00.000+02:00"
}
],
"schemaVersion": 1,
"testIndicator": true
}
{
"consignments": [
{
"packages": [
{
"containerId": null,
"correlationId": "PACKAGE-123",
"dimensions": {
"heightInCm": 13,
"lengthInCm": 10,
"widthInCm": 23
},
"goodsDescription": "Testing equipment",
"packageType": null,
"weightInKg": 1.1
}
],
"parties": {
"recipient": {
"addressLine": "Mottakerveien 14",
"addressLine2": "c/o Tina Mottaker",
"city": "OSLO",
"contact": {
"email": "tore@mottakertest.no",
"name": "Tore mottaker",
"phoneNumber": "+4791234567"
},
"countryCode": "NO",
"name": "Tore Mottaker",
"postalCode": "0659",
"reference": "43242"
},
"sender": {
"addressLine": "Testsvingen 12",
"addressLine2": null,
"city": "OSLO",
"contact": {
"email": "trond@nordmanntest.no",
"name": "Trond Nordmann",
"phoneNumber": "+4712345678"
},
"countryCode": "NO",
"name": "Ola Nordmann",
"postalCode": "0263",
"reference": "1234"
}
},
"product": {
"customerNumber": "EXPRESS_NORWAY-********-****-****-****-************",
"id": "NON_STANDARD_COURIER",
"nonStandardCourierProductCode": "CDA"
},
"shippingDateTime": "2020-07-16T20:30:00.000+02:00"
}
],
"schemaVersion": 1,
"testIndicator": true
}
{
"consignments": [
{
"correlationId": "INTERNAL",
"packages": [
{
"correlationId": "",
"dimensions": {
"heightInCm": 15,
"lengthInCm": 15,
"widthInCm": 15
},
"goodsDescription": "",
"packageType": null,
"weightInKg": 1
}
],
"parties": {
"pickupPoint": {
"countryCode": "DK",
"id": "599435"
},
"recipient": {
"additionalAddressInfo": "",
"addressLine": "Demo Recipient 14",
"addressLine2": "",
"city": "MIDDELFART",
"contact": {
"email": "demorecipient@gmail.com",
"name": "Demo Recipient Contact",
"phoneNumber": "+4512345678"
},
"countryCode": "DK",
"name": "Demo Recipient",
"postalCode": "5500",
"reference": "#DK5500"
},
"sender": {
"additionalAddressInfo": "",
"addressLine": "Demo Address 21 c/o Demo Ship",
"addressLine2": "",
"city": "Ishøj",
"contact": {
"name": "Demo Sender Contact",
"phoneNumber": "+4512345668"
},
"countryCode": "DK",
"name": "Demo Sender",
"postalCode": "2635",
"reference": "#DK5500"
}
},
"product": {
"additionalServices": [
{
"email": "demorecipient@gmail.com",
"id": "EVARSLING",
"mobile": "+4512345678"
}
],
"customerNumber": "***********",
"ediCustomsDeclarations": null,
"id": "PICKUP_PARCEL_BULK"
},
"shippingDateTime": "2022-07-04T10:12:15.591+00:00"
}
],
"schemaVersion": 1,
"testIndicator": true
}
{
"consignments": [
{
"correlationId": "517796",
"packages": [
{
"containerId": null,
"correlationId": "517796",
"dimensions": {
"heightInCm": 3,
"lengthInCm": 23,
"widthInCm": 17
},
"goodsDescription": null,
"packageType": null,
"volumeInDm3": 2,
"weightInKg": 5
}
],
"parties": {
"pickupPoint": null,
"recipient": {
"additionalAddressInfo": null,
"addressLine": "Bassengvegen 10",
"addressLine2": null,
"city": "Oslo",
"contact": {
"email": "demo@online.no",
"name": "Demo Recipient Contact",
"phoneNumber": "+4791234567"
},
"countryCode": "NO",
"name": "Demo Recipient",
"postalCode": "0185",
"reference": null
},
"sender": {
"additionalAddressInfo": null,
"addressLine": "Industriveien 1",
"addressLine2": null,
"city": "Oslo",
"contact": {
"email": null,
"name": "Demo Sender Contact",
"phoneNumber": "+4712345678"
},
"countryCode": "NO",
"name": "Demo Sender",
"postalCode": "0010",
"reference": "517796"
}
},
"product": {
"customerNumber": "5",
"id": "5800"
},
"shippingDateTime": "2022-06-22T12:59:30"
}
],
"schemaVersion": 1,
"testIndicator": true
}
{
"consignments": [
{
"correlationId": "517796",
"packages": [
{
"containerId": null,
"correlationId": "517796",
"dimensions": {
"heightInCm": 3,
"lengthInCm": 23,
"widthInCm": 17
},
"goodsDescription": null,
"packageType": null,
"volumeInDm3": 2,
"weightInKg": 5
},
{
"containerId": null,
"correlationId": "517797",
"dimensions": {
"heightInCm": 5,
"lengthInCm": 20,
"widthInCm": 15
},
"goodsDescription": null,
"packageType": null,
"volumeInDm3": 3,
"weightInKg": 3
}
],
"parties": {
"pickupPoint": null,
"recipient": {
"additionalAddressInfo": null,
"addressLine": "Bassengvegen 10",
"addressLine2": null,
"city": "Oslo",
"contact": {
"email": "demo@online.no",
"name": "Demo Recipient Contact",
"phoneNumber": "+4791234567"
},
"countryCode": "NO",
"name": "Demo Recipient",
"postalCode": "0185",
"reference": null
},
"sender": {
"additionalAddressInfo": null,
"addressLine": "Industriveien 1",
"addressLine2": null,
"city": "Oslo",
"contact": {
"email": null,
"name": "Demo Sender Contact",
"phoneNumber": "+4712345678"
},
"countryCode": "NO",
"name": "Demo Sender",
"postalCode": "0010",
"reference": "517796"
}
},
"product": {
"customerNumber": "5",
"id": "5800"
},
"shippingDateTime": "2022-06-22T12:59:30"
}
],
"schemaVersion": 1,
"testIndicator": true
}
{
"consignments": [
{
"correlationId": "INTERNAL-123456",
"packages": [
{
"containerId": "123",
"correlationId": "PACKAGE-123",
"dimensions": {
"heightInCm": 13,
"lengthInCm": 10,
"widthInCm": 23
},
"goodsDescription": "Testing equipment",
"numberOfItems": 1,
"packageType": "ox_container",
"weightInKg": 1.1
}
],
"parties": {
"pickupPoint": null,
"recipient": {
"additionalAddressInfo": "Ring the doorbell",
"addressLine": "Mottakerveien 14",
"addressLine2": "c/o Tina Mottaker",
"city": "OSLO",
"contact": {
"email": "tore@mottakertest.no",
"name": "Tore mottaker",
"phoneNumber": "+4791234567"
},
"countryCode": "NO",
"name": "Tore Mottaker",
"postalCode": "0659",
"reference": "43242"
},
"sender": {
"additionalAddressInfo": "Some pickup info",
"addressLine": "Testsvingen 12",
"addressLine2": null,
"city": "OSLO",
"contact": {
"email": "trond@nordmanntest.no",
"name": "Trond Nordmann",
"phoneNumber": "+4712345678"
},
"countryCode": "NO",
"name": "Ola Nordmann",
"postalCode": "0263",
"reference": "1234"
}
},
"product": {
"additionalServices": [
{
"id": "OX_EXPRESS"
}
],
"customerNumber": "***********",
"id": "OIL_EXPRESS",
"messageForRecipient": null
},
"shippingDateTime": 1448632597122
}
],
"schemaVersion": 1,
"testIndicator": true
}
{
"consignments": [
{
"correlationId": "INTERNAL-123456",
"packages": [
{
"containerId": null,
"correlationId": "PACKAGE-123",
"dimensions": {
"heightInCm": 13,
"lengthInCm": 10,
"widthInCm": 23
},
"goodsDescription": "Testing equipment",
"packageType": null,
"weightInKg": 1.1
}
],
"parties": {
"pickupPoint": null,
"recipient": {
"addressLine": "Mottakerveien 14",
"addressLine2": "c/o Tina Mottaker",
"city": "OSLO",
"contact": {
"email": "tore@mottakertest.no",
"name": "Tore mottaker",
"phoneNumber": "+4791234567"
},
"countryCode": "NO",
"name": "Tore Mottaker",
"postalCode": "0659",
"reference": "43242"
},
"returnTo": {
"addressLine": "Alf Bjerckes vei 29",
"addressLine2": "",
"city": "OSLO",
"countryCode": "NO",
"name": "ABC",
"postalCode": "0582"
},
"sender": {
"addressLine": "Testsvingen 12",
"addressLine2": null,
"city": "OSLO",
"contact": {
"email": "trond@nordmanntest.no",
"name": "Trond Nordmann",
"phoneNumber": "+4712345678"
},
"countryCode": "NO",
"name": "Ola Nordmann",
"postalCode": "0263",
"reference": "1234"
}
},
"product": {
"additionalServices": [
{
"id": "1081"
}
],
"customerNumber": "***********",
"id": "3584"
},
"returnProduct": {
"additionalServices": [
{
"id": "1073"
}
],
"id": "9650"
},
"shippingDateTime": "2019-10-22T12:30:00.000+02:00"
}
],
"schemaVersion": 1,
"testIndicator": true
}
{
"consignments": [
{
"correlationId": "RETURN-123456",
"packages": [
{
"containerId": null,
"correlationId": "123456",
"dimensions": {
"heightInCm": 0,
"lengthInCm": 0,
"widthInCm": 0
},
"goodsDescription": null,
"packageType": null,
"volumeInDm3": 0,
"weightInKg": 0
}
],
"parties": {
"pickupPoint": null,
"recipient": {
"additionalAddressInfo": null,
"addressLine": "Testveien 10",
"addressLine2": null,
"city": "Oslo",
"contact": {
"email": "norsk.bedrift@example.com",
"name": null,
"phoneNumber": null
},
"countryCode": "NO",
"name": "Tore Mottaker",
"postalCode": "0185",
"reference": "R123456"
},
"sender": {
"additionalAdressInfo": null,
"addressLine": "Industriveien 1",
"addressLine2": null,
"city": "Oslo",
"contact": {
"email": "trond@nordmann.no",
"name": null,
"phoneNumber": null
},
"countryCode": "NO",
"name": "Trond Nordmann",
"postalCode": "0010",
"reference": "O582034"
}
},
"product": {
"customerNumber": "***********",
"id": "9300"
},
"shippingDateTime": "2023-04-27T13:32:20+02:00"
}
],
"schemaVersion": 1,
"testIndicator": false
}
{
"consignments": [
{
"correlationId": "123456",
"packages": [
{
"correlationId": "PACKAGE-123",
"dimensions": {
"heightInCm": 7,
"lengthInCm": 40,
"widthInCm": 30
},
"goodsDescription": "test goods",
"weightInKg": 1
}
],
"parties": {
"importer": {
"addressLine": "Hagagatan 4",
"city": "Stockholm",
"contact": {
"email": "tina@mottakertest.no",
"name": "Tina Mottaker",
"phoneNumber": "+46781234567"
},
"countryCode": "SE",
"name": "Tina Mottaker",
"postalCode": "11348",
"vatNumber": 123456789
},
"recipient": {
"addressLine": "Hagagatan 4",
"city": "Stockholm",
"contact": {
"email": "tore@mottakertest.no",
"name": "Tore Mottaker",
"phoneNumber": "+46712345678"
},
"countryCode": "SE",
"name": "Tore Mottaker",
"postalCode": "11348"
},
"sender": {
"additionalAddressInfo": "Some additional address info",
"addressLine": "Testsvingen 12",
"city": "Oslo",
"contact": {
"email": "trond@normanntest.no",
"name": "Trond Nordmann",
"phoneNumber": "+4712345678"
},
"countryCode": "NO",
"name": "Ola Nordmann",
"postalCode": "0150"
}
},
"product": {
"customerNumber": "***********",
"ediCustomsDeclarations": {
"ediCustomsDeclaration": [
{
"countryOfOrigin": "NO",
"currency": "NOK",
"customsArticleNumber": "61.04.3100",
"goodsDescription": "wool jacket",
"itemNetWeightInKg": 1,
"quantity": 1,
"tarriffLineAmount": 750
}
],
"natureOfTransaction": "GIFT"
},
"id": "3630"
},
"shippingDateTime": 1674575195000
}
],
"schemaVersion": 1,
"testIndicator": true
}
<?xml version="1.0" encoding="UTF-8"?>
<bookingRequest xmlns="http://www.bring.no/booking/" testIndicator="true">
<consignments>
<consignment correlationId="123456">
<packages>
<package correlationId="123">
<loadMeters>1</loadMeters>
<numberOfPallets>2</numberOfPallets>
<volumeInDm3>2</volumeInDm3>
<weightInKg>50</weightInKg>
</package>
</packages>
<parties>
<recipient>
<addressLine>Mottakerveien 14</addressLine>
<addressLine2>c/o Tina Recipient</addressLine2>
<city>Glostrup</city>
<contact>
<email>tore@mottakertest.no</email>
<name>Tore Recipient</name>
<phoneNumber>+4791234567</phoneNumber>
</contact>
<countryCode>NO</countryCode>
<name>Tore Recipient</name>
<postalCode>5954</postalCode>
</recipient>
<sender>
<additionalAddressInfo>Some pickup info</additionalAddressInfo>
<addressLine>Testsvingen 12</addressLine>
<city>Fredriksberg</city>
<contact>
<email>trond@normanntest.no</email>
<name>Trond Nordmann</name>
<phoneNumber>+4712345678</phoneNumber>
</contact>
<countryCode>NO</countryCode>
<name>Ola Danske</name>
<postalCode>4010</postalCode>
</sender>
</parties>
<product>
<customerNumber>***********</customerNumber>
<id>5100</id>
</product>
<shippingDateTime>1470358449000</shippingDateTime>
</consignment>
</consignments>
<schemaVersion>1</schemaVersion>
</bookingRequest>
<?xml version="1.0" encoding="UTF-8"?>
<bookingRequest xmlns="http://www.bring.no/booking/" testIndicator="true">
<consignments>
<consignment>
<packages>
<package>
<packageType>hd_half</packageType>
<volumeInDm3>10</volumeInDm3>
<weightInKg>2</weightInKg>
</package>
</packages>
<parties>
<recipient>
<additionalAddressInfo>Ring the doorbell</additionalAddressInfo>
<addressLine>Mottakerveien 14</addressLine>
<addressLine2>c/o Tina Mottaker</addressLine2>
<city>OSLO</city>
<contact>
<email>d.d@f.d</email>
<name>Recipient name</name>
<phoneNumber>+4791234567</phoneNumber>
</contact>
<countryCode>NO</countryCode>
<name>Tore Mottaker</name>
<postalCode>0150</postalCode>
<reference>ref</reference>
</recipient>
<sender>
<addressLine>Testsvingen 12</addressLine>
<city>OSLO</city>
<contact>
<email>dummy.id@test.com</email>
<name>Dummy sender</name>
<phoneNumber>+4712345678</phoneNumber>
</contact>
<countryCode>NO</countryCode>
<name>Ola Nordmann</name>
<postalCode>0150</postalCode>
<reference>0SPA0001007</reference>
</sender>
</parties>
<product>
<customerNumber>PARCELS_NORWAY-***********</customerNumber>
<id>DOUBLE_INDOOR</id>
</product>
<shippingDateTime>2020-10-15T12:30:00.000+02:00</shippingDateTime>
</consignment>
</consignments>
<schemaVersion>1</schemaVersion>
</bookingRequest>
<?xml version="1.0" encoding="UTF-8"?>
<bookingRequest xmlns="http://www.bring.no/booking/" testIndicator="true">
<consignments>
<consignment>
<packages>
<package correlationId="PACKAGE-123">
<dimensions>
<heightInCm>13</heightInCm>
<lengthInCm>10</lengthInCm>
<widthInCm>23</widthInCm>
</dimensions>
<goodsDescription>Testing equipment</goodsDescription>
<weightInKg>1.1</weightInKg>
</package>
</packages>
<parties>
<recipient>
<addressLine>Mottakerveien 14</addressLine>
<addressLine2>c/o Tina Mottaker</addressLine2>
<city>OSLO</city>
<contact>
<email>tore@mottakertest.no</email>
<name>Tore mottaker</name>
<phoneNumber>+4791234567</phoneNumber>
</contact>
<countryCode>NO</countryCode>
<name>Tore Mottaker</name>
<postalCode>0659</postalCode>
<reference>43242</reference>
</recipient>
<sender>
<addressLine>Testsvingen 12</addressLine>
<city>OSLO</city>
<contact>
<email>trond@nordmanntest.no</email>
<name>Trond Nordmann</name>
<phoneNumber>+4712345678</phoneNumber>
</contact>
<countryCode>NO</countryCode>
<name>Ola Nordmann</name>
<postalCode>0263</postalCode>
<reference>1234</reference>
</sender>
</parties>
<product>
<customerNumber>EXPRESS_NORWAY-********-****-****-****-************</customerNumber>
<id>NON_STANDARD_COURIER</id>
<nonStandardCourierProductCode>CDA</nonStandardCourierProductCode>
</product>
<shippingDateTime>2020-07-16T20:30:00.000+02:00</shippingDateTime>
</consignment>
</consignments>
<schemaVersion>1</schemaVersion>
</bookingRequest>
<?xml version="1.0" encoding="UTF-8"?>
<bookingRequest xmlns="http://www.bring.no/booking/" testIndicator="true">
<consignments>
<consignment correlationId="INTERNAL">
<packages>
<package correlationId="">
<dimensions>
<heightInCm>15</heightInCm>
<lengthInCm>15</lengthInCm>
<widthInCm>15</widthInCm>
</dimensions>
<weightInKg>1</weightInKg>
</package>
</packages>
<parties>
<pickupPoint>
<countryCode>DK</countryCode>
<id>599435</id>
</pickupPoint>
<recipient>
<addressLine>Demo Recipient 14</addressLine>
<city>MIDDELFART</city>
<contact>
<email>demorecipient@gmail.com</email>
<name>Demo Recipient Contact</name>
<phoneNumber>+4512345678</phoneNumber>
</contact>
<countryCode>DK</countryCode>
<name>Demo Recipient</name>
<postalCode>5500</postalCode>
<reference>#DK5500</reference>
</recipient>
<sender>
<addressLine>Demo Address 21 c/o Demo Ship</addressLine>
<city>Ishøj</city>
<contact>
<name>Demo Sender Contact</name>
<phoneNumber>+4512345668</phoneNumber>
</contact>
<countryCode>DK</countryCode>
<name>Demo Sender</name>
<postalCode>2635</postalCode>
<reference>#DK5500</reference>
</sender>
</parties>
<product>
<additionalServices>
<additionalService>
<id>EVARSLING</id>
</additionalService>
</additionalServices>
<customerNumber>***********</customerNumber>
<ediCustomsDeclarations>
</ediCustomsDeclarations>
<id>PICKUP_PARCEL_BULK</id>
</product>
<shippingDateTime>2022-07-04T10:12:15.591+00:00</shippingDateTime>
</consignment>
</consignments>
<schemaVersion>1</schemaVersion>
</bookingRequest>
<?xml version="1.0" encoding="UTF-8"?>
<bookingRequest xmlns="http://www.bring.no/booking/" testIndicator="true">
<consignments>
<consignment correlationId="517796">
<packages>
<package correlationId="517796">
<dimensions>
<heightInCm>3</heightInCm>
<lengthInCm>23</lengthInCm>
<widthInCm>17</widthInCm>
</dimensions>
<volumeInDm3>2</volumeInDm3>
<weightInKg>5</weightInKg>
</package>
</packages>
<parties>
<pickupPoint>
</pickupPoint>
<recipient>
<addressLine>Bassengvegen 10</addressLine>
<city>Oslo</city>
<contact>
<email>demo@online.no</email>
<name>Demo Recipient Contact</name>
<phoneNumber>+4791234567</phoneNumber>
</contact>
<countryCode>NO</countryCode>
<name>Demo Recipient</name>
<postalCode>0185</postalCode>
</recipient>
<sender>
<addressLine>Industriveien 1</addressLine>
<city>Oslo</city>
<contact>
<name>Demo Sender Contact</name>
<phoneNumber>+4712345678</phoneNumber>
</contact>
<countryCode>NO</countryCode>
<name>Demo Sender</name>
<postalCode>0010</postalCode>
<reference>517796</reference>
</sender>
</parties>
<product>
<customerNumber>5</customerNumber>
<id>5800</id>
</product>
<shippingDateTime>2022-06-22T12:59:30</shippingDateTime>
</consignment>
</consignments>
<schemaVersion>1</schemaVersion>
</bookingRequest>
<?xml version="1.0" encoding="UTF-8"?>
<bookingRequest xmlns="http://www.bring.no/booking/" testIndicator="true">
<consignments>
<consignment correlationId="517796">
<packages>
<package correlationId="517796">
<dimensions>
<heightInCm>3</heightInCm>
<lengthInCm>23</lengthInCm>
<widthInCm>17</widthInCm>
</dimensions>
<volumeInDm3>2</volumeInDm3>
<weightInKg>5</weightInKg>
</package>
<package correlationId="517797">
<dimensions>
<heightInCm>5</heightInCm>
<lengthInCm>20</lengthInCm>
<widthInCm>15</widthInCm>
</dimensions>
<volumeInDm3>3</volumeInDm3>
<weightInKg>3</weightInKg>
</package>
</packages>
<parties>
<pickupPoint>
</pickupPoint>
<recipient>
<addressLine>Bassengvegen 10</addressLine>
<city>Oslo</city>
<contact>
<email>demo@online.no</email>
<name>Demo Recipient Contact</name>
<phoneNumber>+4791234567</phoneNumber>
</contact>
<countryCode>NO</countryCode>
<name>Demo Recipient</name>
<postalCode>0185</postalCode>
</recipient>
<sender>
<addressLine>Industriveien 1</addressLine>
<city>Oslo</city>
<contact>
<name>Demo Sender Contact</name>
<phoneNumber>+4712345678</phoneNumber>
</contact>
<countryCode>NO</countryCode>
<name>Demo Sender</name>
<postalCode>0010</postalCode>
<reference>517796</reference>
</sender>
</parties>
<product>
<customerNumber>5</customerNumber>
<id>5800</id>
</product>
<shippingDateTime>2022-06-22T12:59:30</shippingDateTime>
</consignment>
</consignments>
<schemaVersion>1</schemaVersion>
</bookingRequest>
<?xml version="1.0" encoding="UTF-8"?>
<bookingRequest xmlns="http://www.bring.no/booking/" testIndicator="true">
<consignments>
<consignment correlationId="INTERNAL-123456">
<packages>
<package correlationId="PACKAGE-123">
<containerId>123</containerId>
<dimensions>
<heightInCm>13</heightInCm>
<lengthInCm>10</lengthInCm>
<widthInCm>23</widthInCm>
</dimensions>
<goodsDescription>Testing equipment</goodsDescription>
<numberOfItems>1</numberOfItems>
<packageType>ox_container</packageType>
<weightInKg>1.1</weightInKg>
</package>
</packages>
<parties>
<pickupPoint>
</pickupPoint>
<recipient>
<additionalAddressInfo>Ring the doorbell</additionalAddressInfo>
<addressLine>Mottakerveien 14</addressLine>
<addressLine2>c/o Tina Mottaker</addressLine2>
<city>OSLO</city>
<contact>
<email>tore@mottakertest.no</email>
<name>Tore mottaker</name>
<phoneNumber>+4791234567</phoneNumber>
</contact>
<countryCode>NO</countryCode>
<name>Tore Mottaker</name>
<postalCode>0659</postalCode>
<reference>43242</reference>
</recipient>
<sender>
<additionalAddressInfo>Some pickup info</additionalAddressInfo>
<addressLine>Testsvingen 12</addressLine>
<city>OSLO</city>
<contact>
<email>trond@nordmanntest.no</email>
<name>Trond Nordmann</name>
<phoneNumber>+4712345678</phoneNumber>
</contact>
<countryCode>NO</countryCode>
<name>Ola Nordmann</name>
<postalCode>0263</postalCode>
<reference>1234</reference>
</sender>
</parties>
<product>
<additionalServices>
<additionalService>
<id>OX_EXPRESS</id>
</additionalService>
</additionalServices>
<customerNumber>***********</customerNumber>
<id>OIL_EXPRESS</id>
</product>
<shippingDateTime>1448632597122</shippingDateTime>
</consignment>
</consignments>
<schemaVersion>1</schemaVersion>
</bookingRequest>
<?xml version="1.0" encoding="UTF-8"?>
<bookingRequest xmlns="http://www.bring.no/booking/" testIndicator="true">
<consignments>
<consignment correlationId="INTERNAL-123456">
<packages>
<package correlationId="PACKAGE-123">
<dimensions>
<heightInCm>13</heightInCm>
<lengthInCm>10</lengthInCm>
<widthInCm>23</widthInCm>
</dimensions>
<goodsDescription>Testing equipment</goodsDescription>
<weightInKg>1.1</weightInKg>
</package>
</packages>
<parties>
<pickupPoint>
</pickupPoint>
<recipient>
<addressLine>Mottakerveien 14</addressLine>
<addressLine2>c/o Tina Mottaker</addressLine2>
<city>OSLO</city>
<contact>
<email>tore@mottakertest.no</email>
<name>Tore mottaker</name>
<phoneNumber>+4791234567</phoneNumber>
</contact>
<countryCode>NO</countryCode>
<name>Tore Mottaker</name>
<postalCode>0659</postalCode>
<reference>43242</reference>
</recipient>
<returnTo>
<addressLine>Alf Bjerckes vei 29</addressLine>
<city>OSLO</city>
<countryCode>NO</countryCode>
<name>ABC</name>
<postalCode>0582</postalCode>
</returnTo>
<sender>
<addressLine>Testsvingen 12</addressLine>
<city>OSLO</city>
<contact>
<email>trond@nordmanntest.no</email>
<name>Trond Nordmann</name>
<phoneNumber>+4712345678</phoneNumber>
</contact>
<countryCode>NO</countryCode>
<name>Ola Nordmann</name>
<postalCode>0263</postalCode>
<reference>1234</reference>
</sender>
</parties>
<product>
<additionalServices>
<additionalService>
<id>1081</id>
</additionalService>
</additionalServices>
<customerNumber>***********</customerNumber>
<id>3584</id>
</product>
<returnProduct>
<id>9650</id>
</returnProduct>
<shippingDateTime>2019-10-22T12:30:00.000+02:00</shippingDateTime>
</consignment>
</consignments>
<schemaVersion>1</schemaVersion>
</bookingRequest>
<?xml version="1.0" encoding="UTF-8"?>
<bookingRequest xmlns="http://www.bring.no/booking/" testIndicator="false">
<consignments>
<consignment correlationId="RETURN-123456">
<packages>
<package correlationId="123456">
<dimensions>
</dimensions>
</package>
</packages>
<parties>
<pickupPoint>
</pickupPoint>
<recipient>
<addressLine>Testveien 10</addressLine>
<city>Oslo</city>
<contact>
<email>norsk.bedrift@example.com</email>
</contact>
<countryCode>NO</countryCode>
<name>Tore Mottaker</name>
<postalCode>0185</postalCode>
<reference>R123456</reference>
</recipient>
<sender>
<addressLine>Industriveien 1</addressLine>
<city>Oslo</city>
<contact>
<email>trond@nordmann.no</email>
</contact>
<countryCode>NO</countryCode>
<name>Trond Nordmann</name>
<postalCode>0010</postalCode>
<reference>O582034</reference>
</sender>
</parties>
<product>
<customerNumber>***********</customerNumber>
<id>9300</id>
</product>
<shippingDateTime>2023-04-27T13:32:20+02:00</shippingDateTime>
</consignment>
</consignments>
<schemaVersion>1</schemaVersion>
</bookingRequest>
<?xml version="1.0" encoding="UTF-8"?>
<bookingRequest xmlns="http://www.bring.no/booking/" testIndicator="true">
<consignments>
<consignment correlationId="123456">
<packages>
<package correlationId="PACKAGE-123">
<dimensions>
<heightInCm>7</heightInCm>
<lengthInCm>40</lengthInCm>
<widthInCm>30</widthInCm>
</dimensions>
<goodsDescription>test goods</goodsDescription>
<weightInKg>1</weightInKg>
</package>
</packages>
<parties>
<importer>
<addressLine>Hagagatan 4</addressLine>
<city>Stockholm</city>
<contact>
<email>tina@mottakertest.no</email>
<name>Tina Mottaker</name>
<phoneNumber>+46781234567</phoneNumber>
</contact>
<countryCode>SE</countryCode>
<name>Tina Mottaker</name>
<postalCode>11348</postalCode>
<vatNumber>123456789</vatNumber>
</importer>
<recipient>
<addressLine>Hagagatan 4</addressLine>
<city>Stockholm</city>
<contact>
<email>tore@mottakertest.no</email>
<name>Tore Mottaker</name>
<phoneNumber>+46712345678</phoneNumber>
</contact>
<countryCode>SE</countryCode>
<name>Tore Mottaker</name>
<postalCode>11348</postalCode>
</recipient>
<sender>
<additionalAddressInfo>Some additional address info</additionalAddressInfo>
<addressLine>Testsvingen 12</addressLine>
<city>Oslo</city>
<contact>
<email>trond@normanntest.no</email>
<name>Trond Nordmann</name>
<phoneNumber>+4712345678</phoneNumber>
</contact>
<countryCode>NO</countryCode>
<name>Ola Nordmann</name>
<postalCode>0150</postalCode>
</sender>
</parties>
<product>
<customerNumber>***********</customerNumber>
<ediCustomsDeclarations>
<ediCustomsDeclaration>
<ediCustomsDeclarationRow>
<countryOfOrigin>NO</countryOfOrigin>
<currency>NOK</currency>
<customsArticleNumber>61.04.3100</customsArticleNumber>
<goodsDescription>wool jacket</goodsDescription>
<itemNetWeightInKg>1</itemNetWeightInKg>
<quantity>1</quantity>
<tarriffLineAmount>750</tarriffLineAmount>
</ediCustomsDeclarationRow>
</ediCustomsDeclaration>
<natureOfTransaction>GIFT</natureOfTransaction>
</ediCustomsDeclarations>
<id>3630</id>
</product>
<shippingDateTime>1674575195000</shippingDateTime>
</consignment>
</consignments>
<schemaVersion>1</schemaVersion>
</bookingRequest>
Response examples
{
"consignments": [
{
"confirmation": {
"consignmentNumber": "70438101263797410",
"dateAndTimes": {
"expectedDelivery": "2022-06-28T22:00:00.000+00:00"
},
"links": {
"labels": "http://www.bring.no/label.pdf",
"tracking": "https://sporing.posten.no/sporing/70438101263797410"
},
"packages": [
{
"packageNumber": "1234"
}
]
}
}
]
}
<?xml version="1.0" encoding="UTF-8"?>
<bookingResponse>
<consignments>
<ResponseDtoConsignment>
<DtoConfirmation>
<consignmentNumber>70438101263797410</consignmentNumber>
<DtoDateAndTimes>
<expectedDelivery>2022-06-28T22:00:00.000+00:00</expectedDelivery>
</DtoDateAndTimes>
<DtoLinks>
<labels>http://www.bring.no/label.pdf</labels>
<tracking>https://sporing.posten.no/sporing/70438101263797410</tracking>
</DtoLinks>
<packages>
<ResponseDtoPackage>
<packageNumber>1234</packageNumber>
</ResponseDtoPackage>
</packages>
</DtoConfirmation>
</ResponseDtoConsignment>
</consignments>
</bookingResponse>
{
"consignments": [
{
"errors": [
{
"code": "BOOK_VALIDATION-016",
"messages": [
{
"lang": "en",
"message": "One or more additional services is not allowed for this customer"
}
],
"uniqueId": "a9be11f6-11d6-42e5-a663-929cc3c61a55"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-015",
"messages": [
{
"lang": "en",
"message": "Address must be provided"
}
],
"uniqueId": "77ee0877-b72e-40d0-9049-9bb4740e53dc"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK_INPUT-055",
"messages": [
{
"lang": "en",
"message": "Dangerous Goods is not supported for given product"
}
],
"uniqueId": "5f686b36-b7ff-4ba5-941b-4af37d01c0e6"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-001",
"messages": [
{
"lang": "en",
"message": "Bad request"
}
],
"uniqueId": "5093c2cc-7a9a-4da0-818a-3960a31241dd"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-086",
"messages": [
{
"lang": "en",
"message": "Either weight or volume, not both, should be specified for Dangerous goods."
}
],
"uniqueId": "791d39f1-c128-46d9-908b-6b7106a1e2ef"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-016",
"messages": [
{
"lang": "en",
"message": "City must be provided"
}
],
"uniqueId": "4dbf8cd8-a452-4786-96eb-b26869578abb"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK_VALIDATION-038",
"messages": [
{
"lang": "en",
"message": "Code cannot be empty"
}
],
"uniqueId": "a1a6d872-c281-40a9-8fda-e55b1880eac3"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-064",
"messages": [
{
"lang": "en",
"message": "Consignee must be specified"
}
],
"uniqueId": "2960153f-832e-42ee-9038-475bb1942412"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-004",
"messages": [
{
"lang": "en",
"message": "At least one consignment must be specified"
}
],
"uniqueId": "d407afb8-0712-42b2-9900-8aee05a5cb9f"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-063",
"messages": [
{
"lang": "en",
"message": "Consignor must be specified"
}
],
"uniqueId": "4da5617c-4621-49d1-8270-4839cd8fa3ea"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-053",
"messages": [
{
"lang": "en",
"message": "Dangerous Goods Container Id should match with one of the container Id in Package List"
}
],
"uniqueId": "a913556f-6c92-4816-8f67-2b97737d14f2"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-017",
"messages": [
{
"lang": "en",
"message": "ISO Country code must be provided"
}
],
"uniqueId": "0a0abded-ce3e-4992-86f8-6710c9f0bfc3"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK_VALIDATION-003",
"messages": [
{
"lang": "en",
"message": "Country is not a member of Universal Postal Union"
}
],
"uniqueId": "8a22579d-bc13-4124-9c05-c9db9f5ff71f"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK_INPUT-095",
"messages": [
{
"lang": "en",
"message": "Customer does not have a bulk agreement."
}
],
"uniqueId": "5f116803-8185-40bc-9466-acd46717266a"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-097",
"messages": [
{
"lang": "en",
"message": "Customer does not have a bulk agreement for this sender/recipient country combination"
}
],
"uniqueId": "434ec8a1-cf78-4889-927f-486e57757d05"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-094",
"messages": [
{
"lang": "en",
"message": "Customer does not have a bulk agreement for this sender country."
}
],
"uniqueId": "f8d3efc9-2353-422a-94c5-a5988cf493ff"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-043",
"messages": [
{
"lang": "en",
"message": "The customer does not have a return agreement for that country/product."
}
],
"uniqueId": "0e725f87-1a1b-4e07-ada1-5c19e9434593"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-096",
"messages": [
{
"lang": "en",
"message": "Customer has multiple bulk agreements on sender country."
}
],
"uniqueId": "98a06a51-d5b0-4590-b6e9-a2eae6734249"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-019",
"messages": [
{
"lang": "en",
"message": "Customer number must be provided"
}
],
"uniqueId": "d2443adf-39dd-4a43-8744-7951cf842d26"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "CUSTOMER_SPECIFIED_DELIVERY_DATE-INPUT-001",
"messages": [
{
"lang": "en",
"message": "Customer specified delivery date must be in the future"
}
],
"uniqueId": "ec2ed9f5-e0b5-408d-9968-98070ba969d2"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "CUSTOMER_SPECIFIED_DELIVERY_DATE-INPUT-002",
"messages": [
{
"lang": "en",
"message": "Customer specified delivery date must have valid values and be in format yyyy-MM-ddThh:mm:ss"
}
],
"uniqueId": "5adebf51-88f7-4252-b2b2-545238ebb83e"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "CUSTOMER_SPECIFIED_DELIVERY_DATE-INPUT-003",
"messages": [
{
"lang": "en",
"message": "Customer specified delivery date can not be null"
}
],
"uniqueId": "263e4279-58c6-468b-8caa-50e59a99ed32"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "CUSTOMER_SPECIFIED_DELIVERY_DATE-INPUT-006",
"messages": [
{
"lang": "en",
"message": "Customer specified delivery date must be after Shipping date"
}
],
"uniqueId": "1850ccd3-3d37-4c64-baee-3ac9cda45cb5"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "CUSTOMER_SPECIFIED_DELIVERY_DATE-INPUT-005",
"messages": [
{
"lang": "en",
"message": "Customer specified delivery date is not available in expected/alternative delivery dates"
}
],
"uniqueId": "09f170cd-cf13-4fb1-af9e-6361fc0eff77"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "CUSTOMER_SPECIFIED_DELIVERY_DATE-INPUT-004",
"messages": [
{
"lang": "en",
"message": "Customer specified delivery date is valid for Products: PA_DOREN, 5600 or OIL_EXPRESS"
}
],
"uniqueId": "fd360f72-1801-4402-8984-25fae74a8b02"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "CUSTOMER_SPECIFIED_DELIVERY-INPUT-002",
"messages": [
{
"lang": "en",
"message": "StartDateTime and EndDateTime in customerSpecified Delivery needs to be same date"
}
],
"uniqueId": "99fa0146-96ab-4c4c-89a5-6ca5c0cecebd"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "CUSTOMER_SPECIFIED_DELIVERY-INPUT-003",
"messages": [
{
"lang": "en",
"message": "Customer specified delivery start and end date must be in the future"
}
],
"uniqueId": "2d0fb1a1-e85e-48cc-90e5-908976343315"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "CUSTOMER_SPECIFIED_DELIVERY-INPUT-004",
"messages": [
{
"lang": "en",
"message": "Customer specified delivery dates are not available in expected/alternative delivery dates"
}
],
"uniqueId": "13acc67c-0052-4257-bdce-fe63fbf6f8ba"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "CUSTOMER_SPECIFIED_DELIVERY-INPUT-001",
"messages": [
{
"lang": "en",
"message": "Customer specified delivery is only valid for outgoing home delivery products"
}
],
"uniqueId": "d1af85e2-712f-4c75-82a6-f3c9de734909"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "CUSTOMER_SPECIFIED_DISPATCH_DATE-INPUT-001",
"messages": [
{
"lang": "en",
"message": "Customer specified dispatch date must be in the future"
}
],
"uniqueId": "cd53340a-700f-4aee-99e6-5ed2057ef274"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "CUSTOMER_SPECIFIED_DISPATCH_DATE-INPUT-002",
"messages": [
{
"lang": "en",
"message": "Customer specified dispatch date must have valid values and be in format yyyy-MM-ddThh:mm:ss"
}
],
"uniqueId": "08590e70-e99b-4df7-8b02-b8099c3b2d6f"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "CUSTOMER_SPECIFIED_DISPATCH_DATE-INPUT-007",
"messages": [
{
"lang": "en",
"message": "Customer specified dispatch date can only be requested with 1073 VAS combination"
}
],
"uniqueId": "9048f993-43dc-4ece-a51e-4f9a510a8034"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "CUSTOMER_SPECIFIED_DISPATCH_DATE-INPUT-003",
"messages": [
{
"lang": "en",
"message": "Customer specified dispatch date can not be null"
}
],
"uniqueId": "b3df59a4-e4a4-4e58-a02f-77ad9fb57057"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "CUSTOMER_SPECIFIED_DISPATCH_DATE-INPUT-006",
"messages": [
{
"lang": "en",
"message": "Customer specified dispatch date must be after Shipping date"
}
],
"uniqueId": "87d34a0b-f934-4d74-81fe-ed198732854a"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "CUSTOMER_SPECIFIED_DISPATCH_DATE-INPUT-005",
"messages": [
{
"lang": "en",
"message": "Customer specified dispatch date is not available in expected/alternative pickup dates"
}
],
"uniqueId": "34a21c60-b81b-4d74-9637-da2fd96de0f3"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "CUSTOMER_SPECIFIED_DISPATCH_DATE-INPUT-004",
"messages": [
{
"lang": "en",
"message": "Customer specified dispatch date is valid for Products: 3622"
}
],
"uniqueId": "5fc2f818-c7de-4c93-b848-19b0c6f9a148"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK_VALIDATION-024",
"messages": [
{
"lang": "en",
"message": "Customs declaration requires country of origin for this service when shipped from Norway"
}
],
"uniqueId": "f90b055c-1d84-41c6-8d66-657a5bc58dd3"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK_VALIDATION-014",
"messages": [
{
"lang": "en",
"message": "Customs declarations are required for exporting this product from Norway"
}
],
"uniqueId": "deb44d97-9c09-4a39-bb1d-be174c0f550a"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK_VALIDATION-015",
"messages": [
{
"lang": "en",
"message": "Total weight stated in the customs information exceeds the allowed max weight for this service"
}
],
"uniqueId": "a85f0ad9-931e-4e12-841b-d180fd93ba56"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-040",
"messages": [
{
"lang": "en",
"message": "Delivery option is not applicable for this product."
}
],
"uniqueId": "08bbd443-f173-4646-8d1f-3cf3d96069ea"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK_VALIDATION-034",
"messages": [
{
"lang": "en",
"message": "Driver notifies consignee requires recipient number to be present."
}
],
"uniqueId": "29ea7959-f288-4ecb-85f0-b4f9b6be6495"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-089",
"messages": [
{
"lang": "en",
"message": "Duplicated container ids for Oil Express w ADRs."
}
],
"uniqueId": "e2b55971-aa78-4ec4-b28c-cde82d29ac3f"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK_VALIDATION-035",
"messages": [
{
"lang": "en",
"message": "A valid mobile phone number or email address is required for Electronic notification to a third party."
}
],
"uniqueId": "e77bdfb8-e355-490f-abd0-1a424ff1d42b"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK_VALIDATION-002",
"messages": [
{
"lang": "en",
"message": "A valid mobile phone number or email address is required for eVarsling"
}
],
"uniqueId": "e6f98e3d-15fe-4221-b109-83e3b63c25de"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INTERNAL-002",
"messages": [
{
"lang": "en",
"message": "A required external service is unavailable"
}
],
"uniqueId": "f2594a6b-1acf-4e55-8b72-c28756600a6f"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK_VALIDATION-008",
"messages": [
{
"lang": "en",
"message": "Illegal argument"
}
],
"uniqueId": "d8535cec-a76f-48ca-9949-f06712efd66d"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-022",
"messages": [
{
"lang": "en",
"message": "Illegal product for country"
}
],
"uniqueId": "2b7999ea-19ca-4999-ad2c-cc64b73e788a"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-080",
"messages": [
{
"lang": "en",
"message": "Additional services cannot be requested in this way, Check proper format for XML/JSON at https://developer.bring.com/api/booking/"
}
],
"uniqueId": "b09fe815-5a67-42ec-a611-9167a1ebaa45"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-075",
"messages": [
{
"lang": "en",
"message": "Dangerous goods cannot be booked with simple delivery"
}
],
"uniqueId": "8da25f87-4bd1-47fc-96d7-d73f9287d3e3"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-077",
"messages": [
{
"lang": "en",
"message": "Additional services cannot be requested in combination of both old and new way. Use one way of requesting additional service."
}
],
"uniqueId": "6e66471d-20ce-4bf7-8ddb-b6beda369e3d"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-072",
"messages": [
{
"lang": "en",
"message": "Missing both recipient phone number and mobile number."
}
],
"uniqueId": "dcfd24f0-ebbe-44ab-bf14-b834139cbceb"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK_VALIDATION-018",
"messages": [
{
"lang": "en",
"message": "One or more additional services is not valid for this service"
}
],
"uniqueId": "17c73e4e-2b41-4958-b19c-65a952cd6c07"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-054",
"messages": [
{
"lang": "en",
"message": "Invalid amount for Cash On Delivery, use amount with two decimal places only"
}
],
"uniqueId": "13c9df65-cd57-4db3-9bc3-5aae47f90f47"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-038",
"messages": [
{
"lang": "en",
"message": "Invalid message type for cash on delivery."
}
],
"uniqueId": "aedcd5f0-3f1c-4329-8aea-f512a52f9b83"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-028",
"messages": [
{
"lang": "en",
"message": "Invalid country code"
}
],
"uniqueId": "ced857d4-8304-4543-9a9c-bcf7cd9f0ffb"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-036",
"messages": [
{
"lang": "en",
"message": "Invalid currency code, use ISO 4217 currency code"
}
],
"uniqueId": "0aa41cb1-44e3-44e3-bc01-5b4f9632922b"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-021",
"messages": [
{
"lang": "en",
"message": "Invalid customer number"
}
],
"uniqueId": "79e66edf-0e75-4aae-a68a-f39d5a23d951"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-029",
"messages": [
{
"lang": "en",
"message": "Invalid customer number for sender country and product"
}
],
"uniqueId": "a138d222-ecbd-482b-ac2e-ad1a7cc31615"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-039",
"messages": [
{
"lang": "en",
"message": "Delivery option is invalid."
}
],
"uniqueId": "bc6a2228-78f7-4715-971c-26cd68f196a6"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-090",
"messages": [
{
"lang": "en",
"message": "Invalid dimensions for parcel box pickup point."
}
],
"uniqueId": "89c9c552-92d3-4997-963f-e165a9759ffd"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK_VALIDATION-023",
"messages": [
{
"lang": "en",
"message": "Invalid incoterm for this shipment"
}
],
"uniqueId": "1162a8e1-f7c3-4e8f-ae6f-0f053538d333"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK_VALIDATION-027",
"messages": [
{
"lang": "en",
"message": "An IOSS number is provided as well as a senders reference. This is not supported."
}
],
"uniqueId": "c39218f5-05a1-4620-a76c-13033433b595"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK_VALIDATION-026",
"messages": [
{
"lang": "en",
"message": "An IOSS number is provided for a recipient country that does not qualify for IOSS."
}
],
"uniqueId": "3d39f4d8-7068-4a7f-9a79-dc35a349eae0"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK_VALIDATION-028",
"messages": [
{
"lang": "en",
"message": "An IOSS number is provided for a nature of transaction other than SALE_OF_GOODS."
}
],
"uniqueId": "4f4a2e71-e812-456c-8020-4e47a31c9348"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK_VALIDATION-025",
"messages": [
{
"lang": "en",
"message": "The supplied IOSS number is invalid. Should consist of 'IM' and 10 digits."
}
],
"uniqueId": "160e3f4a-120c-438b-a2dc-6fb8ec7a82d5"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK_INPUT-059",
"messages": [
{
"lang": "en",
"message": "Invalid input provided. Not able to parse the input successfully."
}
],
"uniqueId": "8b997598-9047-4edb-8473-3e3374ccd1b5"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-091",
"messages": [
{
"lang": "en",
"message": "Invalid length for UN Number. Must be of length four."
}
],
"uniqueId": "88a7728b-ea49-4f5a-b5da-4062b2859287"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK_INPUT-061",
"messages": [
{
"lang": "en",
"message": "Maximum 400 characters are allowed in Message For Recipient field."
}
],
"uniqueId": "805040c6-5fe0-4681-bda1-099f2dce1975"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-046",
"messages": [
{
"lang": "en",
"message": "Non freeze should be lowercase true or false."
}
],
"uniqueId": "0adf10c7-5e51-48cf-9c7c-dacac71d5440"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-071",
"messages": [
{
"lang": "en",
"message": "Invalid package type for Home Delivery product. Available options: 'hd_eur', 'hd_half', 'hd_quarter', 'hd_loose'"
}
],
"uniqueId": "07bc37a0-0f7d-42ac-a8c3-6ef1aba64de3"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-073",
"messages": [
{
"lang": "en",
"message": "Invalid package type for Home Delivery product. Available options: 'hd_eur', 'hd_half', 'hd_loose'"
}
],
"uniqueId": "96e017a9-2134-4089-88a1-2fde30f41bb4"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK_VALIDATION-029",
"messages": [
{
"lang": "en",
"message": "You cannot use tag numberOfPallets for this product. Add the number in the numberOfItems tag."
}
],
"uniqueId": "936016d2-7bb6-4539-82d6-fc68af13e349"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "PICKUP-INPUT-012",
"messages": [
{
"lang": "en",
"message": "Selected pickup point should be in recipient country"
}
],
"uniqueId": "bed69878-67ab-45df-b8ee-32ab60914746"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-098",
"messages": [
{
"lang": "en",
"message": "Valid recipient mobile number is required for delivery to locker"
}
],
"uniqueId": "64cea9eb-fff3-45ef-9bf0-3371a90ebc5e"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-047",
"messages": [
{
"lang": "en",
"message": "Pickup point delivery method is only available for PICKUP_PARCEL from other countries than Norway to Denmark and Sweden, PICKUP_PARCEL_BULK to Denmark, Norway, Sweden, Finland and for SERVICEPAKKE, 4850, 5000, 5800 and 3067 within NORWAY."
}
],
"uniqueId": "9b5933ea-8471-4d57-b660-02cc25e19568"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-092",
"messages": [
{
"lang": "en",
"message": "Invalid Pickup Point type for this service."
}
],
"uniqueId": "aa91f477-54c5-4c26-8bc7-230c0a3fc5d4"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK_INPUT-057",
"messages": [
{
"lang": "en",
"message": "Invalid postal Code"
}
],
"uniqueId": "3b21098a-cd5d-4c8f-8a73-aac86922bcff"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-020",
"messages": [
{
"lang": "en",
"message": "Invalid product ID"
}
],
"uniqueId": "9e1bb674-7299-48a2-a3c0-45bf68881d6a"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-041",
"messages": [
{
"lang": "en",
"message": "Invalid purchase order number"
}
],
"uniqueId": "f44c8eab-2b8c-4e6c-9e07-a95c591aeb5c"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-079",
"messages": [
{
"lang": "en",
"message": "Invalid quantity"
}
],
"uniqueId": "24625b13-00f9-47f5-ad7e-7a78777ac4aa"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-035",
"messages": [
{
"lang": "en",
"message": "Invalid value for QuickPack Envelope. Must be boolean lower case."
}
],
"uniqueId": "ce393ab1-afbc-4ab7-bbcf-b876cfacfc70"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-083",
"messages": [
{
"lang": "en",
"message": "Invalid Return Product ID"
}
],
"uniqueId": "31c98621-ade4-40e6-a253-f315dacac52a"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "SATURDAY_DELIVERY_INPUT-001",
"messages": [
{
"lang": "en",
"message": "Saturday Delivery service not available for given day"
}
],
"uniqueId": "5971b867-39ec-4e3f-b87f-31d793d63dd9"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "SATURDAY_DELIVERY_INPUT-004",
"messages": [
{
"lang": "en",
"message": "Saturday Delivery service is available by invoice only"
}
],
"uniqueId": "06797ca0-8d0c-4a68-8ae9-9302b414ae19"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "SATURDAY_DELIVERY_INPUT-002",
"messages": [
{
"lang": "en",
"message": "Saturday Delivery service not available for given postal codes"
}
],
"uniqueId": "419257c7-2a1d-4ef5-8630-a6fabdc03af4"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "SATURDAY_DELIVERY_INPUT-003",
"messages": [
{
"lang": "en",
"message": "Saturday Delivery service not available after 16:00"
}
],
"uniqueId": "d75b2697-a0f1-4b4d-909e-b033b0692dbc"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "PICKUP-INPUT-014",
"messages": [
{
"lang": "en",
"message": "Sender's address is incomplete or invalid and could not be matched"
}
],
"uniqueId": "5d776012-760c-4614-b20b-0709e39e9fc3"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-078",
"messages": [
{
"lang": "en",
"message": "Invalid tarriff line amount"
}
],
"uniqueId": "9602a377-9f38-48a2-909b-6a7162a9a522"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-066",
"messages": [
{
"lang": "en",
"message": "Valid temperature zones are: frozen, cool, dry, fish"
}
],
"uniqueId": "d506ab81-1943-45eb-b8be-9389c3bf0f5a"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-VALIDATION-031",
"messages": [
{
"lang": "en",
"message": "Limited quantities gross weight can not be greater than shipment total weight"
}
],
"uniqueId": "5411a9b4-88fc-4230-8f03-74869d1319d8"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK_VALIDATION-017",
"messages": [
{
"lang": "en",
"message": "Main customer number must be used for this service"
}
],
"uniqueId": "59445ae6-3ebb-4ae5-80b5-f16867bd25cd"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK_VALIDATION-019",
"messages": [
{
"lang": "en",
"message": "Maximum 10 dangerous goods vases are allowed in a request"
}
],
"uniqueId": "a5ab1e70-8759-430b-a8cd-ebbd09445201"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK_INPUT-060",
"messages": [
{
"lang": "en",
"message": "Missing booking request"
}
],
"uniqueId": "326a253c-142d-4113-a874-502116993917"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "NETS_TRANSACTION_INPUT-003",
"messages": [
{
"lang": "en",
"message": "Missing Bring consignment number"
}
],
"uniqueId": "5d415538-09ad-441d-a8ef-9076adc432e8"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-037",
"messages": [
{
"lang": "en",
"message": "Missing required input for cash on delivery. amount, currency and account are required."
}
],
"uniqueId": "76d8d2f3-589c-42f5-9e8c-5008c07431c5"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-044",
"messages": [
{
"lang": "en",
"message": "Missing required input for cash on delivery. account type is required for Sweden."
}
],
"uniqueId": "4a6a0e4e-9142-4ef9-a82b-9dfda5c0703f"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-049",
"messages": [
{
"lang": "en",
"message": "Missing required Commodity for Dangerous goods."
}
],
"uniqueId": "38ca5aec-fcde-47ea-9893-e375e1a32771"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-052",
"messages": [
{
"lang": "en",
"message": "Missing required Container Id for Oil Express Product"
}
],
"uniqueId": "e3bb7b11-647d-4d40-af90-c3233e051d6a"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "NETS_TRANSACTION_INPUT-004",
"messages": [
{
"lang": "en",
"message": "Missing customer number"
}
],
"uniqueId": "58169c3d-9c64-499c-b0c0-010d1ba612c0"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-062",
"messages": [
{
"lang": "en",
"message": "Missing required message input for delivery indoor"
}
],
"uniqueId": "7a2ddfab-1683-4d79-8fa4-37aa2ce60d1a"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-093",
"messages": [
{
"lang": "en",
"message": "Missing required message input for desktop delivery."
}
],
"uniqueId": "004e8403-6d78-429c-862a-7d609f285465"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-065",
"messages": [
{
"lang": "en",
"message": "Incoterm must be specified"
}
],
"uniqueId": "2504711f-46f0-47a7-9623-22ef6caa6391"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-VALIDATION-030",
"messages": [
{
"lang": "en",
"message": "Limited quantities gross weight is mandatory when shipment route involves a boat"
}
],
"uniqueId": "344f59a3-c2b9-495d-8746-03adad0d3102"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "NETS_TRANSACTION_INPUT-002",
"messages": [
{
"lang": "en",
"message": "Missing Nets transaction id"
}
],
"uniqueId": "786648a1-86f5-4179-9c50-80c9c6498cf6"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "NETS_TRANSACTION_INPUT-001",
"messages": [
{
"lang": "en",
"message": "Missing Nets transaction request"
}
],
"uniqueId": "22057c65-c5c9-4906-9e0f-3ee0295272d5"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-068",
"messages": [
{
"lang": "en",
"message": "Package type must be specified for given product."
}
],
"uniqueId": "61841fdb-41ff-4599-a9a0-4c14f58fa0c9"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-048",
"messages": [
{
"lang": "en",
"message": "Missing required UNNumber for Dangerous goods."
}
],
"uniqueId": "0a848d5f-fcaf-4697-97c0-0b56f78d7773"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-050",
"messages": [
{
"lang": "en",
"message": "Missing required Weight for Dangerous goods."
}
],
"uniqueId": "d04e5b4a-bc26-481a-af7b-e0b49cac1781"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-085",
"messages": [
{
"lang": "en",
"message": "Missing required weight or volume for Dangerous goods."
}
],
"uniqueId": "3f82345e-5b9e-4358-a7a0-a4f1e6e4541e"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-005",
"messages": [
{
"lang": "en",
"message": "Multiple consignments in one booking is not supported"
}
],
"uniqueId": "54e71014-9519-4329-af73-19e0f8579bfa"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-011",
"messages": [
{
"lang": "en",
"message": "Multiple packages in one booking is not supported"
}
],
"uniqueId": "6f7fbe3e-2f61-4354-91e9-f080f7cce8da"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-032",
"messages": [
{
"lang": "en",
"message": "Multiple packages are not supported for this product"
}
],
"uniqueId": "35d40fad-ca5f-4530-a719-ce582098ab2d"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-034",
"messages": [
{
"lang": "en",
"message": "Multiple package groups are not supported for this product"
}
],
"uniqueId": "a2019773-27ce-47ec-a5f8-1d6f70983ca5"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-014",
"messages": [
{
"lang": "en",
"message": "Name must be provided"
}
],
"uniqueId": "cef9a277-be6f-4bc8-80bb-6080c739dbc9"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK_VALIDATION-013",
"messages": [
{
"lang": "en",
"message": "Nature of transaction required for using customs declarations"
}
],
"uniqueId": "a0cfacb1-9c1b-45f2-828d-bee03be10d6d"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-081",
"messages": [
{
"lang": "en",
"message": "When booking nonstandard courier services you must supply the 'nonStandardCourierProductCode'"
}
],
"uniqueId": "3ba527a6-a082-4952-a527-f2c1661fb563"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK_VALIDATION-036",
"messages": [
{
"lang": "en",
"message": "Number of items is invalid."
}
],
"uniqueId": "4f3d4b6e-2cab-4426-9386-743b28f5cb6a"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK_VALIDATION-037",
"messages": [
{
"lang": "en",
"message": "Number of items total is invalid."
}
],
"uniqueId": "9a4a8177-809b-4f2c-b334-651126b6fb59"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-031",
"messages": [
{
"lang": "en",
"message": "You must specify number of packages (pieces) included in the package group"
}
],
"uniqueId": "43232e65-3a14-4fe4-bcfd-5e0fc92a3f59"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK_VALIDATION-010",
"messages": [
{
"lang": "en",
"message": "Booking of this service is not supported using this main customer number. You have to use the customer number belonging to the corresponding service type."
}
],
"uniqueId": "1af07e8d-49c1-4de9-ae55-dedfbc5005f1"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-082",
"messages": [
{
"lang": "en",
"message": "'nonStandardCourierProductCode' can only be set when booking courier customized services"
}
],
"uniqueId": "d7dc4e0b-a9d4-4ddf-bc7e-579febd5ac2d"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-074",
"messages": [
{
"lang": "en",
"message": "Only one of [packages, packageGroups] can be set"
}
],
"uniqueId": "99785a6b-6995-4566-9c03-0a588efd2649"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-024",
"messages": [
{
"lang": "en",
"message": "The product is not available between the given addresses (outside coverage)"
}
],
"uniqueId": "8f86365a-123c-4304-b879-89bb70b76fb6"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-025",
"messages": [
{
"lang": "en",
"message": "The product is not available between the given countries"
}
],
"uniqueId": "c8991314-a3a4-439c-8fce-46e7030fcf5c"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-026",
"messages": [
{
"lang": "en",
"message": "The product is not available as express between the given addresses (outside coverage)"
}
],
"uniqueId": "a4ab06f8-268e-4c1c-affc-791171ac8808"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-033",
"messages": [
{
"lang": "en",
"message": "Package groups are not supported for this product (numberOfItems cannot be greater than 1)"
}
],
"uniqueId": "b66d4e86-1679-497b-b63f-e23c4984f233"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-009",
"messages": [
{
"lang": "en",
"message": "Package or Package Group must be specified"
}
],
"uniqueId": "26520289-ba5b-4690-aa90-00fd905887a8"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-023",
"messages": [
{
"lang": "en",
"message": "The shipment is too big to send with the given product"
}
],
"uniqueId": "091af379-6038-47a8-91d5-88193b4edc74"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK_VALIDATION-005",
"messages": [
{
"lang": "en",
"message": "Phone Notification should be true."
}
],
"uniqueId": "bf5f9f4e-b1b6-49fd-9c4b-833103e7e37c"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK_VALIDATION-006",
"messages": [
{
"lang": "en",
"message": "Phone Notification requires recipient number to be present."
}
],
"uniqueId": "92fe4202-e0d8-4505-beae-927d40aef9fc"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK_VALIDATION-004",
"messages": [
{
"lang": "en",
"message": "Phone Notification is not available for the recipient country."
}
],
"uniqueId": "19e9502c-b983-40a4-a39f-4dc35603be27"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "PICKUP-INPUT-007",
"messages": [
{
"lang": "en",
"message": "Pickup date must be in the future"
}
],
"uniqueId": "c860eaec-2a42-4100-a7df-2d43d3d818b5"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "PICKUP-INPUT-001",
"messages": [
{
"lang": "en",
"message": "Error with input in pickupOrder"
}
],
"uniqueId": "378ed524-ea05-4111-b2af-fd0a4b228cdd"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "PICKUP-INPUT-003",
"messages": [
{
"lang": "en",
"message": "Cargo customer must provide cargoInformation element. Parcel customer must provide parcelsInformation element"
}
],
"uniqueId": "4c6681df-c940-4f37-8ac5-a8f4539e74be"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "PICKUP-INPUT-006",
"messages": [
{
"lang": "en",
"message": "You must specify pickupDate element yyyy-MM-dd"
}
],
"uniqueId": "8c92219b-d247-40f9-ab81-d507c8821571"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "PICKUP-INPUT-002",
"messages": [
{
"lang": "en",
"message": "Postal code must be given and be valid"
}
],
"uniqueId": "9fee33a2-0b44-4d13-a6e9-483ba284456c"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "PICKUP-INPUT-005",
"messages": [
{
"lang": "en",
"message": "You must specify pickupIsReadyAtTime element HH:mm:ss"
}
],
"uniqueId": "858016f7-106e-40aa-be16-d7d78982a353"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "PICKUP-INPUT-008",
"messages": [
{
"lang": "en",
"message": "weightInGrams is required, and must be an integer larger than zero"
}
],
"uniqueId": "8a495d6e-c9e7-4d32-a333-138fe7e6bdb1"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "PICKUP-INPUT-010",
"messages": [
{
"lang": "en",
"message": "Country code is required"
}
],
"uniqueId": "f130dbe9-b6b5-41f9-9646-43039a507b33"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "PICKUP-INPUT-009",
"messages": [
{
"lang": "en",
"message": "Must be an integer larger than zero"
}
],
"uniqueId": "a0d7c9ee-8da8-4dc5-a783-773a5ff9286e"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "PICKUP-INPUT-004",
"messages": [
{
"lang": "en",
"message": "This customer number cannot be used to order Pickup"
}
],
"uniqueId": "adf15e9b-e8e3-4b8a-9be3-2873e7010044"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-045",
"messages": [
{
"lang": "en",
"message": "Could not find a pickup point for the provided recipient"
}
],
"uniqueId": "84b41af0-6ef7-4267-9060-c5f5e2380666"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "PICKUP-INPUT-013",
"messages": [
{
"lang": "en",
"message": "Combination pickupIsReadyAtTime and pickupDate must be in the future"
}
],
"uniqueId": "dfff9b56-cb9e-45ac-ade6-89218e4af628"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "PICKUP-INTERNAL-001",
"messages": [
{
"lang": "en",
"message": "An unexpected error occurred"
}
],
"uniqueId": "a47c4902-3941-4009-9311-634010072386"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-018",
"messages": [
{
"lang": "en",
"message": "Product ID must be provided"
}
],
"uniqueId": "84821a8c-b7b3-4fcf-9935-913b1eff1e19"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-008",
"messages": [
{
"lang": "en",
"message": "Product must be set"
}
],
"uniqueId": "11d81ca4-4ebd-43b5-acdc-c7bda72880c2"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-027",
"messages": [
{
"lang": "en",
"message": "Failed because of product specific requirements"
}
],
"uniqueId": "cd16acf6-e511-40c9-b337-384f4ebe6f44"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-070",
"messages": [
{
"lang": "en",
"message": "The product is not available"
}
],
"uniqueId": "a8d0863e-1f79-49fd-8407-b0fd54c537e5"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-084",
"messages": [
{
"lang": "en",
"message": "QR codes cannot be ordered for product"
}
],
"uniqueId": "083fc93a-a784-40eb-a1f5-95cf09013692"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-007",
"messages": [
{
"lang": "en",
"message": "Recipient must be specified"
}
],
"uniqueId": "09ea27e5-c0b7-4b3d-9f47-824631e7afa6"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK_VALIDATION-009",
"messages": [
{
"lang": "en",
"message": "Booking of this revised service is only supported using your main customer number. This customer number also needs to be converted to the agreements covering the revised service."
}
],
"uniqueId": "d9ad8320-c8d2-438b-9276-85f4c47cbeea"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-003",
"messages": [
{
"lang": "en",
"message": "Schema version must be present"
}
],
"uniqueId": "351c4563-e984-4eab-8794-6d631d42af63"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-006",
"messages": [
{
"lang": "en",
"message": "Sender must be specified"
}
],
"uniqueId": "0f4fe0fb-8382-4b25-99d6-d94c468c693f"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-012",
"messages": [
{
"lang": "en",
"message": "Shipping date and time must be provided"
}
],
"uniqueId": "d823db83-5340-4af8-8588-eb6c441c9744"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "SIMPLIFIED_DELIVERY_INPUT-001",
"messages": [
{
"lang": "en",
"message": "Simplified Delivery service is not applicable with Delivery Options"
}
],
"uniqueId": "1d1166d7-4d3b-4126-ac25-ababad703c0d"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "PICKUP-INPUT-011",
"messages": [
{
"lang": "en",
"message": "Both Pickup Point ID and Country Code is Required"
}
],
"uniqueId": "c07a6224-55ca-4a60-be5d-0bc0988ce5c0"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-030",
"messages": [
{
"lang": "en",
"message": "Please set the testIndicator attribute on the request (true = test booking, false = production booking)"
}
],
"uniqueId": "88f75b00-b17c-4193-861d-4b0540ded834"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-AUTHORIZATION-001",
"messages": [
{
"lang": "en",
"message": "Your user is not authorized to perform this action"
}
],
"uniqueId": "f0b021cd-c00e-4308-87e8-5fc450567bad"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-VALIDATION-033",
"messages": [
{
"lang": "en",
"message": "Customs declaration is not valid for the product or countries combination"
}
],
"uniqueId": "8f4ce738-1794-4523-a357-79e008ba2dc3"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INTERNAL-001",
"messages": [
{
"lang": "en",
"message": "An unexpected error occurred"
}
],
"uniqueId": "4a5b1f62-0468-4cb4-8289-ef4c7c2e710f"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-VALIDATION-032",
"messages": [
{
"lang": "en",
"message": "Provided recipient address is unknown. Could not complete booking without valid address"
}
],
"uniqueId": "6b6d86d6-ff6d-4a9f-95be-c1baea0f8b78"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-VALIDATION-001",
"messages": [
{
"lang": "en",
"message": "Unexpected business validation rule failure"
}
],
"uniqueId": "91580c86-6a5b-4b93-90ca-1f0704983130"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK_VALIDATION-011",
"messages": [
{
"lang": "en",
"message": "A valid recipient mobile number or email address is required for notification"
}
],
"uniqueId": "2bfc2fff-d419-4bcb-aee4-5497c29ca151"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK_VALIDATION-012",
"messages": [
{
"lang": "en",
"message": "A valid quantity, goods description, tariff line amount or item net weight is required for customs declaration"
}
],
"uniqueId": "cdf9f18a-fbd1-4905-b7a5-fc235a3a5893"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK_VALIDATION-020",
"messages": [
{
"lang": "en",
"message": "A valid quantity, goods description, tariff code, item net weight, amount, currency and country of origin is required for import customs declaration"
}
],
"uniqueId": "99f5df77-e5c7-4c6c-8f38-50f12e0da643"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK_VALIDATION-022",
"messages": [
{
"lang": "en",
"message": "Nature of transaction must be SALE_OF_GOODS"
}
],
"uniqueId": "6425979b-7e10-46cd-a1ed-3458637c4b05"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK_VALIDATION-021",
"messages": [
{
"lang": "en",
"message": "A valid VOEC (VAT On Ecommerce) id is not present, it should be 7 digits"
}
],
"uniqueId": "845ab3e1-5bfc-4cb0-9766-00075413b1b3"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-088",
"messages": [
{
"lang": "en",
"message": "Total volume of dangerous goods can not exceed total package volume."
}
],
"uniqueId": "340868df-a2b0-4231-9708-b245b4163f77"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-013",
"messages": [
{
"lang": "en",
"message": "Volume or Package dimensions must be provided"
}
],
"uniqueId": "b756a759-864a-41ca-92bd-5b10a658c23b"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-087",
"messages": [
{
"lang": "en",
"message": "Total weight of dangerous goods can not exceed total package weight."
}
],
"uniqueId": "dfb7385a-a5ef-4750-9936-8f38f0448860"
}
]
}
]
}
{
"consignments": [
{
"errors": [
{
"code": "BOOK-INPUT-002",
"messages": [
{
"lang": "en",
"message": "Weight is required"
}
],
"uniqueId": "5bb24b5d-9100-4cb8-8f1f-6079d6b8093f"
}
]
}
]
}
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example cannot be generated; root element name is undefined -->
<?xml version="1.0" encoding="UTF-8"?&