Chilkat Online Tools

DataFlex / DHL Express APIs (MyDHL API) / Upload Commercial Invoice data for your DHL Express shipment

Back to Collection Items

Use ChilkatAx-9.5.0-win32.pkg

Procedure Test
    Handle hoHttp
    Boolean iSuccess
    Handle hoJson
    Variant vSbRequestBody
    Handle hoSbRequestBody
    Variant vResp
    Handle hoResp
    String sTemp1
    Integer iTemp1
    Boolean bTemp1

    // This example assumes the Chilkat API to have been previously unlocked.
    // See Global Unlock Sample for sample code.

    Get Create (RefClass(cComChilkatHttp)) To hoHttp
    If (Not(IsComObjectCreated(hoHttp))) Begin
        Send CreateComObject of hoHttp
    End

    Set ComBasicAuth Of hoHttp To True
    Set ComLogin Of hoHttp To "<Basic Auth Username>"
    Set ComPassword Of hoHttp To "<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.

    // {
    //   "content": {
    //     "exportDeclaration": [
    //       {
    //         "lineItems": [
    //           {
    //             "number": 1,
    //             "description": "line item description",
    //             "price": 150,
    //             "quantity": {
    //               "value": 1,
    //               "unitOfMeasurement": "BOX"
    //             },
    //             "manufacturerCountry": "CZ",
    //             "weight": {
    //               "netValue": {
    //                 "value": "<Error: Too many levels of nesting to fake this schema>"
    //               }
    //             },
    //             "commodityCodes": [
    //               {
    //                 "typeCode": {
    //                   "value": "<Error: Too many levels of nesting to fake this schema>"
    //                 },
    //                 "value": {
    //                   "value": "<Error: Too many levels of nesting to fake this schema>"
    //                 }
    //               }
    //             ],
    //             "exportReasonType": "defence_material",
    //             "isTaxesPaid": true,
    //             "customerReferences": [
    //               {
    //                 "typeCode": {
    //                   "value": "<Error: Too many levels of nesting to fake this schema>"
    //                 },
    //                 "value": {
    //                   "value": "<Error: Too many levels of nesting to fake this schema>"
    //                 }
    //               }
    //             ],
    //             "customsDocuments": [
    //               {
    //                 "typeCode": {
    //                   "value": "<Error: Too many levels of nesting to fake this schema>"
    //                 },
    //                 "value": {
    //                   "value": "<Error: Too many levels of nesting to fake this schema>"
    //                 }
    //               }
    //             ]
    //           }
    //         ],
    //         "invoice": {
    //           "number": "12345-ABC",
    //           "date": "2021-03-18",
    //           "function": "import",
    //           "customerReferences": [
    //             {
    //               "typeCode": "CU",
    //               "value": "custref112"
    //             }
    //           ]
    //         },
    //         "incoterm": "DAP",
    //         "remarks": [
    //           {
    //             "value": "declaration remark"
    //           },
    //           {
    //             "value": "declaration remark"
    //           }
    //         ],
    //         "additionalCharges": [
    //           {
    //             "value": 10,
    //             "typeCode": "pickup"
    //           },
    //           {
    //             "value": 10,
    //             "typeCode": "pickup"
    //           }
    //         ],
    //         "placeOfIncoterm": "port of departure or destination details",
    //         "recipientReference": "recipient reference",
    //         "exporter": {
    //           "id": "123",
    //           "code": "EXPCZ"
    //         },
    //         "exportReasonType": "permanent",
    //         "shipmentType": "personal",
    //         "customsDocuments": [
    //           {
    //             "typeCode": "972",
    //             "value": "custdoc445"
    //           }
    //         ]
    //       }
    //     ],
    //     "currency": "EUR",
    //     "unitOfMeasurement": "metric"
    //   },
    //   "plannedShipDate": "2020-04-20",
    //   "accounts": [
    //     {
    //       "typeCode": "shipper",
    //       "number": "123456789"
    //     },
    //     {
    //       "typeCode": "shipper",
    //       "number": "123456789"
    //     }
    //   ],
    //   "outputImageProperties": {
    //     "imageOptions": [
    //       {
    //         "typeCode": "invoice",
    //         "templateName": "COMMERCIAL_INVOICE_P_10",
    //         "isRequested": true
    //       }
    //     ]
    //   },
    //   "customerDetails": {
    //     "sellerDetails": {
    //       "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"
    //       },
    //       "typeCode": "business",
    //       "registrationNumbers": [
    //         {
    //           "typeCode": "VAT",
    //           "number": "CZ123456789",
    //           "issuerCountryCode": "CZ"
    //         },
    //         {
    //           "typeCode": "VAT",
    //           "number": "CZ123456789",
    //           "issuerCountryCode": "CZ"
    //         }
    //       ]
    //     },
    //     "buyerDetails": {
    //       "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"
    //       },
    //       "registrationNumbers": [
    //         {
    //           "typeCode": "VAT",
    //           "number": "CZ123456789",
    //           "issuerCountryCode": "CZ"
    //         },
    //         {
    //           "typeCode": "VAT",
    //           "number": "CZ123456789",
    //           "issuerCountryCode": "CZ"
    //         }
    //       ],
    //       "typeCode": "business"
    //     },
    //     "importerDetails": {
    //       "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"
    //       },
    //       "registrationNumbers": [
    //         {
    //           "typeCode": "VAT",
    //           "number": "CZ123456789",
    //           "issuerCountryCode": "CZ"
    //         },
    //         {
    //           "typeCode": "VAT",
    //           "number": "CZ123456789",
    //           "issuerCountryCode": "CZ"
    //         }
    //       ],
    //       "typeCode": "government"
    //     },
    //     "exporterDetails": {
    //       "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"
    //       },
    //       "registrationNumbers": [
    //         {
    //           "typeCode": "VAT",
    //           "number": "CZ123456789",
    //           "issuerCountryCode": "CZ"
    //         },
    //         {
    //           "typeCode": "VAT",
    //           "number": "CZ123456789",
    //           "issuerCountryCode": "CZ"
    //         }
    //       ],
    //       "typeCode": "government"
    //     },
    //     "ultimateConsigneeDetails": {
    //       "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"
    //       },
    //       "typeCode": "other",
    //       "registrationNumbers": [
    //         {
    //           "typeCode": "VAT",
    //           "number": "CZ123456789",
    //           "issuerCountryCode": "CZ"
    //         },
    //         {
    //           "typeCode": "VAT",
    //           "number": "CZ123456789",
    //           "issuerCountryCode": "CZ"
    //         }
    //       ]
    //     }
    //   }
    // }

    Get Create (RefClass(cComChilkatJsonObject)) To hoJson
    If (Not(IsComObjectCreated(hoJson))) Begin
        Send CreateComObject of hoJson
    End
    Get ComUpdateInt Of hoJson "content.exportDeclaration[0].lineItems[0].number" 1 To iSuccess
    Get ComUpdateString Of hoJson "content.exportDeclaration[0].lineItems[0].description" "line item description" To iSuccess
    Get ComUpdateInt Of hoJson "content.exportDeclaration[0].lineItems[0].price" 150 To iSuccess
    Get ComUpdateInt Of hoJson "content.exportDeclaration[0].lineItems[0].quantity.value" 1 To iSuccess
    Get ComUpdateString Of hoJson "content.exportDeclaration[0].lineItems[0].quantity.unitOfMeasurement" "BOX" To iSuccess
    Get ComUpdateString Of hoJson "content.exportDeclaration[0].lineItems[0].manufacturerCountry" "CZ" To iSuccess
    Get ComUpdateString Of hoJson "content.exportDeclaration[0].lineItems[0].weight.netValue.value" "<Error: Too many levels of nesting to fake this schema>" To iSuccess
    Get ComUpdateString Of hoJson "content.exportDeclaration[0].lineItems[0].commodityCodes[0].typeCode.value" "<Error: Too many levels of nesting to fake this schema>" To iSuccess
    Get ComUpdateString Of hoJson "content.exportDeclaration[0].lineItems[0].commodityCodes[0].value.value" "<Error: Too many levels of nesting to fake this schema>" To iSuccess
    Get ComUpdateString Of hoJson "content.exportDeclaration[0].lineItems[0].exportReasonType" "defence_material" To iSuccess
    Get ComUpdateBool Of hoJson "content.exportDeclaration[0].lineItems[0].isTaxesPaid" True To iSuccess
    Get ComUpdateString Of hoJson "content.exportDeclaration[0].lineItems[0].customerReferences[0].typeCode.value" "<Error: Too many levels of nesting to fake this schema>" To iSuccess
    Get ComUpdateString Of hoJson "content.exportDeclaration[0].lineItems[0].customerReferences[0].value.value" "<Error: Too many levels of nesting to fake this schema>" To iSuccess
    Get ComUpdateString Of hoJson "content.exportDeclaration[0].lineItems[0].customsDocuments[0].typeCode.value" "<Error: Too many levels of nesting to fake this schema>" To iSuccess
    Get ComUpdateString Of hoJson "content.exportDeclaration[0].lineItems[0].customsDocuments[0].value.value" "<Error: Too many levels of nesting to fake this schema>" To iSuccess
    Get ComUpdateString Of hoJson "content.exportDeclaration[0].invoice.number" "12345-ABC" To iSuccess
    Get ComUpdateString Of hoJson "content.exportDeclaration[0].invoice.date" "2021-03-18" To iSuccess
    Get ComUpdateString Of hoJson "content.exportDeclaration[0].invoice.function" "import" To iSuccess
    Get ComUpdateString Of hoJson "content.exportDeclaration[0].invoice.customerReferences[0].typeCode" "CU" To iSuccess
    Get ComUpdateString Of hoJson "content.exportDeclaration[0].invoice.customerReferences[0].value" "custref112" To iSuccess
    Get ComUpdateString Of hoJson "content.exportDeclaration[0].incoterm" "DAP" To iSuccess
    Get ComUpdateString Of hoJson "content.exportDeclaration[0].remarks[0].value" "declaration remark" To iSuccess
    Get ComUpdateString Of hoJson "content.exportDeclaration[0].remarks[1].value" "declaration remark" To iSuccess
    Get ComUpdateInt Of hoJson "content.exportDeclaration[0].additionalCharges[0].value" 10 To iSuccess
    Get ComUpdateString Of hoJson "content.exportDeclaration[0].additionalCharges[0].typeCode" "pickup" To iSuccess
    Get ComUpdateInt Of hoJson "content.exportDeclaration[0].additionalCharges[1].value" 10 To iSuccess
    Get ComUpdateString Of hoJson "content.exportDeclaration[0].additionalCharges[1].typeCode" "pickup" To iSuccess
    Get ComUpdateString Of hoJson "content.exportDeclaration[0].placeOfIncoterm" "port of departure or destination details" To iSuccess
    Get ComUpdateString Of hoJson "content.exportDeclaration[0].recipientReference" "recipient reference" To iSuccess
    Get ComUpdateString Of hoJson "content.exportDeclaration[0].exporter.id" "123" To iSuccess
    Get ComUpdateString Of hoJson "content.exportDeclaration[0].exporter.code" "EXPCZ" To iSuccess
    Get ComUpdateString Of hoJson "content.exportDeclaration[0].exportReasonType" "permanent" To iSuccess
    Get ComUpdateString Of hoJson "content.exportDeclaration[0].shipmentType" "personal" To iSuccess
    Get ComUpdateString Of hoJson "content.exportDeclaration[0].customsDocuments[0].typeCode" "972" To iSuccess
    Get ComUpdateString Of hoJson "content.exportDeclaration[0].customsDocuments[0].value" "custdoc445" To iSuccess
    Get ComUpdateString Of hoJson "content.currency" "EUR" To iSuccess
    Get ComUpdateString Of hoJson "content.unitOfMeasurement" "metric" To iSuccess
    Get ComUpdateString Of hoJson "plannedShipDate" "2020-04-20" To iSuccess
    Get ComUpdateString Of hoJson "accounts[0].typeCode" "shipper" To iSuccess
    Get ComUpdateString Of hoJson "accounts[0].number" "123456789" To iSuccess
    Get ComUpdateString Of hoJson "accounts[1].typeCode" "shipper" To iSuccess
    Get ComUpdateString Of hoJson "accounts[1].number" "123456789" To iSuccess
    Get ComUpdateString Of hoJson "outputImageProperties.imageOptions[0].typeCode" "invoice" To iSuccess
    Get ComUpdateString Of hoJson "outputImageProperties.imageOptions[0].templateName" "COMMERCIAL_INVOICE_P_10" To iSuccess
    Get ComUpdateBool Of hoJson "outputImageProperties.imageOptions[0].isRequested" True To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.sellerDetails.postalAddress.postalCode" "14800" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.sellerDetails.postalAddress.cityName" "Prague" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.sellerDetails.postalAddress.countryCode" "CZ" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.sellerDetails.postalAddress.addressLine1" "V Parku 2308/10" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.sellerDetails.postalAddress.provinceCode" "CZ" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.sellerDetails.postalAddress.addressLine2" "addres2" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.sellerDetails.postalAddress.addressLine3" "addres3" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.sellerDetails.postalAddress.countyName" "Central Bohemia" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.sellerDetails.contactInformation.phone" "+1123456789" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.sellerDetails.contactInformation.companyName" "Company Name" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.sellerDetails.contactInformation.fullName" "John Brew" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.sellerDetails.contactInformation.email" "that@before.de" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.sellerDetails.contactInformation.mobilePhone" "+60112345678" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.sellerDetails.typeCode" "business" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.sellerDetails.registrationNumbers[0].typeCode" "VAT" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.sellerDetails.registrationNumbers[0].number" "CZ123456789" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.sellerDetails.registrationNumbers[0].issuerCountryCode" "CZ" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.sellerDetails.registrationNumbers[1].typeCode" "VAT" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.sellerDetails.registrationNumbers[1].number" "CZ123456789" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.sellerDetails.registrationNumbers[1].issuerCountryCode" "CZ" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.buyerDetails.postalAddress.postalCode" "14800" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.buyerDetails.postalAddress.cityName" "Prague" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.buyerDetails.postalAddress.countryCode" "CZ" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.buyerDetails.postalAddress.addressLine1" "V Parku 2308/10" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.buyerDetails.postalAddress.provinceCode" "CZ" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.buyerDetails.postalAddress.addressLine2" "addres2" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.buyerDetails.postalAddress.addressLine3" "addres3" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.buyerDetails.postalAddress.countyName" "Central Bohemia" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.buyerDetails.contactInformation.phone" "+1123456789" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.buyerDetails.contactInformation.companyName" "Company Name" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.buyerDetails.contactInformation.fullName" "John Brew" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.buyerDetails.contactInformation.email" "that@before.de" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.buyerDetails.contactInformation.mobilePhone" "+60112345678" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.buyerDetails.registrationNumbers[0].typeCode" "VAT" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.buyerDetails.registrationNumbers[0].number" "CZ123456789" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.buyerDetails.registrationNumbers[0].issuerCountryCode" "CZ" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.buyerDetails.registrationNumbers[1].typeCode" "VAT" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.buyerDetails.registrationNumbers[1].number" "CZ123456789" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.buyerDetails.registrationNumbers[1].issuerCountryCode" "CZ" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.buyerDetails.typeCode" "business" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.importerDetails.postalAddress.postalCode" "14800" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.importerDetails.postalAddress.cityName" "Prague" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.importerDetails.postalAddress.countryCode" "CZ" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.importerDetails.postalAddress.addressLine1" "V Parku 2308/10" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.importerDetails.postalAddress.provinceCode" "CZ" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.importerDetails.postalAddress.addressLine2" "addres2" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.importerDetails.postalAddress.addressLine3" "addres3" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.importerDetails.postalAddress.countyName" "Central Bohemia" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.importerDetails.contactInformation.phone" "+1123456789" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.importerDetails.contactInformation.companyName" "Company Name" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.importerDetails.contactInformation.fullName" "John Brew" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.importerDetails.contactInformation.email" "that@before.de" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.importerDetails.contactInformation.mobilePhone" "+60112345678" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.importerDetails.registrationNumbers[0].typeCode" "VAT" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.importerDetails.registrationNumbers[0].number" "CZ123456789" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.importerDetails.registrationNumbers[0].issuerCountryCode" "CZ" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.importerDetails.registrationNumbers[1].typeCode" "VAT" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.importerDetails.registrationNumbers[1].number" "CZ123456789" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.importerDetails.registrationNumbers[1].issuerCountryCode" "CZ" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.importerDetails.typeCode" "government" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.exporterDetails.postalAddress.postalCode" "14800" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.exporterDetails.postalAddress.cityName" "Prague" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.exporterDetails.postalAddress.countryCode" "CZ" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.exporterDetails.postalAddress.addressLine1" "V Parku 2308/10" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.exporterDetails.postalAddress.provinceCode" "CZ" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.exporterDetails.postalAddress.addressLine2" "addres2" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.exporterDetails.postalAddress.addressLine3" "addres3" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.exporterDetails.postalAddress.countyName" "Central Bohemia" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.exporterDetails.contactInformation.phone" "+1123456789" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.exporterDetails.contactInformation.companyName" "Company Name" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.exporterDetails.contactInformation.fullName" "John Brew" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.exporterDetails.contactInformation.email" "that@before.de" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.exporterDetails.contactInformation.mobilePhone" "+60112345678" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.exporterDetails.registrationNumbers[0].typeCode" "VAT" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.exporterDetails.registrationNumbers[0].number" "CZ123456789" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.exporterDetails.registrationNumbers[0].issuerCountryCode" "CZ" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.exporterDetails.registrationNumbers[1].typeCode" "VAT" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.exporterDetails.registrationNumbers[1].number" "CZ123456789" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.exporterDetails.registrationNumbers[1].issuerCountryCode" "CZ" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.exporterDetails.typeCode" "government" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.ultimateConsigneeDetails.postalAddress.postalCode" "14800" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.ultimateConsigneeDetails.postalAddress.cityName" "Prague" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.ultimateConsigneeDetails.postalAddress.countryCode" "CZ" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.ultimateConsigneeDetails.postalAddress.addressLine1" "V Parku 2308/10" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.ultimateConsigneeDetails.postalAddress.provinceCode" "CZ" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.ultimateConsigneeDetails.postalAddress.addressLine2" "addres2" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.ultimateConsigneeDetails.postalAddress.addressLine3" "addres3" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.ultimateConsigneeDetails.postalAddress.countyName" "Central Bohemia" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.ultimateConsigneeDetails.contactInformation.phone" "+1123456789" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.ultimateConsigneeDetails.contactInformation.companyName" "Company Name" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.ultimateConsigneeDetails.contactInformation.fullName" "John Brew" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.ultimateConsigneeDetails.contactInformation.email" "that@before.de" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.ultimateConsigneeDetails.contactInformation.mobilePhone" "+60112345678" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.ultimateConsigneeDetails.typeCode" "other" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.ultimateConsigneeDetails.registrationNumbers[0].typeCode" "VAT" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.ultimateConsigneeDetails.registrationNumbers[0].number" "CZ123456789" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.ultimateConsigneeDetails.registrationNumbers[0].issuerCountryCode" "CZ" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.ultimateConsigneeDetails.registrationNumbers[1].typeCode" "VAT" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.ultimateConsigneeDetails.registrationNumbers[1].number" "CZ123456789" To iSuccess
    Get ComUpdateString Of hoJson "customerDetails.ultimateConsigneeDetails.registrationNumbers[1].issuerCountryCode" "CZ" To iSuccess

    Send ComSetRequestHeader To hoHttp "Webstore-Platform-Name" ""
    Send ComSetRequestHeader To hoHttp "Shipping-System-Platform-Name" ""
    Send ComSetRequestHeader To hoHttp "Message-Reference" "d0e7832e-5c98-11ea-bc55-0242ac13"
    Send ComSetRequestHeader To hoHttp "Plugin-Version" ""
    Send ComSetRequestHeader To hoHttp "Content-Type" "application/json"
    Send ComSetRequestHeader To hoHttp "Plugin-Name" ""
    Send ComSetRequestHeader To hoHttp "Shipping-System-Platform-Version" ""
    Send ComSetRequestHeader To hoHttp "Accept" "application/json"
    Send ComSetRequestHeader To hoHttp "Message-Reference-Date" "Wed, 21 Oct 2015 07:28:00 GMT"
    Send ComSetRequestHeader To hoHttp "Webstore-Platform-Version" ""

    Get Create (RefClass(cComChilkatStringBuilder)) To hoSbRequestBody
    If (Not(IsComObjectCreated(hoSbRequestBody))) Begin
        Send CreateComObject of hoSbRequestBody
    End
    Get pvComObject of hoSbRequestBody to vSbRequestBody
    Get ComEmitSb Of hoJson vSbRequestBody To iSuccess

    Get pvComObject of hoSbRequestBody to vSbRequestBody
    Get ComPTextSb Of hoHttp "PATCH" "https://api-mock.dhl.com/mydhlapi/shipments/:shipmentTrackingNumber/upload-invoice-data" vSbRequestBody "utf-8" "application/json" False False To vResp
    If (IsComObject(vResp)) Begin
        Get Create (RefClass(cComChilkatHttpResponse)) To hoResp
        Set pvComObject Of hoResp To vResp
    End
    Get ComLastMethodSuccess Of hoHttp To bTemp1
    If (bTemp1 = False) Begin
        Get ComLastErrorText Of hoHttp To sTemp1
        Showln sTemp1
        Procedure_Return
    End

    Get ComStatusCode Of hoResp To iTemp1
    Showln iTemp1
    Get ComBodyStr Of hoResp To sTemp1
    Showln sTemp1
    Send Destroy of hoResp


