PureBasic / DHL Express APIs (MyDHL API) / Update pickup information for an existing DHL Express pickup booking request
Back to Collection Items
IncludeFile "CkJsonObject.pb"
IncludeFile "CkStringBuilder.pb"
IncludeFile "CkHttp.pb"
IncludeFile "CkHttpResponse.pb"
Procedure ChilkatExample()
; This example assumes the Chilkat API to have been previously unlocked.
; See Global Unlock Sample for sample code.
http.i = CkHttp::ckCreate()
If http.i = 0
Debug "Failed to create object."
ProcedureReturn
EndIf
success.i
CkHttp::setCkBasicAuth(http, 1)
CkHttp::setCkLogin(http, "<Basic Auth Username>")
CkHttp::setCkPassword(http, "<Basic Auth Password>")
; Use this online tool to generate code from sample JSON: Generate Code to Create JSON
; The following JSON is sent in the request body.
; {
; "dispatchConfirmationNumber": "CBJ201220123456",
; "originalShipperAccountNumber": "123456789",
; "plannedPickupDateAndTime": "2019-08-04T14:00:31GMT+01:00",
; "accounts": [
; {
; "typeCode": "shipper",
; "number": "123456789"
; }
; ],
; "customerDetails": {
; "shipperDetails": {
; "postalAddress": {
; "postalCode": "14800",
; "cityName": "Prague",
; "countryCode": "CZ",
; "addressLine1": "V Parku 2308/10",
; "provinceCode": "CZ",
; "addressLine2": "addres2",
; "addressLine3": "addres3",
; "countyName": "Central Bohemia"
; },
; "contactInformation": {
; "phone": "+1123456789",
; "companyName": "Company Name",
; "fullName": "John Brew",
; "email": "that@before.de",
; "mobilePhone": "+60112345678"
; }
; },
; "receiverDetails": {
; "postalAddress": {
; "postalCode": "14800",
; "cityName": "Prague",
; "countryCode": "CZ",
; "addressLine1": "V Parku 2308/10",
; "provinceCode": "CZ",
; "addressLine2": "addres2",
; "addressLine3": "addres3",
; "countyName": "Central Bohemia"
; },
; "contactInformation": {
; "phone": "+1123456789",
; "companyName": "Company Name",
; "fullName": "John Brew",
; "email": "that@before.de",
; "mobilePhone": "+60112345678"
; }
; },
; "bookingRequestorDetails": {
; "contactInformation": {
; "phone": "+1123456789",
; "companyName": "Company Name",
; "fullName": "John Brew",
; "email": "that@before.de",
; "mobilePhone": "+60112345678"
; },
; "postalAddress": {
; "postalCode": "14800",
; "cityName": "Prague",
; "countryCode": "CZ",
; "addressLine1": "V Parku 2308/10",
; "provinceCode": "CZ",
; "addressLine2": "addres2",
; "addressLine3": "addres3",
; "countyName": "Central Bohemia"
; }
; },
; "pickupDetails": {
; "postalAddress": {
; "postalCode": "14800",
; "cityName": "Prague",
; "countryCode": "CZ",
; "addressLine1": "V Parku 2308/10",
; "provinceCode": "CZ",
; "addressLine2": "addres2",
; "addressLine3": "addres3",
; "countyName": "Central Bohemia"
; },
; "contactInformation": {
; "phone": "+1123456789",
; "companyName": "Company Name",
; "fullName": "John Brew",
; "email": "that@before.de",
; "mobilePhone": "+60112345678"
; }
; }
; },
; "closeTime": "18:00",
; "location": "reception",
; "locationType": "residence",
; "specialInstructions": [
; {
; "value": "please ring door bell",
; "typeCode": "TBD"
; },
; {
; "value": "please ring door bell",
; "typeCode": "TBD"
; }
; ],
; "remark": "veniam anim",
; "shipmentDetails": [
; {
; "productCode": "D",
; "isCustomsDeclarable": false,
; "unitOfMeasurement": "metric",
; "packages": [
; {
; "weight": 10.5,
; "dimensions": {
; "length": 25,
; "width": 35,
; "height": 15
; },
; "typeCode": "3BX"
; }
; ],
; "localProductCode": "D",
; "accounts": [
; {
; "typeCode": "shipper",
; "number": "123456789"
; },
; {
; "typeCode": "shipper",
; "number": "123456789"
; }
; ],
; "valueAddedServices": [
; {
; "serviceCode": "II",
; "localServiceCode": "II",
; "value": 100,
; "currency": "GBP",
; "method": "cash"
; },
; {
; "serviceCode": "II",
; "localServiceCode": "II",
; "value": 100,
; "currency": "GBP",
; "method": "cash"
; }
; ],
; "declaredValue": 150,
; "declaredValueCurrency": "CZK",
; "shipmentTrackingNumber": "123456790"
; }
; ]
; }
json.i = CkJsonObject::ckCreate()
If json.i = 0
Debug "Failed to create object."
ProcedureReturn
EndIf
CkJsonObject::ckUpdateString(json,"dispatchConfirmationNumber","CBJ201220123456")
CkJsonObject::ckUpdateString(json,"originalShipperAccountNumber","123456789")
CkJsonObject::ckUpdateString(json,"plannedPickupDateAndTime","2019-08-04T14:00:31GMT+01:00")
CkJsonObject::ckUpdateString(json,"accounts[0].typeCode","shipper")
CkJsonObject::ckUpdateString(json,"accounts[0].number","123456789")
CkJsonObject::ckUpdateString(json,"customerDetails.shipperDetails.postalAddress.postalCode","14800")
CkJsonObject::ckUpdateString(json,"customerDetails.shipperDetails.postalAddress.cityName","Prague")
CkJsonObject::ckUpdateString(json,"customerDetails.shipperDetails.postalAddress.countryCode","CZ")
CkJsonObject::ckUpdateString(json,"customerDetails.shipperDetails.postalAddress.addressLine1","V Parku 2308/10")
CkJsonObject::ckUpdateString(json,"customerDetails.shipperDetails.postalAddress.provinceCode","CZ")
CkJsonObject::ckUpdateString(json,"customerDetails.shipperDetails.postalAddress.addressLine2","addres2")
CkJsonObject::ckUpdateString(json,"customerDetails.shipperDetails.postalAddress.addressLine3","addres3")
CkJsonObject::ckUpdateString(json,"customerDetails.shipperDetails.postalAddress.countyName","Central Bohemia")
CkJsonObject::ckUpdateString(json,"customerDetails.shipperDetails.contactInformation.phone","+1123456789")
CkJsonObject::ckUpdateString(json,"customerDetails.shipperDetails.contactInformation.companyName","Company Name")
CkJsonObject::ckUpdateString(json,"customerDetails.shipperDetails.contactInformation.fullName","John Brew")
CkJsonObject::ckUpdateString(json,"customerDetails.shipperDetails.contactInformation.email","that@before.de")
CkJsonObject::ckUpdateString(json,"customerDetails.shipperDetails.contactInformation.mobilePhone","+60112345678")
CkJsonObject::ckUpdateString(json,"customerDetails.receiverDetails.postalAddress.postalCode","14800")
CkJsonObject::ckUpdateString(json,"customerDetails.receiverDetails.postalAddress.cityName","Prague")
CkJsonObject::ckUpdateString(json,"customerDetails.receiverDetails.postalAddress.countryCode","CZ")
CkJsonObject::ckUpdateString(json,"customerDetails.receiverDetails.postalAddress.addressLine1","V Parku 2308/10")
CkJsonObject::ckUpdateString(json,"customerDetails.receiverDetails.postalAddress.provinceCode","CZ")
CkJsonObject::ckUpdateString(json,"customerDetails.receiverDetails.postalAddress.addressLine2","addres2")
CkJsonObject::ckUpdateString(json,"customerDetails.receiverDetails.postalAddress.addressLine3","addres3")
CkJsonObject::ckUpdateString(json,"customerDetails.receiverDetails.postalAddress.countyName","Central Bohemia")
CkJsonObject::ckUpdateString(json,"customerDetails.receiverDetails.contactInformation.phone","+1123456789")
CkJsonObject::ckUpdateString(json,"customerDetails.receiverDetails.contactInformation.companyName","Company Name")
CkJsonObject::ckUpdateString(json,"customerDetails.receiverDetails.contactInformation.fullName","John Brew")
CkJsonObject::ckUpdateString(json,"customerDetails.receiverDetails.contactInformation.email","that@before.de")
CkJsonObject::ckUpdateString(json,"customerDetails.receiverDetails.contactInformation.mobilePhone","+60112345678")
CkJsonObject::ckUpdateString(json,"customerDetails.bookingRequestorDetails.contactInformation.phone","+1123456789")
CkJsonObject::ckUpdateString(json,"customerDetails.bookingRequestorDetails.contactInformation.companyName","Company Name")
CkJsonObject::ckUpdateString(json,"customerDetails.bookingRequestorDetails.contactInformation.fullName","John Brew")
CkJsonObject::ckUpdateString(json,"customerDetails.bookingRequestorDetails.contactInformation.email","that@before.de")
CkJsonObject::ckUpdateString(json,"customerDetails.bookingRequestorDetails.contactInformation.mobilePhone","+60112345678")
CkJsonObject::ckUpdateString(json,"customerDetails.bookingRequestorDetails.postalAddress.postalCode","14800")
CkJsonObject::ckUpdateString(json,"customerDetails.bookingRequestorDetails.postalAddress.cityName","Prague")
CkJsonObject::ckUpdateString(json,"customerDetails.bookingRequestorDetails.postalAddress.countryCode","CZ")
CkJsonObject::ckUpdateString(json,"customerDetails.bookingRequestorDetails.postalAddress.addressLine1","V Parku 2308/10")
CkJsonObject::ckUpdateString(json,"customerDetails.bookingRequestorDetails.postalAddress.provinceCode","CZ")
CkJsonObject::ckUpdateString(json,"customerDetails.bookingRequestorDetails.postalAddress.addressLine2","addres2")
CkJsonObject::ckUpdateString(json,"customerDetails.bookingRequestorDetails.postalAddress.addressLine3","addres3")
CkJsonObject::ckUpdateString(json,"customerDetails.bookingRequestorDetails.postalAddress.countyName","Central Bohemia")
CkJsonObject::ckUpdateString(json,"customerDetails.pickupDetails.postalAddress.postalCode","14800")
CkJsonObject::ckUpdateString(json,"customerDetails.pickupDetails.postalAddress.cityName","Prague")
CkJsonObject::ckUpdateString(json,"customerDetails.pickupDetails.postalAddress.countryCode","CZ")
CkJsonObject::ckUpdateString(json,"customerDetails.pickupDetails.postalAddress.addressLine1","V Parku 2308/10")
CkJsonObject::ckUpdateString(json,"customerDetails.pickupDetails.postalAddress.provinceCode","CZ")
CkJsonObject::ckUpdateString(json,"customerDetails.pickupDetails.postalAddress.addressLine2","addres2")
CkJsonObject::ckUpdateString(json,"customerDetails.pickupDetails.postalAddress.addressLine3","addres3")
CkJsonObject::ckUpdateString(json,"customerDetails.pickupDetails.postalAddress.countyName","Central Bohemia")
CkJsonObject::ckUpdateString(json,"customerDetails.pickupDetails.contactInformation.phone","+1123456789")
CkJsonObject::ckUpdateString(json,"customerDetails.pickupDetails.contactInformation.companyName","Company Name")
CkJsonObject::ckUpdateString(json,"customerDetails.pickupDetails.contactInformation.fullName","John Brew")
CkJsonObject::ckUpdateString(json,"customerDetails.pickupDetails.contactInformation.email","that@before.de")
CkJsonObject::ckUpdateString(json,"customerDetails.pickupDetails.contactInformation.mobilePhone","+60112345678")
CkJsonObject::ckUpdateString(json,"closeTime","18:00")
CkJsonObject::ckUpdateString(json,"location","reception")
CkJsonObject::ckUpdateString(json,"locationType","residence")
CkJsonObject::ckUpdateString(json,"specialInstructions[0].value","please ring door bell")
CkJsonObject::ckUpdateString(json,"specialInstructions[0].typeCode","TBD")
CkJsonObject::ckUpdateString(json,"specialInstructions[1].value","please ring door bell")
CkJsonObject::ckUpdateString(json,"specialInstructions[1].typeCode","TBD")
CkJsonObject::ckUpdateString(json,"remark","veniam anim")
CkJsonObject::ckUpdateString(json,"shipmentDetails[0].productCode","D")
CkJsonObject::ckUpdateBool(json,"shipmentDetails[0].isCustomsDeclarable",0)
CkJsonObject::ckUpdateString(json,"shipmentDetails[0].unitOfMeasurement","metric")
CkJsonObject::ckUpdateNumber(json,"shipmentDetails[0].packages[0].weight","10.5")
CkJsonObject::ckUpdateInt(json,"shipmentDetails[0].packages[0].dimensions.length",25)
CkJsonObject::ckUpdateInt(json,"shipmentDetails[0].packages[0].dimensions.width",35)
CkJsonObject::ckUpdateInt(json,"shipmentDetails[0].packages[0].dimensions.height",15)
CkJsonObject::ckUpdateString(json,"shipmentDetails[0].packages[0].typeCode","3BX")
CkJsonObject::ckUpdateString(json,"shipmentDetails[0].localProductCode","D")
CkJsonObject::ckUpdateString(json,"shipmentDetails[0].accounts[0].typeCode","shipper")
CkJsonObject::ckUpdateString(json,"shipmentDetails[0].accounts[0].number","123456789")
CkJsonObject::ckUpdateString(json,"shipmentDetails[0].accounts[1].typeCode","shipper")
CkJsonObject::ckUpdateString(json,"shipmentDetails[0].accounts[1].number","123456789")
CkJsonObject::ckUpdateString(json,"shipmentDetails[0].valueAddedServices[0].serviceCode","II")
CkJsonObject::ckUpdateString(json,"shipmentDetails[0].valueAddedServices[0].localServiceCode","II")
CkJsonObject::ckUpdateInt(json,"shipmentDetails[0].valueAddedServices[0].value",100)
CkJsonObject::ckUpdateString(json,"shipmentDetails[0].valueAddedServices[0].currency","GBP")
CkJsonObject::ckUpdateString(json,"shipmentDetails[0].valueAddedServices[0].method","cash")
CkJsonObject::ckUpdateString(json,"shipmentDetails[0].valueAddedServices[1].serviceCode","II")
CkJsonObject::ckUpdateString(json,"shipmentDetails[0].valueAddedServices[1].localServiceCode","II")
CkJsonObject::ckUpdateInt(json,"shipmentDetails[0].valueAddedServices[1].value",100)
CkJsonObject::ckUpdateString(json,"shipmentDetails[0].valueAddedServices[1].currency","GBP")
CkJsonObject::ckUpdateString(json,"shipmentDetails[0].valueAddedServices[1].method","cash")
CkJsonObject::ckUpdateInt(json,"shipmentDetails[0].declaredValue",150)
CkJsonObject::ckUpdateString(json,"shipmentDetails[0].declaredValueCurrency","CZK")
CkJsonObject::ckUpdateString(json,"shipmentDetails[0].shipmentTrackingNumber","123456790")
CkHttp::ckSetRequestHeader(http,"Webstore-Platform-Name","")
CkHttp::ckSetRequestHeader(http,"Shipping-System-Platform-Name","")
CkHttp::ckSetRequestHeader(http,"Message-Reference","d0e7832e-5c98-11ea-bc55-0242ac13")
CkHttp::ckSetRequestHeader(http,"Plugin-Version","")
CkHttp::ckSetRequestHeader(http,"Content-Type","application/json")
CkHttp::ckSetRequestHeader(http,"Plugin-Name","")
CkHttp::ckSetRequestHeader(http,"Shipping-System-Platform-Version","")
CkHttp::ckSetRequestHeader(http,"Accept","application/json")
CkHttp::ckSetRequestHeader(http,"Message-Reference-Date","Wed, 21 Oct 2015 07:28:00 GMT")
CkHttp::ckSetRequestHeader(http,"Webstore-Platform-Version","")
sbRequestBody.i = CkStringBuilder::ckCreate()
If sbRequestBody.i = 0
Debug "Failed to create object."
ProcedureReturn
EndIf
CkJsonObject::ckEmitSb(json,sbRequestBody)
resp.i = CkHttp::ckPTextSb(http,"PATCH","https://api-mock.dhl.com/mydhlapi/pickups/:dispatchConfirmationNumber",sbRequestBody,"utf-8","application/json",0,0)
If CkHttp::ckLastMethodSuccess(http) = 0
Debug CkHttp::ckLastErrorText(http)
CkHttp::ckDispose(http)
CkJsonObject::ckDispose(json)
CkStringBuilder::ckDispose(sbRequestBody)
ProcedureReturn
EndIf
sbResponseBody.i = CkStringBuilder::ckCreate()
If sbResponseBody.i = 0
Debug "Failed to create object."
ProcedureReturn
EndIf
CkHttpResponse::ckGetBodySb(resp,sbResponseBody)
jResp.i = CkJsonObject::ckCreate()
If jResp.i = 0
Debug "Failed to create object."
ProcedureReturn
EndIf
CkJsonObject::ckLoadSb(jResp,sbResponseBody)
CkJsonObject::setCkEmitCompact(jResp, 0)
Debug "Response Body:"
Debug CkJsonObject::ckEmit(jResp)
respStatusCode.i = CkHttpResponse::ckStatusCode(resp)
Debug "Response Status Code = " + Str(respStatusCode)
If respStatusCode >= 400
Debug "Response Header:"
Debug CkHttpResponse::ckHeader(resp)
Debug "Failed."
CkHttpResponse::ckDispose(resp)
CkHttp::ckDispose(http)
CkJsonObject::ckDispose(json)
CkStringBuilder::ckDispose(sbRequestBody)
CkStringBuilder::ckDispose(sbResponseBody)
CkJsonObject::ckDispose(jResp)
ProcedureReturn
EndIf
CkHttpResponse::ckDispose(resp)
; Sample JSON response:
; (Sample code for parsing the JSON response is shown below)
; {
; "dispatchConfirmationNumber": "PRG201220123456",
; "readyByTime": "10:00",
; "nextPickupDate": "2020-06-01",
; "warnings": [
; "Pickup has been updated but something went wrong",
; "Pickup has been updated but something went wrong"
; ]
; }
; Sample code for parsing the JSON response...
; Use this online tool to generate parsing code from sample JSON: Generate JSON Parsing Code
strVal.s
dispatchConfirmationNumber.s = CkJsonObject::ckStringOf(jResp,"dispatchConfirmationNumber")
readyByTime.s = CkJsonObject::ckStringOf(jResp,"readyByTime")
nextPickupDate.s = CkJsonObject::ckStringOf(jResp,"nextPickupDate")
i.i = 0
count_i.i = CkJsonObject::ckSizeOfArray(jResp,"warnings")
While i < count_i
CkJsonObject::setCkI(jResp, i)
strVal = CkJsonObject::ckStringOf(jResp,"warnings[i]")
i = i + 1
Wend
CkHttp::ckDispose(http)
CkJsonObject::ckDispose(json)
CkStringBuilder::ckDispose(sbRequestBody)
CkStringBuilder::ckDispose(sbResponseBody)
CkJsonObject::ckDispose(jResp)
ProcedureReturn
EndProcedure
Curl Command
curl -X PATCH
-u '<Basic Auth Username>:<Basic Auth Password>'
-H "Message-Reference: d0e7832e-5c98-11ea-bc55-0242ac13"
-H "Message-Reference-Date: Wed, 21 Oct 2015 07:28:00 GMT"
-H "Plugin-Name: "
-H "Plugin-Version: "
-H "Shipping-System-Platform-Name: "
-H "Shipping-System-Platform-Version: "
-H "Webstore-Platform-Name: "
-H "Webstore-Platform-Version: "
-H "Content-Type: application/json"
-H "Accept: application/json"
-d '{
"dispatchConfirmationNumber": "CBJ201220123456",
"originalShipperAccountNumber": "123456789",
"plannedPickupDateAndTime": "2019-08-04T14:00:31GMT+01:00",
"accounts": [
{
"typeCode": "shipper",
"number": "123456789"
}
],
"customerDetails": {
"shipperDetails": {
"postalAddress": {
"postalCode": "14800",
"cityName": "Prague",
"countryCode": "CZ",
"addressLine1": "V Parku 2308/10",
"provinceCode": "CZ",
"addressLine2": "addres2",
"addressLine3": "addres3",
"countyName": "Central Bohemia"
},
"contactInformation": {
"phone": "+1123456789",
"companyName": "Company Name",
"fullName": "John Brew",
"email": "that@before.de",
"mobilePhone": "+60112345678"
}
},
"receiverDetails": {
"postalAddress": {
"postalCode": "14800",
"cityName": "Prague",
"countryCode": "CZ",
"addressLine1": "V Parku 2308/10",
"provinceCode": "CZ",
"addressLine2": "addres2",
"addressLine3": "addres3",
"countyName": "Central Bohemia"
},
"contactInformation": {
"phone": "+1123456789",
"companyName": "Company Name",
"fullName": "John Brew",
"email": "that@before.de",
"mobilePhone": "+60112345678"
}
},
"bookingRequestorDetails": {
"contactInformation": {
"phone": "+1123456789",
"companyName": "Company Name",
"fullName": "John Brew",
"email": "that@before.de",
"mobilePhone": "+60112345678"
},
"postalAddress": {
"postalCode": "14800",
"cityName": "Prague",
"countryCode": "CZ",
"addressLine1": "V Parku 2308/10",
"provinceCode": "CZ",
"addressLine2": "addres2",
"addressLine3": "addres3",
"countyName": "Central Bohemia"
}
},
"pickupDetails": {
"postalAddress": {
"postalCode": "14800",
"cityName": "Prague",
"countryCode": "CZ",
"addressLine1": "V Parku 2308/10",
"provinceCode": "CZ",
"addressLine2": "addres2",
"addressLine3": "addres3",
"countyName": "Central Bohemia"
},
"contactInformation": {
"phone": "+1123456789",
"companyName": "Company Name",
"fullName": "John Brew",
"email": "that@before.de",
"mobilePhone": "+60112345678"
}
}
},
"closeTime": "18:00",
"location": "reception",
"locationType": "residence",
"specialInstructions": [
{
"value": "please ring door bell",
"typeCode": "TBD"
},
{
"value": "please ring door bell",
"typeCode": "TBD"
}
],
"remark": "veniam anim",
"shipmentDetails": [
{
"productCode": "D",
"isCustomsDeclarable": false,
"unitOfMeasurement": "metric",
"packages": [
{
"weight": 10.5,
"dimensions": {
"length": 25,
"width": 35,
"height": 15
},
"typeCode": "3BX"
}
],
"localProductCode": "D",
"accounts": [
{
"typeCode": "shipper",
"number": "123456789"
},
{
"typeCode": "shipper",
"number": "123456789"
}
],
"valueAddedServices": [
{
"serviceCode": "II",
"localServiceCode": "II",
"value": 100,
"currency": "GBP",
"method": "cash"
},
{
"serviceCode": "II",
"localServiceCode": "II",
"value": 100,
"currency": "GBP",
"method": "cash"
}
],
"declaredValue": 150,
"declaredValueCurrency": "CZK",
"shipmentTrackingNumber": "123456790"
}
]
}'
https://api-mock.dhl.com/mydhlapi/pickups/:dispatchConfirmationNumber
Postman Collection Item JSON
{
"name": "Update pickup information for an existing DHL Express pickup booking request",
"request": {
"method": "PATCH",
"header": [
{
"description": "Please provide message reference\n",
"key": "Message-Reference",
"value": "d0e7832e-5c98-11ea-bc55-0242ac13"
},
{
"description": "Optional reference date in the HTTP-date format https://tools.ietf.org/html/rfc7231#section-7.1.1.2",
"key": "Message-Reference-Date",
"value": "Wed, 21 Oct 2015 07:28:00 GMT"
},
{
"description": "Please provide name of the plugin (applicable to 3PV only)\n",
"key": "Plugin-Name",
"value": " "
},
{
"description": "Please provide version of the plugin (applicable to 3PV only)\n",
"key": "Plugin-Version",
"value": " "
},
{
"description": "Please provide name of the shipping platform(applicable to 3PV only)\n",
"key": "Shipping-System-Platform-Name",
"value": " "
},
{
"description": "Please provide version of the shipping platform (applicable to 3PV only)\n",
"key": "Shipping-System-Platform-Version",
"value": " "
},
{
"description": "Please provide name of the webstore platform (applicable to 3PV only)\n",
"key": "Webstore-Platform-Name",
"value": " "
},
{
"description": "Please provide version of the webstore platform (applicable to 3PV only)\n",
"key": "Webstore-Platform-Version",
"value": " "
},
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"dispatchConfirmationNumber\": \"CBJ201220123456\",\n \"originalShipperAccountNumber\": \"123456789\",\n \"plannedPickupDateAndTime\": \"2019-08-04T14:00:31GMT+01:00\",\n \"accounts\": [\n {\n \"typeCode\": \"shipper\",\n \"number\": \"123456789\"\n }\n ],\n \"customerDetails\": {\n \"shipperDetails\": {\n \"postalAddress\": {\n \"postalCode\": \"14800\",\n \"cityName\": \"Prague\",\n \"countryCode\": \"CZ\",\n \"addressLine1\": \"V Parku 2308/10\",\n \"provinceCode\": \"CZ\",\n \"addressLine2\": \"addres2\",\n \"addressLine3\": \"addres3\",\n \"countyName\": \"Central Bohemia\"\n },\n \"contactInformation\": {\n \"phone\": \"+1123456789\",\n \"companyName\": \"Company Name\",\n \"fullName\": \"John Brew\",\n \"email\": \"that@before.de\",\n \"mobilePhone\": \"+60112345678\"\n }\n },\n \"receiverDetails\": {\n \"postalAddress\": {\n \"postalCode\": \"14800\",\n \"cityName\": \"Prague\",\n \"countryCode\": \"CZ\",\n \"addressLine1\": \"V Parku 2308/10\",\n \"provinceCode\": \"CZ\",\n \"addressLine2\": \"addres2\",\n \"addressLine3\": \"addres3\",\n \"countyName\": \"Central Bohemia\"\n },\n \"contactInformation\": {\n \"phone\": \"+1123456789\",\n \"companyName\": \"Company Name\",\n \"fullName\": \"John Brew\",\n \"email\": \"that@before.de\",\n \"mobilePhone\": \"+60112345678\"\n }\n },\n \"bookingRequestorDetails\": {\n \"contactInformation\": {\n \"phone\": \"+1123456789\",\n \"companyName\": \"Company Name\",\n \"fullName\": \"John Brew\",\n \"email\": \"that@before.de\",\n \"mobilePhone\": \"+60112345678\"\n },\n \"postalAddress\": {\n \"postalCode\": \"14800\",\n \"cityName\": \"Prague\",\n \"countryCode\": \"CZ\",\n \"addressLine1\": \"V Parku 2308/10\",\n \"provinceCode\": \"CZ\",\n \"addressLine2\": \"addres2\",\n \"addressLine3\": \"addres3\",\n \"countyName\": \"Central Bohemia\"\n }\n },\n \"pickupDetails\": {\n \"postalAddress\": {\n \"postalCode\": \"14800\",\n \"cityName\": \"Prague\",\n \"countryCode\": \"CZ\",\n \"addressLine1\": \"V Parku 2308/10\",\n \"provinceCode\": \"CZ\",\n \"addressLine2\": \"addres2\",\n \"addressLine3\": \"addres3\",\n \"countyName\": \"Central Bohemia\"\n },\n \"contactInformation\": {\n \"phone\": \"+1123456789\",\n \"companyName\": \"Company Name\",\n \"fullName\": \"John Brew\",\n \"email\": \"that@before.de\",\n \"mobilePhone\": \"+60112345678\"\n }\n }\n },\n \"closeTime\": \"18:00\",\n \"location\": \"reception\",\n \"locationType\": \"residence\",\n \"specialInstructions\": [\n {\n \"value\": \"please ring door bell\",\n \"typeCode\": \"TBD\"\n },\n {\n \"value\": \"please ring door bell\",\n \"typeCode\": \"TBD\"\n }\n ],\n \"remark\": \"veniam anim\",\n \"shipmentDetails\": [\n {\n \"productCode\": \"D\",\n \"isCustomsDeclarable\": false,\n \"unitOfMeasurement\": \"metric\",\n \"packages\": [\n {\n \"weight\": 10.5,\n \"dimensions\": {\n \"length\": 25,\n \"width\": 35,\n \"height\": 15\n },\n \"typeCode\": \"3BX\"\n }\n ],\n \"localProductCode\": \"D\",\n \"accounts\": [\n {\n \"typeCode\": \"shipper\",\n \"number\": \"123456789\"\n },\n {\n \"typeCode\": \"shipper\",\n \"number\": \"123456789\"\n }\n ],\n \"valueAddedServices\": [\n {\n \"serviceCode\": \"II\",\n \"localServiceCode\": \"II\",\n \"value\": 100,\n \"currency\": \"GBP\",\n \"method\": \"cash\"\n },\n {\n \"serviceCode\": \"II\",\n \"localServiceCode\": \"II\",\n \"value\": 100,\n \"currency\": \"GBP\",\n \"method\": \"cash\"\n }\n ],\n \"declaredValue\": 150,\n \"declaredValueCurrency\": \"CZK\",\n \"shipmentTrackingNumber\": \"123456790\"\n }\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/pickups/:dispatchConfirmationNumber",
"host": [
"{{baseUrl}}"
],
"path": [
"pickups",
":dispatchConfirmationNumber"
],
"variable": [
{
"key": "dispatchConfirmationNumber",
"value": "PRG999126012345",
"description": "(Required) Shipment pickup confirmation number for example `PRG999126012345`"
}
]
},
"description": "The Update Pickup service can be used to update pickup information for an existing DHL Express pickup booking request\n"
},
"response": [
{
"name": "Pickup updated",
"originalRequest": {
"method": "PATCH",
"header": [
{
"description": "Added as a part of security scheme: basic",
"key": "Authorization",
"value": "Basic <credentials>"
},
{
"description": "Please provide message reference\n",
"key": "Message-Reference",
"value": "d0e7832e-5c98-11ea-bc55-0242ac13"
},
{
"description": "Optional reference date in the HTTP-date format https://tools.ietf.org/html/rfc7231#section-7.1.1.2",
"key": "Message-Reference-Date",
"value": "Wed, 21 Oct 2015 07:28:00 GMT"
},
{
"description": "Please provide name of the plugin (applicable to 3PV only)\n",
"key": "Plugin-Name",
"value": " "
},
{
"description": "Please provide version of the plugin (applicable to 3PV only)\n",
"key": "Plugin-Version",
"value": " "
},
{
"description": "Please provide name of the shipping platform(applicable to 3PV only)\n",
"key": "Shipping-System-Platform-Name",
"value": " "
},
{
"description": "Please provide version of the shipping platform (applicable to 3PV only)\n",
"key": "Shipping-System-Platform-Version",
"value": " "
},
{
"description": "Please provide name of the webstore platform (applicable to 3PV only)\n",
"key": "Webstore-Platform-Name",
"value": " "
},
{
"description": "Please provide version of the webstore platform (applicable to 3PV only)\n",
"key": "Webstore-Platform-Version",
"value": " "
}
],
"body": {
"mode": "raw",
"raw": "{\n \"dispatchConfirmationNumber\": \"CBJ201220123456\",\n \"originalShipperAccountNumber\": \"123456789\",\n \"plannedPickupDateAndTime\": \"2019-08-04T14:00:31GMT+01:00\",\n \"accounts\": [\n {\n \"typeCode\": \"shipper\",\n \"number\": \"123456789\"\n }\n ],\n \"customerDetails\": {\n \"shipperDetails\": {\n \"postalAddress\": {\n \"postalCode\": \"14800\",\n \"cityName\": \"Prague\",\n \"countryCode\": \"CZ\",\n \"addressLine1\": \"V Parku 2308/10\",\n \"provinceCode\": \"CZ\",\n \"addressLine2\": \"addres2\",\n \"addressLine3\": \"addres3\",\n \"countyName\": \"Central Bohemia\"\n },\n \"contactInformation\": {\n \"phone\": \"+1123456789\",\n \"companyName\": \"Company Name\",\n \"fullName\": \"John Brew\",\n \"email\": \"that@before.de\",\n \"mobilePhone\": \"+60112345678\"\n }\n },\n \"receiverDetails\": {\n \"postalAddress\": {\n \"postalCode\": \"14800\",\n \"cityName\": \"Prague\",\n \"countryCode\": \"CZ\",\n \"addressLine1\": \"V Parku 2308/10\",\n \"provinceCode\": \"CZ\",\n \"addressLine2\": \"addres2\",\n \"addressLine3\": \"addres3\",\n \"countyName\": \"Central Bohemia\"\n },\n \"contactInformation\": {\n \"phone\": \"+1123456789\",\n \"companyName\": \"Company Name\",\n \"fullName\": \"John Brew\",\n \"email\": \"that@before.de\",\n \"mobilePhone\": \"+60112345678\"\n }\n },\n \"bookingRequestorDetails\": {\n \"contactInformation\": {\n \"phone\": \"+1123456789\",\n \"companyName\": \"Company Name\",\n \"fullName\": \"John Brew\",\n \"email\": \"that@before.de\",\n \"mobilePhone\": \"+60112345678\"\n },\n \"postalAddress\": {\n \"postalCode\": \"14800\",\n \"cityName\": \"Prague\",\n \"countryCode\": \"CZ\",\n \"addressLine1\": \"V Parku 2308/10\",\n \"provinceCode\": \"CZ\",\n \"addressLine2\": \"addres2\",\n \"addressLine3\": \"addres3\",\n \"countyName\": \"Central Bohemia\"\n }\n },\n \"pickupDetails\": {\n \"postalAddress\": {\n \"postalCode\": \"14800\",\n \"cityName\": \"Prague\",\n \"countryCode\": \"CZ\",\n \"addressLine1\": \"V Parku 2308/10\",\n \"provinceCode\": \"CZ\",\n \"addressLine2\": \"addres2\",\n \"addressLine3\": \"addres3\",\n \"countyName\": \"Central Bohemia\"\n },\n \"contactInformation\": {\n \"phone\": \"+1123456789\",\n \"companyName\": \"Company Name\",\n \"fullName\": \"John Brew\",\n \"email\": \"that@before.de\",\n \"mobilePhone\": \"+60112345678\"\n }\n }\n },\n \"closeTime\": \"18:00\",\n \"location\": \"reception\",\n \"locationType\": \"residence\",\n \"specialInstructions\": [\n {\n \"value\": \"please ring door bell\",\n \"typeCode\": \"TBD\"\n },\n {\n \"value\": \"please ring door bell\",\n \"typeCode\": \"TBD\"\n }\n ],\n \"remark\": \"veniam anim\",\n \"shipmentDetails\": [\n {\n \"productCode\": \"D\",\n \"isCustomsDeclarable\": false,\n \"unitOfMeasurement\": \"metric\",\n \"packages\": [\n {\n \"weight\": 10.5,\n \"dimensions\": {\n \"length\": 25,\n \"width\": 35,\n \"height\": 15\n },\n \"typeCode\": \"3BX\"\n }\n ],\n \"localProductCode\": \"D\",\n \"accounts\": [\n {\n \"typeCode\": \"shipper\",\n \"number\": \"123456789\"\n },\n {\n \"typeCode\": \"shipper\",\n \"number\": \"123456789\"\n }\n ],\n \"valueAddedServices\": [\n {\n \"serviceCode\": \"II\",\n \"localServiceCode\": \"II\",\n \"value\": 100,\n \"currency\": \"GBP\",\n \"method\": \"cash\"\n },\n {\n \"serviceCode\": \"II\",\n \"localServiceCode\": \"II\",\n \"value\": 100,\n \"currency\": \"GBP\",\n \"method\": \"cash\"\n }\n ],\n \"declaredValue\": 150,\n \"declaredValueCurrency\": \"CZK\",\n \"shipmentTrackingNumber\": \"123456790\"\n }\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/pickups/:dispatchConfirmationNumber",
"host": [
"{{baseUrl}}"
],
"path": [
"pickups",
":dispatchConfirmationNumber"
],
"variable": [
{
"key": "dispatchConfirmationNumber",
"value": "PRG999126012345",
"description": "(Required) Shipment pickup confirmation number for example `PRG999126012345`"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{\n \"dispatchConfirmationNumber\": \"PRG201220123456\",\n \"readyByTime\": \"10:00\",\n \"nextPickupDate\": \"2020-06-01\",\n \"warnings\": [\n \"Pickup has been updated but something went wrong\",\n \"Pickup has been updated but something went wrong\"\n ]\n}"
},
{
"name": "Wrong input parameters",
"originalRequest": {
"method": "PATCH",
"header": [
{
"description": "Added as a part of security scheme: basic",
"key": "Authorization",
"value": "Basic <credentials>"
},
{
"description": "Please provide message reference\n",
"key": "Message-Reference",
"value": "d0e7832e-5c98-11ea-bc55-0242ac13"
},
{
"description": "Optional reference date in the HTTP-date format https://tools.ietf.org/html/rfc7231#section-7.1.1.2",
"key": "Message-Reference-Date",
"value": "Wed, 21 Oct 2015 07:28:00 GMT"
},
{
"description": "Please provide name of the plugin (applicable to 3PV only)\n",
"key": "Plugin-Name",
"value": " "
},
{
"description": "Please provide version of the plugin (applicable to 3PV only)\n",
"key": "Plugin-Version",
"value": " "
},
{
"description": "Please provide name of the shipping platform(applicable to 3PV only)\n",
"key": "Shipping-System-Platform-Name",
"value": " "
},
{
"description": "Please provide version of the shipping platform (applicable to 3PV only)\n",
"key": "Shipping-System-Platform-Version",
"value": " "
},
{
"description": "Please provide name of the webstore platform (applicable to 3PV only)\n",
"key": "Webstore-Platform-Name",
"value": " "
},
{
"description": "Please provide version of the webstore platform (applicable to 3PV only)\n",
"key": "Webstore-Platform-Version",
"value": " "
}
],
"body": {
"mode": "raw",
"raw": "{\n \"dispatchConfirmationNumber\": \"CBJ201220123456\",\n \"originalShipperAccountNumber\": \"123456789\",\n \"plannedPickupDateAndTime\": \"2019-08-04T14:00:31GMT+01:00\",\n \"accounts\": [\n {\n \"typeCode\": \"shipper\",\n \"number\": \"123456789\"\n }\n ],\n \"customerDetails\": {\n \"shipperDetails\": {\n \"postalAddress\": {\n \"postalCode\": \"14800\",\n \"cityName\": \"Prague\",\n \"countryCode\": \"CZ\",\n \"addressLine1\": \"V Parku 2308/10\",\n \"provinceCode\": \"CZ\",\n \"addressLine2\": \"addres2\",\n \"addressLine3\": \"addres3\",\n \"countyName\": \"Central Bohemia\"\n },\n \"contactInformation\": {\n \"phone\": \"+1123456789\",\n \"companyName\": \"Company Name\",\n \"fullName\": \"John Brew\",\n \"email\": \"that@before.de\",\n \"mobilePhone\": \"+60112345678\"\n }\n },\n \"receiverDetails\": {\n \"postalAddress\": {\n \"postalCode\": \"14800\",\n \"cityName\": \"Prague\",\n \"countryCode\": \"CZ\",\n \"addressLine1\": \"V Parku 2308/10\",\n \"provinceCode\": \"CZ\",\n \"addressLine2\": \"addres2\",\n \"addressLine3\": \"addres3\",\n \"countyName\": \"Central Bohemia\"\n },\n \"contactInformation\": {\n \"phone\": \"+1123456789\",\n \"companyName\": \"Company Name\",\n \"fullName\": \"John Brew\",\n \"email\": \"that@before.de\",\n \"mobilePhone\": \"+60112345678\"\n }\n },\n \"bookingRequestorDetails\": {\n \"contactInformation\": {\n \"phone\": \"+1123456789\",\n \"companyName\": \"Company Name\",\n \"fullName\": \"John Brew\",\n \"email\": \"that@before.de\",\n \"mobilePhone\": \"+60112345678\"\n },\n \"postalAddress\": {\n \"postalCode\": \"14800\",\n \"cityName\": \"Prague\",\n \"countryCode\": \"CZ\",\n \"addressLine1\": \"V Parku 2308/10\",\n \"provinceCode\": \"CZ\",\n \"addressLine2\": \"addres2\",\n \"addressLine3\": \"addres3\",\n \"countyName\": \"Central Bohemia\"\n }\n },\n \"pickupDetails\": {\n \"postalAddress\": {\n \"postalCode\": \"14800\",\n \"cityName\": \"Prague\",\n \"countryCode\": \"CZ\",\n \"addressLine1\": \"V Parku 2308/10\",\n \"provinceCode\": \"CZ\",\n \"addressLine2\": \"addres2\",\n \"addressLine3\": \"addres3\",\n \"countyName\": \"Central Bohemia\"\n },\n \"contactInformation\": {\n \"phone\": \"+1123456789\",\n \"companyName\": \"Company Name\",\n \"fullName\": \"John Brew\",\n \"email\": \"that@before.de\",\n \"mobilePhone\": \"+60112345678\"\n }\n }\n },\n \"closeTime\": \"18:00\",\n \"location\": \"reception\",\n \"locationType\": \"residence\",\n \"specialInstructions\": [\n {\n \"value\": \"please ring door bell\",\n \"typeCode\": \"TBD\"\n },\n {\n \"value\": \"please ring door bell\",\n \"typeCode\": \"TBD\"\n }\n ],\n \"remark\": \"veniam anim\",\n \"shipmentDetails\": [\n {\n \"productCode\": \"D\",\n \"isCustomsDeclarable\": false,\n \"unitOfMeasurement\": \"metric\",\n \"packages\": [\n {\n \"weight\": 10.5,\n \"dimensions\": {\n \"length\": 25,\n \"width\": 35,\n \"height\": 15\n },\n \"typeCode\": \"3BX\"\n }\n ],\n \"localProductCode\": \"D\",\n \"accounts\": [\n {\n \"typeCode\": \"shipper\",\n \"number\": \"123456789\"\n },\n {\n \"typeCode\": \"shipper\",\n \"number\": \"123456789\"\n }\n ],\n \"valueAddedServices\": [\n {\n \"serviceCode\": \"II\",\n \"localServiceCode\": \"II\",\n \"value\": 100,\n \"currency\": \"GBP\",\n \"method\": \"cash\"\n },\n {\n \"serviceCode\": \"II\",\n \"localServiceCode\": \"II\",\n \"value\": 100,\n \"currency\": \"GBP\",\n \"method\": \"cash\"\n }\n ],\n \"declaredValue\": 150,\n \"declaredValueCurrency\": \"CZK\",\n \"shipmentTrackingNumber\": \"123456790\"\n }\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/pickups/:dispatchConfirmationNumber",
"host": [
"{{baseUrl}}"
],
"path": [
"pickups",
":dispatchConfirmationNumber"
],
"variable": [
{
"key": "dispatchConfirmationNumber",
"value": "PRG999126012345",
"description": "(Required) Shipment pickup confirmation number for example `PRG999126012345`"
}
]
}
},
"status": "Bad Request",
"code": 400,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{\n \"instance\": \"/expressapi/pickups/PRG211126000382\",\n \"detail\": \"5556: The Original Shipper Account Number must match with the Shipper Account Number used previously to create/update successful pickup request. Please check the Original Shipper Account Number and retry.\",\n \"title\": \"Bad request\",\n \"message\": \"Bad request\",\n \"status\": \"400\"\n}"
},
{
"name": "Pickup not found",
"originalRequest": {
"method": "PATCH",
"header": [
{
"description": "Added as a part of security scheme: basic",
"key": "Authorization",
"value": "Basic <credentials>"
},
{
"description": "Please provide message reference\n",
"key": "Message-Reference",
"value": "d0e7832e-5c98-11ea-bc55-0242ac13"
},
{
"description": "Optional reference date in the HTTP-date format https://tools.ietf.org/html/rfc7231#section-7.1.1.2",
"key": "Message-Reference-Date",
"value": "Wed, 21 Oct 2015 07:28:00 GMT"
},
{
"description": "Please provide name of the plugin (applicable to 3PV only)\n",
"key": "Plugin-Name",
"value": " "
},
{
"description": "Please provide version of the plugin (applicable to 3PV only)\n",
"key": "Plugin-Version",
"value": " "
},
{
"description": "Please provide name of the shipping platform(applicable to 3PV only)\n",
"key": "Shipping-System-Platform-Name",
"value": " "
},
{
"description": "Please provide version of the shipping platform (applicable to 3PV only)\n",
"key": "Shipping-System-Platform-Version",
"value": " "
},
{
"description": "Please provide name of the webstore platform (applicable to 3PV only)\n",
"key": "Webstore-Platform-Name",
"value": " "
},
{
"description": "Please provide version of the webstore platform (applicable to 3PV only)\n",
"key": "Webstore-Platform-Version",
"value": " "
}
],
"body": {
"mode": "raw",
"raw": "{\n \"dispatchConfirmationNumber\": \"CBJ201220123456\",\n \"originalShipperAccountNumber\": \"123456789\",\n \"plannedPickupDateAndTime\": \"2019-08-04T14:00:31GMT+01:00\",\n \"accounts\": [\n {\n \"typeCode\": \"shipper\",\n \"number\": \"123456789\"\n }\n ],\n \"customerDetails\": {\n \"shipperDetails\": {\n \"postalAddress\": {\n \"postalCode\": \"14800\",\n \"cityName\": \"Prague\",\n \"countryCode\": \"CZ\",\n \"addressLine1\": \"V Parku 2308/10\",\n \"provinceCode\": \"CZ\",\n \"addressLine2\": \"addres2\",\n \"addressLine3\": \"addres3\",\n \"countyName\": \"Central Bohemia\"\n },\n \"contactInformation\": {\n \"phone\": \"+1123456789\",\n \"companyName\": \"Company Name\",\n \"fullName\": \"John Brew\",\n \"email\": \"that@before.de\",\n \"mobilePhone\": \"+60112345678\"\n }\n },\n \"receiverDetails\": {\n \"postalAddress\": {\n \"postalCode\": \"14800\",\n \"cityName\": \"Prague\",\n \"countryCode\": \"CZ\",\n \"addressLine1\": \"V Parku 2308/10\",\n \"provinceCode\": \"CZ\",\n \"addressLine2\": \"addres2\",\n \"addressLine3\": \"addres3\",\n \"countyName\": \"Central Bohemia\"\n },\n \"contactInformation\": {\n \"phone\": \"+1123456789\",\n \"companyName\": \"Company Name\",\n \"fullName\": \"John Brew\",\n \"email\": \"that@before.de\",\n \"mobilePhone\": \"+60112345678\"\n }\n },\n \"bookingRequestorDetails\": {\n \"contactInformation\": {\n \"phone\": \"+1123456789\",\n \"companyName\": \"Company Name\",\n \"fullName\": \"John Brew\",\n \"email\": \"that@before.de\",\n \"mobilePhone\": \"+60112345678\"\n },\n \"postalAddress\": {\n \"postalCode\": \"14800\",\n \"cityName\": \"Prague\",\n \"countryCode\": \"CZ\",\n \"addressLine1\": \"V Parku 2308/10\",\n \"provinceCode\": \"CZ\",\n \"addressLine2\": \"addres2\",\n \"addressLine3\": \"addres3\",\n \"countyName\": \"Central Bohemia\"\n }\n },\n \"pickupDetails\": {\n \"postalAddress\": {\n \"postalCode\": \"14800\",\n \"cityName\": \"Prague\",\n \"countryCode\": \"CZ\",\n \"addressLine1\": \"V Parku 2308/10\",\n \"provinceCode\": \"CZ\",\n \"addressLine2\": \"addres2\",\n \"addressLine3\": \"addres3\",\n \"countyName\": \"Central Bohemia\"\n },\n \"contactInformation\": {\n \"phone\": \"+1123456789\",\n \"companyName\": \"Company Name\",\n \"fullName\": \"John Brew\",\n \"email\": \"that@before.de\",\n \"mobilePhone\": \"+60112345678\"\n }\n }\n },\n \"closeTime\": \"18:00\",\n \"location\": \"reception\",\n \"locationType\": \"residence\",\n \"specialInstructions\": [\n {\n \"value\": \"please ring door bell\",\n \"typeCode\": \"TBD\"\n },\n {\n \"value\": \"please ring door bell\",\n \"typeCode\": \"TBD\"\n }\n ],\n \"remark\": \"veniam anim\",\n \"shipmentDetails\": [\n {\n \"productCode\": \"D\",\n \"isCustomsDeclarable\": false,\n \"unitOfMeasurement\": \"metric\",\n \"packages\": [\n {\n \"weight\": 10.5,\n \"dimensions\": {\n \"length\": 25,\n \"width\": 35,\n \"height\": 15\n },\n \"typeCode\": \"3BX\"\n }\n ],\n \"localProductCode\": \"D\",\n \"accounts\": [\n {\n \"typeCode\": \"shipper\",\n \"number\": \"123456789\"\n },\n {\n \"typeCode\": \"shipper\",\n \"number\": \"123456789\"\n }\n ],\n \"valueAddedServices\": [\n {\n \"serviceCode\": \"II\",\n \"localServiceCode\": \"II\",\n \"value\": 100,\n \"currency\": \"GBP\",\n \"method\": \"cash\"\n },\n {\n \"serviceCode\": \"II\",\n \"localServiceCode\": \"II\",\n \"value\": 100,\n \"currency\": \"GBP\",\n \"method\": \"cash\"\n }\n ],\n \"declaredValue\": 150,\n \"declaredValueCurrency\": \"CZK\",\n \"shipmentTrackingNumber\": \"123456790\"\n }\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/pickups/:dispatchConfirmationNumber",
"host": [
"{{baseUrl}}"
],
"path": [
"pickups",
":dispatchConfirmationNumber"
],
"variable": [
{
"key": "dispatchConfirmationNumber",
"value": "PRG999126012345",
"description": "(Required) Shipment pickup confirmation number for example `PRG999126012345`"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{\n \"instance\": \"/expressapi/pickups/PRG211126000382\",\n \"detail\": \" Requested Pickup was not found\",\n \"title\": \"Pickup not found\",\n \"status\": \"404\"\n}"
},
{
"name": "Unprocessable Entity",
"originalRequest": {
"method": "PATCH",
"header": [
{
"description": "Added as a part of security scheme: basic",
"key": "Authorization",
"value": "Basic <credentials>"
},
{
"description": "Please provide message reference\n",
"key": "Message-Reference",
"value": "d0e7832e-5c98-11ea-bc55-0242ac13"
},
{
"description": "Optional reference date in the HTTP-date format https://tools.ietf.org/html/rfc7231#section-7.1.1.2",
"key": "Message-Reference-Date",
"value": "Wed, 21 Oct 2015 07:28:00 GMT"
},
{
"description": "Please provide name of the plugin (applicable to 3PV only)\n",
"key": "Plugin-Name",
"value": " "
},
{
"description": "Please provide version of the plugin (applicable to 3PV only)\n",
"key": "Plugin-Version",
"value": " "
},
{
"description": "Please provide name of the shipping platform(applicable to 3PV only)\n",
"key": "Shipping-System-Platform-Name",
"value": " "
},
{
"description": "Please provide version of the shipping platform (applicable to 3PV only)\n",
"key": "Shipping-System-Platform-Version",
"value": " "
},
{
"description": "Please provide name of the webstore platform (applicable to 3PV only)\n",
"key": "Webstore-Platform-Name",
"value": " "
},
{
"description": "Please provide version of the webstore platform (applicable to 3PV only)\n",
"key": "Webstore-Platform-Version",
"value": " "
}
],
"body": {
"mode": "raw",
"raw": "{\n \"dispatchConfirmationNumber\": \"CBJ201220123456\",\n \"originalShipperAccountNumber\": \"123456789\",\n \"plannedPickupDateAndTime\": \"2019-08-04T14:00:31GMT+01:00\",\n \"accounts\": [\n {\n \"typeCode\": \"shipper\",\n \"number\": \"123456789\"\n }\n ],\n \"customerDetails\": {\n \"shipperDetails\": {\n \"postalAddress\": {\n \"postalCode\": \"14800\",\n \"cityName\": \"Prague\",\n \"countryCode\": \"CZ\",\n \"addressLine1\": \"V Parku 2308/10\",\n \"provinceCode\": \"CZ\",\n \"addressLine2\": \"addres2\",\n \"addressLine3\": \"addres3\",\n \"countyName\": \"Central Bohemia\"\n },\n \"contactInformation\": {\n \"phone\": \"+1123456789\",\n \"companyName\": \"Company Name\",\n \"fullName\": \"John Brew\",\n \"email\": \"that@before.de\",\n \"mobilePhone\": \"+60112345678\"\n }\n },\n \"receiverDetails\": {\n \"postalAddress\": {\n \"postalCode\": \"14800\",\n \"cityName\": \"Prague\",\n \"countryCode\": \"CZ\",\n \"addressLine1\": \"V Parku 2308/10\",\n \"provinceCode\": \"CZ\",\n \"addressLine2\": \"addres2\",\n \"addressLine3\": \"addres3\",\n \"countyName\": \"Central Bohemia\"\n },\n \"contactInformation\": {\n \"phone\": \"+1123456789\",\n \"companyName\": \"Company Name\",\n \"fullName\": \"John Brew\",\n \"email\": \"that@before.de\",\n \"mobilePhone\": \"+60112345678\"\n }\n },\n \"bookingRequestorDetails\": {\n \"contactInformation\": {\n \"phone\": \"+1123456789\",\n \"companyName\": \"Company Name\",\n \"fullName\": \"John Brew\",\n \"email\": \"that@before.de\",\n \"mobilePhone\": \"+60112345678\"\n },\n \"postalAddress\": {\n \"postalCode\": \"14800\",\n \"cityName\": \"Prague\",\n \"countryCode\": \"CZ\",\n \"addressLine1\": \"V Parku 2308/10\",\n \"provinceCode\": \"CZ\",\n \"addressLine2\": \"addres2\",\n \"addressLine3\": \"addres3\",\n \"countyName\": \"Central Bohemia\"\n }\n },\n \"pickupDetails\": {\n \"postalAddress\": {\n \"postalCode\": \"14800\",\n \"cityName\": \"Prague\",\n \"countryCode\": \"CZ\",\n \"addressLine1\": \"V Parku 2308/10\",\n \"provinceCode\": \"CZ\",\n \"addressLine2\": \"addres2\",\n \"addressLine3\": \"addres3\",\n \"countyName\": \"Central Bohemia\"\n },\n \"contactInformation\": {\n \"phone\": \"+1123456789\",\n \"companyName\": \"Company Name\",\n \"fullName\": \"John Brew\",\n \"email\": \"that@before.de\",\n \"mobilePhone\": \"+60112345678\"\n }\n }\n },\n \"closeTime\": \"18:00\",\n \"location\": \"reception\",\n \"locationType\": \"residence\",\n \"specialInstructions\": [\n {\n \"value\": \"please ring door bell\",\n \"typeCode\": \"TBD\"\n },\n {\n \"value\": \"please ring door bell\",\n \"typeCode\": \"TBD\"\n }\n ],\n \"remark\": \"veniam anim\",\n \"shipmentDetails\": [\n {\n \"productCode\": \"D\",\n \"isCustomsDeclarable\": false,\n \"unitOfMeasurement\": \"metric\",\n \"packages\": [\n {\n \"weight\": 10.5,\n \"dimensions\": {\n \"length\": 25,\n \"width\": 35,\n \"height\": 15\n },\n \"typeCode\": \"3BX\"\n }\n ],\n \"localProductCode\": \"D\",\n \"accounts\": [\n {\n \"typeCode\": \"shipper\",\n \"number\": \"123456789\"\n },\n {\n \"typeCode\": \"shipper\",\n \"number\": \"123456789\"\n }\n ],\n \"valueAddedServices\": [\n {\n \"serviceCode\": \"II\",\n \"localServiceCode\": \"II\",\n \"value\": 100,\n \"currency\": \"GBP\",\n \"method\": \"cash\"\n },\n {\n \"serviceCode\": \"II\",\n \"localServiceCode\": \"II\",\n \"value\": 100,\n \"currency\": \"GBP\",\n \"method\": \"cash\"\n }\n ],\n \"declaredValue\": 150,\n \"declaredValueCurrency\": \"CZK\",\n \"shipmentTrackingNumber\": \"123456790\"\n }\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/pickups/:dispatchConfirmationNumber",
"host": [
"{{baseUrl}}"
],
"path": [
"pickups",
":dispatchConfirmationNumber"
],
"variable": [
{
"key": "dispatchConfirmationNumber",
"value": "PRG999126012345",
"description": "(Required) Shipment pickup confirmation number for example `PRG999126012345`"
}
]
}
},
"status": "Unprocessable Entity (WebDAV) (RFC 4918)",
"code": 422,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{\n \"instance\": \"/expressapi/pickups/PRG211126000382\",\n \"detail\": \"Multiple problems found, see Additional Details\",\n \"title\": \"Validation error\",\n \"message\": \"Unprocessable Entity\",\n \"additionalDetails\": [\n \"#/location: expected maxLength: 80, actual: 85\",\n \"#/customerDetails/shipperDetails/postalAddress/cityName: expected maxLength: 45, actual: 49\",\n \"#/customerDetails/shipperDetails/contactInformation/fullName: expected maxLength: 255, actual: 260\"\n ],\n \"status\": \"422\"\n}"
}
]
}