Chilkat Online Tools

Delphi (DLL) / DHL Express APIs (MyDHL API) / Track a single DHL Express Shipment

Back to Collection Items

var

begin
CkHttp_putBasicAuth(http,True);CkHttp_putLogin(http,'<Basic Auth Username>');CkHttp_putPassword(http,'<Basic Auth Password>');CkJsonObject_UpdateString(queryParams,'trackingView','all-checkpoints');CkJsonObject_UpdateString(queryParams,'levelOfDetail','all');CkHttpResponse_GetBodySb(resp,sbResponseBody);CkJsonObject_LoadSb(jResp,sbResponseBody);CkJsonObject_putEmitCompact(jResp,False);CkJsonObject_putI(jResp,i);shipmentTrackingNumber := CkJsonObject__stringOf(jResp,'shipments[i].shipmentTrackingNumber');status := CkJsonObject__stringOf(jResp,'shipments[i].status');shipmentTimestamp := CkJsonObject__stringOf(jResp,'shipments[i].shipmentTimestamp');productCode := CkJsonObject__stringOf(jResp,'shipments[i].productCode');description := CkJsonObject__stringOf(jResp,'shipments[i].description');Name := CkJsonObject__stringOf(jResp,'shipments[i].shipperDetails.name');CityName := CkJsonObject__stringOf(jResp,'shipments[i].shipperDetails.postalAddress.cityName');CountyName := CkJsonObject__stringOf(jResp,'shipments[i].shipperDetails.postalAddress.countyName');PostalCode := CkJsonObject__stringOf(jResp,'shipments[i].shipperDetails.postalAddress.postalCode');ProvinceCode := CkJsonObject__stringOf(jResp,'shipments[i].shipperDetails.postalAddress.provinceCode');CountryCode := CkJsonObject__stringOf(jResp,'shipments[i].shipperDetails.postalAddress.countryCode');AccountNumber := CkJsonObject__stringOf(jResp,'shipments[i].shipperDetails.accountNumber');receiverDetailsName := CkJsonObject__stringOf(jResp,'shipments[i].receiverDetails.name');PostalAddressCityName := CkJsonObject__stringOf(jResp,'shipments[i].receiverDetails.postalAddress.cityName');PostalAddressCountyName := CkJsonObject__stringOf(jResp,'shipments[i].receiverDetails.postalAddress.countyName');PostalAddressPostalCode := CkJsonObject__stringOf(jResp,'shipments[i].receiverDetails.postalAddress.postalCode');PostalAddressProvinceCode := CkJsonObject__stringOf(jResp,'shipments[i].receiverDetails.postalAddress.provinceCode');PostalAddressCountryCode := CkJsonObject__stringOf(jResp,'shipments[i].receiverDetails.postalAddress.countryCode');totalWeight := CkJsonObject_IntOf(jResp,'shipments[i].totalWeight');unitOfMeasurements := CkJsonObject__stringOf(jResp,'shipments[i].unitOfMeasurements');numberOfPieces := CkJsonObject_IntOf(jResp,'shipments[i].numberOfPieces');estimatedDeliveryDate := CkJsonObject__stringOf(jResp,'shipments[i].estimatedDeliveryDate');j := 0;count_j := CkJsonObject_SizeOfArray(jResp,'shipments[i].events');CkJsonObject_putJ(jResp,j);date := CkJsonObject__stringOf(jResp,'shipments[i].events[j].date');time := CkJsonObject__stringOf(jResp,'shipments[i].events[j].time');typeCode := CkJsonObject__stringOf(jResp,'shipments[i].events[j].typeCode');description := CkJsonObject__stringOf(jResp,'shipments[i].events[j].description');signedBy := CkJsonObject__stringOf(jResp,'shipments[i].events[j].signedBy');k := 0;count_k := CkJsonObject_SizeOfArray(jResp,'shipments[i].events[j].serviceArea');CkJsonObject_putK(jResp,k);code := CkJsonObject__stringOf(jResp,'shipments[i].events[j].serviceArea[k].code');description := CkJsonObject__stringOf(jResp,'shipments[i].events[j].serviceArea[k].description');k := k + 1;j := j + 1;j := 0;count_j := CkJsonObject_SizeOfArray(jResp,'shipments[i].shipperDetails.serviceArea');CkJsonObject_putJ(jResp,j);code := CkJsonObject__stringOf(jResp,'shipments[i].shipperDetails.serviceArea[j].code');description := CkJsonObject__stringOf(jResp,'shipments[i].shipperDetails.serviceArea[j].description');outboundSortCode := CkJsonObject__stringOf(jResp,'shipments[i].shipperDetails.serviceArea[j].outboundSortCode');j := j + 1;j := 0;count_j := CkJsonObject_SizeOfArray(jResp,'shipments[i].receiverDetails.serviceArea');CkJsonObject_putJ(jResp,j);code := CkJsonObject__stringOf(jResp,'shipments[i].receiverDetails.serviceArea[j].code');description := CkJsonObject__stringOf(jResp,'shipments[i].receiverDetails.serviceArea[j].description');facilityCode := CkJsonObject__stringOf(jResp,'shipments[i].receiverDetails.serviceArea[j].facilityCode');inboundSortCode := CkJsonObject__stringOf(jResp,'shipments[i].receiverDetails.serviceArea[j].inboundSortCode');j := j + 1;j := 0;count_j := CkJsonObject_SizeOfArray(jResp,'shipments[i].shipperReferences');CkJsonObject_putJ(jResp,j);value := CkJsonObject__stringOf(jResp,'shipments[i].shipperReferences[j].value');typeCode := CkJsonObject__stringOf(jResp,'shipments[i].shipperReferences[j].typeCode');j := j + 1;j := 0;count_j := CkJsonObject_SizeOfArray(jResp,'shipments[i].pieces');CkJsonObject_putJ(jResp,j);v_number := CkJsonObject_IntOf(jResp,'shipments[i].pieces[j].number');typeCode := CkJsonObject__stringOf(jResp,'shipments[i].pieces[j].typeCode');shipmentTrackingNumber := CkJsonObject__stringOf(jResp,'shipments[i].pieces[j].shipmentTrackingNumber');trackingNumber := CkJsonObject__stringOf(jResp,'shipments[i].pieces[j].trackingNumber');description := CkJsonObject__stringOf(jResp,'shipments[i].pieces[j].description');weight := CkJsonObject__stringOf(jResp,'shipments[i].pieces[j].weight');dimensionalWeight := CkJsonObject__stringOf(jResp,'shipments[i].pieces[j].dimensionalWeight');actualWeight := CkJsonObject__stringOf(jResp,'shipments[i].pieces[j].actualWeight');Length := CkJsonObject_IntOf(jResp,'shipments[i].pieces[j].dimensions.length');Width := CkJsonObject_IntOf(jResp,'shipments[i].pieces[j].dimensions.width');Height := CkJsonObject_IntOf(jResp,'shipments[i].pieces[j].dimensions.height');actualDimensionsLength := CkJsonObject_IntOf(jResp,'shipments[i].pieces[j].actualDimensions.length');actualDimensionsWidth := CkJsonObject_IntOf(jResp,'shipments[i].pieces[j].actualDimensions.width');actualDimensionsHeight := CkJsonObject_IntOf(jResp,'shipments[i].pieces[j].actualDimensions.height');unitOfMeasurements := CkJsonObject__stringOf(jResp,'shipments[i].pieces[j].unitOfMeasurements');k := 0;count_k := CkJsonObject_SizeOfArray(jResp,'shipments[i].pieces[j].events');CkJsonObject_putK(jResp,k);date := CkJsonObject__stringOf(jResp,'shipments[i].pieces[j].events[k].date');time := CkJsonObject__stringOf(jResp,'shipments[i].pieces[j].events[k].time');typeCode := CkJsonObject__stringOf(jResp,'shipments[i].pieces[j].events[k].typeCode');description := CkJsonObject__stringOf(jResp,'shipments[i].pieces[j].events[k].description');signedBy := CkJsonObject__stringOf(jResp,'shipments[i].pieces[j].events[k].signedBy');json1 := CkJsonObject_ObjectOf(jResp,'shipments[i].pieces[j].events[k]');i1 := 0;count_i1 := CkJsonObject_SizeOfArray(json1,'serviceArea');CkJsonObject_putI(json1,i1);Value := CkJsonObject__stringOf(json1,'serviceArea[i].code.value');descriptionValue := CkJsonObject__stringOf(json1,'serviceArea[i].description.value');i1 := i1 + 1;k := k + 1;k := 0;count_k := CkJsonObject_SizeOfArray(jResp,'shipments[i].pieces[j].shipperReferences');CkJsonObject_putK(jResp,k);value := CkJsonObject__stringOf(jResp,'shipments[i].pieces[j].shipperReferences[k].value');typeCode := CkJsonObject__stringOf(jResp,'shipments[i].pieces[j].shipperReferences[k].typeCode');k := k + 1;j := j + 1;j := 0;count_j := CkJsonObject_SizeOfArray(jResp,'shipments[i].childrenShipmentIdentificationNumbers');CkJsonObject_putJ(jResp,j);strVal := CkJsonObject__stringOf(jResp,'shipments[i].childrenShipmentIdentificationNumbers[j]');j := j + 1;i := i + 1;