End_Procedure

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 '{
  "content": {
    "exportDeclaration": [
      {
        "lineItems": [
          {
            "number": 1,
            "description": "line item description",
            "price": 150,
            "quantity": {
              "value": 1,
              "unitOfMeasurement": "BOX"
            },
            "manufacturerCountry": "CZ",
            "weight": {
              "netValue": {
                "value": "<Error: Too many levels of nesting to fake this schema>"
              }
            },
            "commodityCodes": [
              {
                "typeCode": {
                  "value": "<Error: Too many levels of nesting to fake this schema>"
                },
                "value": {
                  "value": "<Error: Too many levels of nesting to fake this schema>"
                }
              }
            ],
            "exportReasonType": "defence_material",
            "isTaxesPaid": true,
            "customerReferences": [
              {
                "typeCode": {
                  "value": "<Error: Too many levels of nesting to fake this schema>"
                },
                "value": {
                  "value": "<Error: Too many levels of nesting to fake this schema>"
                }
              }
            ],
            "customsDocuments": [
              {
                "typeCode": {
                  "value": "<Error: Too many levels of nesting to fake this schema>"
                },
                "value": {
                  "value": "<Error: Too many levels of nesting to fake this schema>"
                }
              }
            ]
          }
        ],
        "invoice": {
          "number": "12345-ABC",
          "date": "2021-03-18",
          "function": "import",
          "customerReferences": [
            {
              "typeCode": "CU",
              "value": "custref112"
            }
          ]
        },
        "incoterm": "DAP",
        "remarks": [
          {
            "value": "declaration remark"
          },
          {
            "value": "declaration remark"
          }
        ],
        "additionalCharges": [
          {
            "value": 10,
            "typeCode": "pickup"
          },
          {
            "value": 10,
            "typeCode": "pickup"
          }
        ],
        "placeOfIncoterm": "port of departure or destination details",
        "recipientReference": "recipient reference",
        "exporter": {
          "id": "123",
          "code": "EXPCZ"
        },
        "exportReasonType": "permanent",
        "shipmentType": "personal",
        "customsDocuments": [
          {
            "typeCode": "972",
            "value": "custdoc445"
          }
        ]
      }
    ],
    "currency": "EUR",
    "unitOfMeasurement": "metric"
  },
  "plannedShipDate": "2020-04-20",
  "accounts": [
    {
      "typeCode": "shipper",
      "number": "123456789"
    },
    {
      "typeCode": "shipper",
      "number": "123456789"
    }
  ],
  "outputImageProperties": {
    "imageOptions": [
      {
        "typeCode": "invoice",
        "templateName": "COMMERCIAL_INVOICE_P_10",
        "isRequested": true
      }
    ]
  },
  "customerDetails": {
    "sellerDetails": {
      "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"
      },
      "typeCode": "business",
      "registrationNumbers": [
        {
          "typeCode": "VAT",
          "number": "CZ123456789",
          "issuerCountryCode": "CZ"
        },
        {
          "typeCode": "VAT",
          "number": "CZ123456789",
          "issuerCountryCode": "CZ"
        }
      ]
    },
    "buyerDetails": {
      "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"
      },
      "registrationNumbers": [
        {
          "typeCode": "VAT",
          "number": "CZ123456789",
          "issuerCountryCode": "CZ"
        },
        {
          "typeCode": "VAT",
          "number": "CZ123456789",
          "issuerCountryCode": "CZ"
        }
      ],
      "typeCode": "business"
    },
    "importerDetails": {
      "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"
      },
      "registrationNumbers": [
        {
          "typeCode": "VAT",
          "number": "CZ123456789",
          "issuerCountryCode": "CZ"
        },
        {
          "typeCode": "VAT",
          "number": "CZ123456789",
          "issuerCountryCode": "CZ"
        }
      ],
      "typeCode": "government"
    },
    "exporterDetails": {
      "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"
      },
      "registrationNumbers": [
        {
          "typeCode": "VAT",
          "number": "CZ123456789",
          "issuerCountryCode": "CZ"
        },
        {
          "typeCode": "VAT",
          "number": "CZ123456789",
          "issuerCountryCode": "CZ"
        }
      ],
      "typeCode": "government"
    },
    "ultimateConsigneeDetails": {
      "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"
      },
      "typeCode": "other",
      "registrationNumbers": [
        {
          "typeCode": "VAT",
          "number": "CZ123456789",
          "issuerCountryCode": "CZ"
        },
        {
          "typeCode": "VAT",
          "number": "CZ123456789",
          "issuerCountryCode": "CZ"
        }
      ]
    }
  }
}'
https://api-mock.dhl.com/mydhlapi/shipments/:shipmentTrackingNumber/upload-invoice-data