Curl Command

curl -G -d "trackingView=all-checkpoints"
	-d "levelOfDetail=all"
	-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 "Accept-Language: eng"
	-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 "Accept: application/json"
https://api-mock.dhl.com/mydhlapi/shipments/:shipmentTrackingNumber/tracking

Postman Collection Item JSON

{
  "name": "Track a single DHL Express Shipment",
  "request": {
    "method": "GET",
    "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"
      },
      {
        "key": "Accept-Language",
        "value": "eng"
      },
      {
        "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": "Accept",
        "value": "application/json"
      }
    ],
    "url": {
      "raw": "{{baseUrl}}/shipments/:shipmentTrackingNumber/tracking?trackingView=all-checkpoints&levelOfDetail=all",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "shipments",
        ":shipmentTrackingNumber",
        "tracking"
      ],
      "query": [
        {
          "key": "trackingView",
          "value": "all-checkpoints"
        },
        {
          "key": "levelOfDetail",
          "value": "all"
        }
      ],
      "variable": [
        {
          "key": "shipmentTrackingNumber",
          "value": "dolor veniam officia non",
          "description": "(Required) DHL Express shipment identification number"
        }
      ]
    },
    "description": "The Tracking service retrieves tracking statuses for a single DHL Express Shipment\n"
  },
  "response": [
    {
      "name": "Shipment details found",
      "originalRequest": {
        "method": "GET",
        "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"
          },
          {
            "key": "Accept-Language",
            "value": "eng"
          },
          {
            "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": " "
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/shipments/:shipmentTrackingNumber/tracking?trackingView=all-checkpoints&levelOfDetail=all",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "shipments",
            ":shipmentTrackingNumber",
            "tracking"
          ],
          "query": [
            {
              "key": "trackingView",
              "value": "all-checkpoints"
            },
            {
              "key": "levelOfDetail",
              "value": "all"
            }
          ],
          "variable": [
            {
              "key": "shipmentTrackingNumber",
              "value": "dolor veniam officia non",
              "description": "(Required) DHL Express shipment identification number"
            }
          ]
        }
      },
      "status": "OK",
      "code": 200,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Invocation-Id",
          "value": "sed ut mollit",
          "description": "Unique identifier of the transaction"
        },
        {
          "key": "Message-Reference",
          "value": "sed ut mollit",
          "description": "Message reference provided by customer as part of reqeust or automatically generated when not provided"
        },
        {
          "key": "Content-Language",
          "value": "sed ut mollit",
          "description": ""
        },
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"shipments\": [\n    {\n      \"events\": [\n        {\n          \"date\": \"2020-06-10\",\n          \"time\": \"13:06:00\",\n          \"typeCode\": \"PU\",\n          \"description\": \"Shipment picked up\",\n          \"serviceArea\": [\n            {\n              \"code\": \"BNE\",\n              \"description\": \"Brisbane-AU\"\n            },\n            {\n              \"code\": \"BNE\",\n              \"description\": \"Brisbane-AU\"\n            }\n          ],\n          \"signedBy\": \"Mr.Grey\"\n        },\n        {\n          \"date\": \"2020-06-10\",\n          \"time\": \"13:06:00\",\n          \"typeCode\": \"PU\",\n          \"description\": \"Shipment picked up\",\n          \"serviceArea\": [\n            {\n              \"code\": \"BNE\",\n              \"description\": \"Brisbane-AU\"\n            },\n            {\n              \"code\": \"BNE\",\n              \"description\": \"Brisbane-AU\"\n            }\n          ],\n          \"signedBy\": \"Mr.Grey\"\n        }\n      ],\n      \"shipmentTrackingNumber\": \"1234567890\",\n      \"status\": \"Success\",\n      \"shipmentTimestamp\": \"2020-05-14T18:00:31\",\n      \"productCode\": \"N\",\n      \"description\": \"Shipment Description\",\n      \"shipperDetails\": {\n        \"name\": \"SABO SKIRT\",\n        \"postalAddress\": {\n          \"cityName\": \"Brno\",\n          \"countyName\": \"Moravia\",\n          \"postalCode\": \"55500\",\n          \"provinceCode\": \"CZ\",\n          \"countryCode\": \"CZ\"\n        },\n        \"serviceArea\": [\n          {\n            \"code\": \"ABC\",\n            \"description\": \"Alpha Beta Area\",\n            \"outboundSortCode\": \"ullamco Duis\"\n          },\n          {\n            \"code\": \"ABC\",\n            \"description\": \"Alpha Beta Area\",\n            \"outboundSortCode\": \"sunt eu\"\n          }\n        ],\n        \"accountNumber\": \"ipsum sed officia\"\n      },\n      \"receiverDetails\": {\n        \"name\": \"SABO SKIRT\",\n        \"postalAddress\": {\n          \"cityName\": \"Bratislava\",\n          \"countyName\": \"Slovakia\",\n          \"postalCode\": \"77777\",\n          \"provinceCode\": \"SK\",\n          \"countryCode\": \"SK\"\n        },\n        \"serviceArea\": [\n          {\n            \"code\": \"BSA\",\n            \"description\": \"BSA Area\",\n            \"facilityCode\": \"facil area\",\n            \"inboundSortCode\": \"Dui\"\n          },\n          {\n            \"code\": \"BSA\",\n            \"description\": \"BSA Area\",\n            \"facilityCode\": \"facil area\",\n            \"inboundSortCode\": \"velit\"\n          }\n        ]\n      },\n      \"totalWeight\": 10,\n      \"unitOfMeasurements\": \"metric\",\n      \"shipperReferences\": [\n        {\n          \"value\": \"Customer reference\",\n          \"typeCode\": \"CU\"\n        },\n        {\n          \"value\": \"Customer reference\",\n          \"typeCode\": \"CU\"\n        }\n      ],\n      \"numberOfPieces\": 1,\n      \"pieces\": [\n        {\n          \"events\": [\n            {\n              \"date\": \"labore sit exercitation\",\n              \"time\": \"dolore enim\",\n              \"typeCode\": \"Excepteur tempor enim paria\",\n              \"description\": \"cupidatat commodo in nostrud\",\n              \"serviceArea\": [\n                {\n                  \"code\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"description\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                },\n                {\n                  \"code\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"description\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                }\n              ],\n              \"signedBy\": \"magna Excepteur\"\n            },\n            {\n              \"date\": \"aute nulla a\",\n              \"time\": \"mollit\",\n              \"typeCode\": \"id laborum ad sit\",\n              \"description\": \"proident Ut i\",\n              \"serviceArea\": [\n                {\n                  \"code\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"description\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                },\n                {\n                  \"code\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"description\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                }\n              ],\n              \"signedBy\": \"in eu veniam\"\n            }\n          ],\n          \"number\": 1,\n          \"typeCode\": \"ut veniam aliqua\",\n          \"shipmentTrackingNumber\": \"velit ex ullamco\",\n          \"trackingNumber\": \"nulla dolore nisi minim ea\",\n          \"description\": \"aliqua aliquip sed in\",\n          \"weight\": 22.5,\n          \"dimensionalWeight\": 22.5,\n          \"actualWeight\": 22.5,\n          \"dimensions\": {\n            \"length\": 15,\n            \"width\": 15,\n            \"height\": 40\n          },\n          \"actualDimensions\": {\n            \"length\": 15,\n            \"width\": 15,\n            \"height\": 40\n          },\n          \"unitOfMeasurements\": \"est ea dolore sunt\",\n          \"shipperReferences\": [\n            {\n              \"value\": \"Customer reference\",\n              \"typeCode\": \"CU\"\n            },\n            {\n              \"value\": \"Customer reference\",\n              \"typeCode\": \"CU\"\n            }\n          ]\n        },\n        {\n          \"events\": [\n            {\n              \"date\": \"Ut sit exercitation et\",\n              \"time\": \"ut enim s\",\n              \"typeCode\": \"e\",\n              \"description\": \"in aliquip qui id\",\n              \"serviceArea\": [\n                {\n                  \"code\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"description\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                },\n                {\n                  \"code\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"description\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                }\n              ],\n              \"signedBy\": \"ut sit aliquip veniam\"\n            },\n            {\n              \"date\": \"ex adipisicing laborum in\",\n              \"time\": \"ut tempor aliquip occaecat\",\n              \"typeCode\": \"ad\",\n              \"description\": \"irure sed aute\",\n              \"serviceArea\": [\n                {\n                  \"code\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"description\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                },\n                {\n                  \"code\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"description\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                }\n              ],\n              \"signedBy\": \"sint laboris\"\n            }\n          ],\n          \"number\": 1,\n          \"typeCode\": \"amet ullamco eiusmod est in\",\n          \"shipmentTrackingNumber\": \"do magna laboris ad\",\n          \"trackingNumber\": \"dolor incididunt ad proident\",\n          \"description\": \"exercitation in dolor\",\n          \"weight\": 22.5,\n          \"dimensionalWeight\": 22.5,\n          \"actualWeight\": 22.5,\n          \"dimensions\": {\n            \"length\": 15,\n            \"width\": 15,\n            \"height\": 40\n          },\n          \"actualDimensions\": {\n            \"length\": 15,\n            \"width\": 15,\n            \"height\": 40\n          },\n          \"unitOfMeasurements\": \"laboris\",\n          \"shipperReferences\": [\n            {\n              \"value\": \"Customer reference\",\n              \"typeCode\": \"CU\"\n            },\n            {\n              \"value\": \"Customer reference\",\n              \"typeCode\": \"CU\"\n            }\n          ]\n        }\n      ],\n      \"estimatedDeliveryDate\": \"2020-06-12\",\n      \"childrenShipmentIdentificationNumbers\": [\n        \"1234567890\",\n        \"1234567890\"\n      ]\n    },\n    {\n      \"events\": [\n        {\n          \"date\": \"2020-06-10\",\n          \"time\": \"13:06:00\",\n          \"typeCode\": \"PU\",\n          \"description\": \"Shipment picked up\",\n          \"serviceArea\": [\n            {\n              \"code\": \"BNE\",\n              \"description\": \"Brisbane-AU\"\n            },\n            {\n              \"code\": \"BNE\",\n              \"description\": \"Brisbane-AU\"\n            }\n          ],\n          \"signedBy\": \"Mr.Grey\"\n        },\n        {\n          \"date\": \"2020-06-10\",\n          \"time\": \"13:06:00\",\n          \"typeCode\": \"PU\",\n          \"description\": \"Shipment picked up\",\n          \"serviceArea\": [\n            {\n              \"code\": \"BNE\",\n              \"description\": \"Brisbane-AU\"\n            },\n            {\n              \"code\": \"BNE\",\n              \"description\": \"Brisbane-AU\"\n            }\n          ],\n          \"signedBy\": \"Mr.Grey\"\n        }\n      ],\n      \"shipmentTrackingNumber\": \"1234567890\",\n      \"status\": \"Success\",\n      \"shipmentTimestamp\": \"2020-05-14T18:00:31\",\n      \"productCode\": \"N\",\n      \"description\": \"Shipment Description\",\n      \"shipperDetails\": {\n        \"name\": \"SABO SKIRT\",\n        \"postalAddress\": {\n          \"cityName\": \"Brno\",\n          \"countyName\": \"Moravia\",\n          \"postalCode\": \"55500\",\n          \"provinceCode\": \"CZ\",\n          \"countryCode\": \"CZ\"\n        },\n        \"serviceArea\": [\n          {\n            \"code\": \"ABC\",\n            \"description\": \"Alpha Beta Area\",\n            \"outboundSortCode\": \"ut enim esse in incididunt\"\n          },\n          {\n            \"code\": \"ABC\",\n            \"description\": \"Alpha Beta Area\",\n            \"outboundSortCode\": \"anim pariatur adipisicing ipsum\"\n          }\n        ],\n        \"accountNumber\": \"nostrud\"\n      },\n      \"receiverDetails\": {\n        \"name\": \"SABO SKIRT\",\n        \"postalAddress\": {\n          \"cityName\": \"Bratislava\",\n          \"countyName\": \"Slovakia\",\n          \"postalCode\": \"77777\",\n          \"provinceCode\": \"SK\",\n          \"countryCode\": \"SK\"\n        },\n        \"serviceArea\": [\n          {\n            \"code\": \"BSA\",\n            \"description\": \"BSA Area\",\n            \"facilityCode\": \"facil area\",\n            \"inboundSortCode\": \"magna sit\"\n          },\n          {\n            \"code\": \"BSA\",\n            \"description\": \"BSA Area\",\n            \"facilityCode\": \"facil area\",\n            \"inboundSortCode\": \"ut nulla in occaecat\"\n          }\n        ]\n      },\n      \"totalWeight\": 10,\n      \"unitOfMeasurements\": \"metric\",\n      \"shipperReferences\": [\n        {\n          \"value\": \"Customer reference\",\n          \"typeCode\": \"CU\"\n        },\n        {\n          \"value\": \"Customer reference\",\n          \"typeCode\": \"CU\"\n        }\n      ],\n      \"numberOfPieces\": 1,\n      \"pieces\": [\n        {\n          \"events\": [\n            {\n              \"date\": \"enim in\",\n              \"time\": \"anim nostrud ad molli\",\n              \"typeCode\": \"dolor consectetur\",\n              \"description\": \"cillum reprehenderit incididunt es\",\n              \"serviceArea\": [\n                {\n                  \"code\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"description\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                },\n                {\n                  \"code\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"description\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                }\n              ],\n              \"signedBy\": \"cupidatat esse quis Excepteur\"\n            },\n            {\n              \"date\": \"\",\n              \"time\": \"cupidatat\",\n              \"typeCode\": \"ame\",\n              \"description\": \"dolore nulla \",\n              \"serviceArea\": [\n                {\n                  \"code\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"description\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                },\n                {\n                  \"code\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"description\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                }\n              ],\n              \"signedBy\": \"nulla sint id sed\"\n            }\n          ],\n          \"number\": 1,\n          \"typeCode\": \"ea dolore dolore occaecat\",\n          \"shipmentTrackingNumber\": \"do aliqua sit\",\n          \"trackingNumber\": \"adipisicing veniam in\",\n          \"description\": \"commodo fugiat\",\n          \"weight\": 22.5,\n          \"dimensionalWeight\": 22.5,\n          \"actualWeight\": 22.5,\n          \"dimensions\": {\n            \"length\": 15,\n            \"width\": 15,\n            \"height\": 40\n          },\n          \"actualDimensions\": {\n            \"length\": 15,\n            \"width\": 15,\n            \"height\": 40\n          },\n          \"unitOfMeasurements\": \"do esse fugiat\",\n          \"shipperReferences\": [\n            {\n              \"value\": \"Customer reference\",\n              \"typeCode\": \"CU\"\n            },\n            {\n              \"value\": \"Customer reference\",\n              \"typeCode\": \"CU\"\n            }\n          ]\n        },\n        {\n          \"events\": [\n            {\n              \"date\": \"esse dolore\",\n              \"time\": \"tempor deserunt proident\",\n              \"typeCode\": \"sit do\",\n              \"description\": \"ipsum commodo sunt officia\",\n              \"serviceArea\": [\n                {\n                  \"code\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"description\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                },\n                {\n                  \"code\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"description\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                }\n              ],\n              \"signedBy\": \"irure culpa\"\n            },\n            {\n              \"date\": \"Duis amet nostrud\",\n              \"time\": \"sit eu id\",\n              \"typeCode\": \"Lorem ad\",\n              \"description\": \"amet\",\n              \"serviceArea\": [\n                {\n                  \"code\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"description\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                },\n                {\n                  \"code\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"description\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                }\n              ],\n              \"signedBy\": \"minim occaec\"\n            }\n          ],\n          \"number\": 1,\n          \"typeCode\": \"dolor Duis reprehenderit\",\n          \"shipmentTrackingNumber\": \"incididunt \",\n          \"trackingNumber\": \"cillum minim cupidatat\",\n          \"description\": \"sed voluptate\",\n          \"weight\": 22.5,\n          \"dimensionalWeight\": 22.5,\n          \"actualWeight\": 22.5,\n          \"dimensions\": {\n            \"length\": 15,\n            \"width\": 15,\n            \"height\": 40\n          },\n          \"actualDimensions\": {\n            \"length\": 15,\n            \"width\": 15,\n            \"height\": 40\n          },\n          \"unitOfMeasurements\": \"consequat exercitation nulla\",\n          \"shipperReferences\": [\n            {\n              \"value\": \"Customer reference\",\n              \"typeCode\": \"CU\"\n            },\n            {\n              \"value\": \"Customer reference\",\n              \"typeCode\": \"CU\"\n            }\n          ]\n        }\n      ],\n      \"estimatedDeliveryDate\": \"2020-06-12\",\n      \"childrenShipmentIdentificationNumbers\": [\n        \"1234567890\",\n        \"1234567890\"\n      ]\n    }\n  ]\n}"
    },
    {
      "name": "Wrong input parameters",
      "originalRequest": {
        "method": "GET",
        "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"
          },
          {
            "key": "Accept-Language",
            "value": "eng"
          },
          {
            "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": " "
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/shipments/:shipmentTrackingNumber/tracking?trackingView=all-checkpoints&levelOfDetail=all",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "shipments",
            ":shipmentTrackingNumber",
            "tracking"
          ],
          "query": [
            {
              "key": "trackingView",
              "value": "all-checkpoints"
            },
            {
              "key": "levelOfDetail",
              "value": "all"
            }
          ],
          "variable": [
            {
              "key": "shipmentTrackingNumber",
              "value": "dolor veniam officia non",
              "description": "(Required) DHL Express shipment identification number"
            }
          ]
        }
      },
      "status": "Bad Request",
      "code": 400,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"instance\": \"/expressapi/shipments/1251820953/tracking?trackingView=shipment-details&levelOfDetail=shipment\",\n  \"detail\": \"Parameters not having correct format: trackingView (valid parameters for trackingView are [last-checkpoint, all-checkpoints, bbx-children, advance-shipment, shipment-details-only]\",\n  \"title\": \"Wrong format\",\n  \"message\": \"Bad request\",\n  \"status\": \"400\"\n}"
    },
    {
      "name": "No data found",
      "originalRequest": {
        "method": "GET",
        "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"
          },
          {
            "key": "Accept-Language",
            "value": "eng"
          },
          {
            "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": " "
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/shipments/:shipmentTrackingNumber/tracking?trackingView=all-checkpoints&levelOfDetail=all",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "shipments",
            ":shipmentTrackingNumber",
            "tracking"
          ],
          "query": [
            {
              "key": "trackingView",
              "value": "all-checkpoints"
            },
            {
              "key": "levelOfDetail",
              "value": "all"
            }
          ],
          "variable": [
            {
              "key": "shipmentTrackingNumber",
              "value": "dolor veniam officia non",
              "description": "(Required) DHL Express shipment identification number"
            }
          ]
        }
      },
      "status": "Not Found",
      "code": 404,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"instance\": \"/expressapi/shipments/1251820953/tracking?trackingView=shipment-details&levelOfDetail=shipment\",\n  \"detail\": \"No data found\",\n  \"title\": \"Not data found\",\n  \"message\": \"Not data found\",\n  \"status\": \"404\"\n}"
    }
  ]
}