Postman Collection Item JSON

{
  "name": "Upload Commercial Invoice data for your DHL Express shipment",
  "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  \"content\": {\n    \"exportDeclaration\": [\n      {\n        \"lineItems\": [\n          {\n            \"number\": 1,\n            \"description\": \"line item description\",\n            \"price\": 150,\n            \"quantity\": {\n              \"value\": 1,\n              \"unitOfMeasurement\": \"BOX\"\n            },\n            \"manufacturerCountry\": \"CZ\",\n            \"weight\": {\n              \"netValue\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"commodityCodes\": [\n              {\n                \"typeCode\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"value\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"exportReasonType\": \"defence_material\",\n            \"isTaxesPaid\": true,\n            \"customerReferences\": [\n              {\n                \"typeCode\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"value\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"customsDocuments\": [\n              {\n                \"typeCode\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"value\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ]\n          }\n        ],\n        \"invoice\": {\n          \"number\": \"12345-ABC\",\n          \"date\": \"2021-03-18\",\n          \"function\": \"import\",\n          \"customerReferences\": [\n            {\n              \"typeCode\": \"CU\",\n              \"value\": \"custref112\"\n            }\n          ]\n        },\n        \"incoterm\": \"DAP\",\n        \"remarks\": [\n          {\n            \"value\": \"declaration remark\"\n          },\n          {\n            \"value\": \"declaration remark\"\n          }\n        ],\n        \"additionalCharges\": [\n          {\n            \"value\": 10,\n            \"typeCode\": \"pickup\"\n          },\n          {\n            \"value\": 10,\n            \"typeCode\": \"pickup\"\n          }\n        ],\n        \"placeOfIncoterm\": \"port of departure or destination details\",\n        \"recipientReference\": \"recipient reference\",\n        \"exporter\": {\n          \"id\": \"123\",\n          \"code\": \"EXPCZ\"\n        },\n        \"exportReasonType\": \"permanent\",\n        \"shipmentType\": \"personal\",\n        \"customsDocuments\": [\n          {\n            \"typeCode\": \"972\",\n            \"value\": \"custdoc445\"\n          }\n        ]\n      }\n    ],\n    \"currency\": \"EUR\",\n    \"unitOfMeasurement\": \"metric\"\n  },\n  \"plannedShipDate\": \"2020-04-20\",\n  \"accounts\": [\n    {\n      \"typeCode\": \"shipper\",\n      \"number\": \"123456789\"\n    },\n    {\n      \"typeCode\": \"shipper\",\n      \"number\": \"123456789\"\n    }\n  ],\n  \"outputImageProperties\": {\n    \"imageOptions\": [\n      {\n        \"typeCode\": \"invoice\",\n        \"templateName\": \"COMMERCIAL_INVOICE_P_10\",\n        \"isRequested\": true\n      }\n    ]\n  },\n  \"customerDetails\": {\n    \"sellerDetails\": {\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      \"typeCode\": \"business\",\n      \"registrationNumbers\": [\n        {\n          \"typeCode\": \"VAT\",\n          \"number\": \"CZ123456789\",\n          \"issuerCountryCode\": \"CZ\"\n        },\n        {\n          \"typeCode\": \"VAT\",\n          \"number\": \"CZ123456789\",\n          \"issuerCountryCode\": \"CZ\"\n        }\n      ]\n    },\n    \"buyerDetails\": {\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      \"registrationNumbers\": [\n        {\n          \"typeCode\": \"VAT\",\n          \"number\": \"CZ123456789\",\n          \"issuerCountryCode\": \"CZ\"\n        },\n        {\n          \"typeCode\": \"VAT\",\n          \"number\": \"CZ123456789\",\n          \"issuerCountryCode\": \"CZ\"\n        }\n      ],\n      \"typeCode\": \"business\"\n    },\n    \"importerDetails\": {\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      \"registrationNumbers\": [\n        {\n          \"typeCode\": \"VAT\",\n          \"number\": \"CZ123456789\",\n          \"issuerCountryCode\": \"CZ\"\n        },\n        {\n          \"typeCode\": \"VAT\",\n          \"number\": \"CZ123456789\",\n          \"issuerCountryCode\": \"CZ\"\n        }\n      ],\n      \"typeCode\": \"government\"\n    },\n    \"exporterDetails\": {\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      \"registrationNumbers\": [\n        {\n          \"typeCode\": \"VAT\",\n          \"number\": \"CZ123456789\",\n          \"issuerCountryCode\": \"CZ\"\n        },\n        {\n          \"typeCode\": \"VAT\",\n          \"number\": \"CZ123456789\",\n          \"issuerCountryCode\": \"CZ\"\n        }\n      ],\n      \"typeCode\": \"government\"\n    },\n    \"ultimateConsigneeDetails\": {\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      \"typeCode\": \"other\",\n      \"registrationNumbers\": [\n        {\n          \"typeCode\": \"VAT\",\n          \"number\": \"CZ123456789\",\n          \"issuerCountryCode\": \"CZ\"\n        },\n        {\n          \"typeCode\": \"VAT\",\n          \"number\": \"CZ123456789\",\n          \"issuerCountryCode\": \"CZ\"\n        }\n      ]\n    }\n  }\n}",
      "options": {
        "raw": {
          "language": "json"
        }
      }
    },
    "url": {
      "raw": "{{baseUrl}}/shipments/:shipmentTrackingNumber/upload-invoice-data",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "shipments",
        ":shipmentTrackingNumber",
        "upload-invoice-data"
      ],
      "variable": [
        {
          "key": "shipmentTrackingNumber",
          "value": "dolor veniam officia non",
          "description": "(Required) DHL Express shipment identification number"
        }
      ]
    },
    "description": "## Upload Invoice Data with Shipment ID\nThe upload invoice data service can be used to upload Commerical Invoice data with Shipment Identification Number for your DHL Express shipment.Customer can provide Commercial Invoice data before Shipment Data via Create Shipment flow or vice versa.\n\nImportant Note: UploadInvoiceData service is not enabled by default and must be requested per customer. Use of this service is only enabled on exceptional basis and DHL Express recommends to submit shipment requests together with a commercial invoice data.To enable use of UploadInvoiceData service, please contact your DHL Express IT representative. To use UploadInvoiceData service, it is required that \"PM\" service code is provided in MyDHL API Create Shipment request. \"PM\" service code is not enabled by \ndefault for the customers, and needs to be enabled upon request.\n\nWhen Shipment is created via MyDHL API Create Shipment service before uploading the Commercial Invoice (CIN) data,it is mandatory to provide the Shipment Identification Number as received in MyDHL API Create Shipment service Response.\nWhen Commercial Invoice (CIN) data is uploaded prior to creating a shipment via MyDHL API Create Shipment service, it is mandatory to provide Invoice Reference Number with Invoice Reference Type value \"CU\" and Shipper Account Number. \n\nThese elements are mandatory to facilitate an effective data merge of the Commercial Invoice (CIN) data with Shipment Data. As an output customer will receive Notification element value '0' on successful upload of Commercial Invoice (CIN) data. \nDHL backend application performs the subsequent data merging process of the Shipment Data and Commercial Invoice data.\n"
  },
  "response": [
    {
      "name": "invoice data uploaded",
      "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  \"content\": {\n    \"exportDeclaration\": [\n      {\n        \"lineItems\": [\n          {\n            \"number\": 1,\n            \"description\": \"line item description\",\n            \"price\": 150,\n            \"quantity\": {\n              \"value\": 1,\n              \"unitOfMeasurement\": \"BOX\"\n            },\n            \"manufacturerCountry\": \"CZ\",\n            \"weight\": {\n              \"netValue\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"commodityCodes\": [\n              {\n                \"typeCode\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"value\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"exportReasonType\": \"defence_material\",\n            \"isTaxesPaid\": true,\n            \"customerReferences\": [\n              {\n                \"typeCode\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"value\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"customsDocuments\": [\n              {\n                \"typeCode\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"value\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ]\n          }\n        ],\n        \"invoice\": {\n          \"number\": \"12345-ABC\",\n          \"date\": \"2021-03-18\",\n          \"function\": \"import\",\n          \"customerReferences\": [\n            {\n              \"typeCode\": \"CU\",\n              \"value\": \"custref112\"\n            }\n          ]\n        },\n        \"incoterm\": \"DAP\",\n        \"remarks\": [\n          {\n            \"value\": \"declaration remark\"\n          },\n          {\n            \"value\": \"declaration remark\"\n          }\n        ],\n        \"additionalCharges\": [\n          {\n            \"value\": 10,\n            \"typeCode\": \"pickup\"\n          },\n          {\n            \"value\": 10,\n            \"typeCode\": \"pickup\"\n          }\n        ],\n        \"placeOfIncoterm\": \"port of departure or destination details\",\n        \"recipientReference\": \"recipient reference\",\n        \"exporter\": {\n          \"id\": \"123\",\n          \"code\": \"EXPCZ\"\n        },\n        \"exportReasonType\": \"permanent\",\n        \"shipmentType\": \"personal\",\n        \"customsDocuments\": [\n          {\n            \"typeCode\": \"972\",\n            \"value\": \"custdoc445\"\n          }\n        ]\n      }\n    ],\n    \"currency\": \"EUR\",\n    \"unitOfMeasurement\": \"metric\"\n  },\n  \"plannedShipDate\": \"2020-04-20\",\n  \"accounts\": [\n    {\n      \"typeCode\": \"shipper\",\n      \"number\": \"123456789\"\n    },\n    {\n      \"typeCode\": \"shipper\",\n      \"number\": \"123456789\"\n    }\n  ],\n  \"outputImageProperties\": {\n    \"imageOptions\": [\n      {\n        \"typeCode\": \"invoice\",\n        \"templateName\": \"COMMERCIAL_INVOICE_P_10\",\n        \"isRequested\": true\n      }\n    ]\n  },\n  \"customerDetails\": {\n    \"sellerDetails\": {\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      \"typeCode\": \"business\",\n      \"registrationNumbers\": [\n        {\n          \"typeCode\": \"VAT\",\n          \"number\": \"CZ123456789\",\n          \"issuerCountryCode\": \"CZ\"\n        },\n        {\n          \"typeCode\": \"VAT\",\n          \"number\": \"CZ123456789\",\n          \"issuerCountryCode\": \"CZ\"\n        }\n      ]\n    },\n    \"buyerDetails\": {\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      \"registrationNumbers\": [\n        {\n          \"typeCode\": \"VAT\",\n          \"number\": \"CZ123456789\",\n          \"issuerCountryCode\": \"CZ\"\n        },\n        {\n          \"typeCode\": \"VAT\",\n          \"number\": \"CZ123456789\",\n          \"issuerCountryCode\": \"CZ\"\n        }\n      ],\n      \"typeCode\": \"business\"\n    },\n    \"importerDetails\": {\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      \"registrationNumbers\": [\n        {\n          \"typeCode\": \"VAT\",\n          \"number\": \"CZ123456789\",\n          \"issuerCountryCode\": \"CZ\"\n        },\n        {\n          \"typeCode\": \"VAT\",\n          \"number\": \"CZ123456789\",\n          \"issuerCountryCode\": \"CZ\"\n        }\n      ],\n      \"typeCode\": \"government\"\n    },\n    \"exporterDetails\": {\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      \"registrationNumbers\": [\n        {\n          \"typeCode\": \"VAT\",\n          \"number\": \"CZ123456789\",\n          \"issuerCountryCode\": \"CZ\"\n        },\n        {\n          \"typeCode\": \"VAT\",\n          \"number\": \"CZ123456789\",\n          \"issuerCountryCode\": \"CZ\"\n        }\n      ],\n      \"typeCode\": \"government\"\n    },\n    \"ultimateConsigneeDetails\": {\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      \"typeCode\": \"other\",\n      \"registrationNumbers\": [\n        {\n          \"typeCode\": \"VAT\",\n          \"number\": \"CZ123456789\",\n          \"issuerCountryCode\": \"CZ\"\n        },\n        {\n          \"typeCode\": \"VAT\",\n          \"number\": \"CZ123456789\",\n          \"issuerCountryCode\": \"CZ\"\n        }\n      ]\n    }\n  }\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{baseUrl}}/shipments/:shipmentTrackingNumber/upload-invoice-data",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "shipments",
            ":shipmentTrackingNumber",
            "upload-invoice-data"
          ],
          "variable": [
            {
              "key": "shipmentTrackingNumber",
              "value": "dolor veniam officia non",
              "description": "(Required) DHL Express shipment identification number"
            }
          ]
        }
      },
      "status": "OK",
      "code": 200,
      "_postman_previewlanguage": "text",
      "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": "text/plain"
        }
      ],
      "cookie": [
      ],
      "body": ""
    },
    {
      "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  \"content\": {\n    \"exportDeclaration\": [\n      {\n        \"lineItems\": [\n          {\n            \"number\": 1,\n            \"description\": \"line item description\",\n            \"price\": 150,\n            \"quantity\": {\n              \"value\": 1,\n              \"unitOfMeasurement\": \"BOX\"\n            },\n            \"manufacturerCountry\": \"CZ\",\n            \"weight\": {\n              \"netValue\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"commodityCodes\": [\n              {\n                \"typeCode\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"value\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"exportReasonType\": \"defence_material\",\n            \"isTaxesPaid\": true,\n            \"customerReferences\": [\n              {\n                \"typeCode\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"value\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"customsDocuments\": [\n              {\n                \"typeCode\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"value\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ]\n          }\n        ],\n        \"invoice\": {\n          \"number\": \"12345-ABC\",\n          \"date\": \"2021-03-18\",\n          \"function\": \"import\",\n          \"customerReferences\": [\n            {\n              \"typeCode\": \"CU\",\n              \"value\": \"custref112\"\n            }\n          ]\n        },\n        \"incoterm\": \"DAP\",\n        \"remarks\": [\n          {\n            \"value\": \"declaration remark\"\n          },\n          {\n            \"value\": \"declaration remark\"\n          }\n        ],\n        \"additionalCharges\": [\n          {\n            \"value\": 10,\n            \"typeCode\": \"pickup\"\n          },\n          {\n            \"value\": 10,\n            \"typeCode\": \"pickup\"\n          }\n        ],\n        \"placeOfIncoterm\": \"port of departure or destination details\",\n        \"recipientReference\": \"recipient reference\",\n        \"exporter\": {\n          \"id\": \"123\",\n          \"code\": \"EXPCZ\"\n        },\n        \"exportReasonType\": \"permanent\",\n        \"shipmentType\": \"personal\",\n        \"customsDocuments\": [\n          {\n            \"typeCode\": \"972\",\n            \"value\": \"custdoc445\"\n          }\n        ]\n      }\n    ],\n    \"currency\": \"EUR\",\n    \"unitOfMeasurement\": \"metric\"\n  },\n  \"plannedShipDate\": \"2020-04-20\",\n  \"accounts\": [\n    {\n      \"typeCode\": \"shipper\",\n      \"number\": \"123456789\"\n    },\n    {\n      \"typeCode\": \"shipper\",\n      \"number\": \"123456789\"\n    }\n  ],\n  \"outputImageProperties\": {\n    \"imageOptions\": [\n      {\n        \"typeCode\": \"invoice\",\n        \"templateName\": \"COMMERCIAL_INVOICE_P_10\",\n        \"isRequested\": true\n      }\n    ]\n  },\n  \"customerDetails\": {\n    \"sellerDetails\": {\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      \"typeCode\": \"business\",\n      \"registrationNumbers\": [\n        {\n          \"typeCode\": \"VAT\",\n          \"number\": \"CZ123456789\",\n          \"issuerCountryCode\": \"CZ\"\n        },\n        {\n          \"typeCode\": \"VAT\",\n          \"number\": \"CZ123456789\",\n          \"issuerCountryCode\": \"CZ\"\n        }\n      ]\n    },\n    \"buyerDetails\": {\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      \"registrationNumbers\": [\n        {\n          \"typeCode\": \"VAT\",\n          \"number\": \"CZ123456789\",\n          \"issuerCountryCode\": \"CZ\"\n        },\n        {\n          \"typeCode\": \"VAT\",\n          \"number\": \"CZ123456789\",\n          \"issuerCountryCode\": \"CZ\"\n        }\n      ],\n      \"typeCode\": \"business\"\n    },\n    \"importerDetails\": {\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      \"registrationNumbers\": [\n        {\n          \"typeCode\": \"VAT\",\n          \"number\": \"CZ123456789\",\n          \"issuerCountryCode\": \"CZ\"\n        },\n        {\n          \"typeCode\": \"VAT\",\n          \"number\": \"CZ123456789\",\n          \"issuerCountryCode\": \"CZ\"\n        }\n      ],\n      \"typeCode\": \"government\"\n    },\n    \"exporterDetails\": {\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      \"registrationNumbers\": [\n        {\n          \"typeCode\": \"VAT\",\n          \"number\": \"CZ123456789\",\n          \"issuerCountryCode\": \"CZ\"\n        },\n        {\n          \"typeCode\": \"VAT\",\n          \"number\": \"CZ123456789\",\n          \"issuerCountryCode\": \"CZ\"\n        }\n      ],\n      \"typeCode\": \"government\"\n    },\n    \"ultimateConsigneeDetails\": {\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      \"typeCode\": \"other\",\n      \"registrationNumbers\": [\n        {\n          \"typeCode\": \"VAT\",\n          \"number\": \"CZ123456789\",\n          \"issuerCountryCode\": \"CZ\"\n        },\n        {\n          \"typeCode\": \"VAT\",\n          \"number\": \"CZ123456789\",\n          \"issuerCountryCode\": \"CZ\"\n        }\n      ]\n    }\n  }\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{baseUrl}}/shipments/:shipmentTrackingNumber/upload-invoice-data",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "shipments",
            ":shipmentTrackingNumber",
            "upload-invoice-data"
          ],
          "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/1234567890/upload-invoice-data\",\n  \"detail\": \"7096: The provided Shipment Identification Number is invalid. Please check the request message and retry.\",\n  \"title\": \"Bad request\",\n  \"message\": \"Bad request\",\n  \"status\": \"400\"\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  \"content\": {\n    \"exportDeclaration\": [\n      {\n        \"lineItems\": [\n          {\n            \"number\": 1,\n            \"description\": \"line item description\",\n            \"price\": 150,\n            \"quantity\": {\n              \"value\": 1,\n              \"unitOfMeasurement\": \"BOX\"\n            },\n            \"manufacturerCountry\": \"CZ\",\n            \"weight\": {\n              \"netValue\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"commodityCodes\": [\n              {\n                \"typeCode\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"value\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"exportReasonType\": \"defence_material\",\n            \"isTaxesPaid\": true,\n            \"customerReferences\": [\n              {\n                \"typeCode\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"value\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"customsDocuments\": [\n              {\n                \"typeCode\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"value\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ]\n          }\n        ],\n        \"invoice\": {\n          \"number\": \"12345-ABC\",\n          \"date\": \"2021-03-18\",\n          \"function\": \"import\",\n          \"customerReferences\": [\n            {\n              \"typeCode\": \"CU\",\n              \"value\": \"custref112\"\n            }\n          ]\n        },\n        \"incoterm\": \"DAP\",\n        \"remarks\": [\n          {\n            \"value\": \"declaration remark\"\n          },\n          {\n            \"value\": \"declaration remark\"\n          }\n        ],\n        \"additionalCharges\": [\n          {\n            \"value\": 10,\n            \"typeCode\": \"pickup\"\n          },\n          {\n            \"value\": 10,\n            \"typeCode\": \"pickup\"\n          }\n        ],\n        \"placeOfIncoterm\": \"port of departure or destination details\",\n        \"recipientReference\": \"recipient reference\",\n        \"exporter\": {\n          \"id\": \"123\",\n          \"code\": \"EXPCZ\"\n        },\n        \"exportReasonType\": \"permanent\",\n        \"shipmentType\": \"personal\",\n        \"customsDocuments\": [\n          {\n            \"typeCode\": \"972\",\n            \"value\": \"custdoc445\"\n          }\n        ]\n      }\n    ],\n    \"currency\": \"EUR\",\n    \"unitOfMeasurement\": \"metric\"\n  },\n  \"plannedShipDate\": \"2020-04-20\",\n  \"accounts\": [\n    {\n      \"typeCode\": \"shipper\",\n      \"number\": \"123456789\"\n    },\n    {\n      \"typeCode\": \"shipper\",\n      \"number\": \"123456789\"\n    }\n  ],\n  \"outputImageProperties\": {\n    \"imageOptions\": [\n      {\n        \"typeCode\": \"invoice\",\n        \"templateName\": \"COMMERCIAL_INVOICE_P_10\",\n        \"isRequested\": true\n      }\n    ]\n  },\n  \"customerDetails\": {\n    \"sellerDetails\": {\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      \"typeCode\": \"business\",\n      \"registrationNumbers\": [\n        {\n          \"typeCode\": \"VAT\",\n          \"number\": \"CZ123456789\",\n          \"issuerCountryCode\": \"CZ\"\n        },\n        {\n          \"typeCode\": \"VAT\",\n          \"number\": \"CZ123456789\",\n          \"issuerCountryCode\": \"CZ\"\n        }\n      ]\n    },\n    \"buyerDetails\": {\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      \"registrationNumbers\": [\n        {\n          \"typeCode\": \"VAT\",\n          \"number\": \"CZ123456789\",\n          \"issuerCountryCode\": \"CZ\"\n        },\n        {\n          \"typeCode\": \"VAT\",\n          \"number\": \"CZ123456789\",\n          \"issuerCountryCode\": \"CZ\"\n        }\n      ],\n      \"typeCode\": \"business\"\n    },\n    \"importerDetails\": {\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      \"registrationNumbers\": [\n        {\n          \"typeCode\": \"VAT\",\n          \"number\": \"CZ123456789\",\n          \"issuerCountryCode\": \"CZ\"\n        },\n        {\n          \"typeCode\": \"VAT\",\n          \"number\": \"CZ123456789\",\n          \"issuerCountryCode\": \"CZ\"\n        }\n      ],\n      \"typeCode\": \"government\"\n    },\n    \"exporterDetails\": {\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      \"registrationNumbers\": [\n        {\n          \"typeCode\": \"VAT\",\n          \"number\": \"CZ123456789\",\n          \"issuerCountryCode\": \"CZ\"\n        },\n        {\n          \"typeCode\": \"VAT\",\n          \"number\": \"CZ123456789\",\n          \"issuerCountryCode\": \"CZ\"\n        }\n      ],\n      \"typeCode\": \"government\"\n    },\n    \"ultimateConsigneeDetails\": {\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      \"typeCode\": \"other\",\n      \"registrationNumbers\": [\n        {\n          \"typeCode\": \"VAT\",\n          \"number\": \"CZ123456789\",\n          \"issuerCountryCode\": \"CZ\"\n        },\n        {\n          \"typeCode\": \"VAT\",\n          \"number\": \"CZ123456789\",\n          \"issuerCountryCode\": \"CZ\"\n        }\n      ]\n    }\n  }\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{baseUrl}}/shipments/:shipmentTrackingNumber/upload-invoice-data",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "shipments",
            ":shipmentTrackingNumber",
            "upload-invoice-data"
          ],
          "variable": [
            {
              "key": "shipmentTrackingNumber",
              "value": "dolor veniam officia non",
              "description": "(Required) DHL Express shipment identification number"
            }
          ]
        }
      },
      "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
      "code": 422,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"instance\": \"/expressapi/shipments/1234567890/upload-invoice-data\",\n  \"detail\": \"#/content/exportDeclaration/0/additionalCharges: expected maximum item count: 5, found: 6\",\n  \"title\": \"Validation error\",\n  \"message\": \"Unprocessable Entity\",\n  \"status\": \"422\"\n}"
    }
  ]
}