Skip to content

Commit

Permalink
DT-1821-Updated the request json examples from the latest API spec (#184
Browse files Browse the repository at this point in the history
)
  • Loading branch information
palatsangeetha authored Oct 8, 2024
1 parent 3700867 commit 85e40cb
Showing 1 changed file with 38 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"cargoMovementTypeAtDestination": "FCL",
"issueDate": "2020-12-12",
"serviceContractReference": "HHL51800000",
"contractQuotationReference": "12345",
"contractQuotationReference": "HHL1401",
"declaredValue": 1231.1,
"declaredValueCurrency": "DKK",
"carrierCode": "MMCU",
Expand Down Expand Up @@ -87,70 +87,86 @@
"UNLocationCode": "NLAMS"
},
"invoicePayableAt": {
"UNLocationCode": "DKAAR"
"UNLocationCode": "NLAMS"
},
"partyContactDetails": [
{
"name": "DCSA test person",
"email": "[email protected]"
"name": "Henrik",
"phone": "+45 51801234"
},
{
"name": "Henrik",
"phone": "+45 51801234"
}
],
"documentParties": {
"shipper": {
"partyName": "DCSA CTK",
"partyName": "IKEA Denmark",
"partyContactDetails": [
{
"name": "DCSA test person",
"email": "[email protected]"
"name": "Henrik",
"phone": "+45 51801234"
},
{
"name": "Henrik",
"phone": "+45 51801234"
}
]
},
"consignee": {
"partyName": "CONSIGNEE_LEGAL_NAME_PLACEHOLDER",
"identifyingCodes": [
{
"codeListProvider": "EPUI",
"codeListProvider": "W3C",
"partyCode": "CONSIGNEE_PARTY_CODE_PLACEHOLDER",
"codeListName": "CONSIGNEE_CODE_LIST_NAME_PLACEHOLDER"
}
],
"partyContactDetails": [
{
"name": "DCSA test person",
"email": "[email protected]"
"name": "Henrik",
"phone": "+45 51801234"
},
{
"name": "Henrik",
"phone": "+45 51801234"
}
]
},
"issuingParty": {
"partyName": "Hyundai",
"address": {
"street": "The street name would be here",
"city": "... and here the city",
"countryCode": "KR"
"street": "Ruijggoordweg",
"city": "Amsterdam",
"countryCode": "NL"
},
"identifyingCodes": [
{
"codeListProvider": "SMDG",
"codeListName": "LCL",
"partyCode": "HMM"
"codeListProvider": "W3C",
"partyCode": "MSK",
"codeListName": "DID"
}
]
},
"notifyParties": [
{
"partyName": "DCSA CTK",
"partyName": "IKEA Denmark",
"partyContactDetails": [
{
"name": "DCSA test person",
"email": "[email protected]"
"name": "Henrik",
"phone": "+45 51801234"
},
{
"name": "Henrik",
"phone": "+45 51801234"
}
]
}
],
"other": [
{
"party": {
"partyName": "DCSA CTK Service Contract Owner"
"partyName": "Asseco Denmark"
},
"partyFunction": "SCO"
}
Expand Down Expand Up @@ -188,7 +204,7 @@
"isShipperOwned": false,
"seals": [
{
"number": "DCSA-CTK-1234"
"number": "VET123"
}
]
}
Expand All @@ -199,7 +215,7 @@
"sendToPlatform": "SEND_TO_PLATFORM_PLACEHOLDER",
"identifyingCodes": [
{
"codeListProvider": "EPUI",
"codeListProvider": "W3C",
"partyCode": "ISSUE_TO_PARTY_CODE_PLACEHOLDER",
"codeListName": "ISSUE_TO_CODE_LIST_NAME_PLACEHOLDER"
}
Expand Down

0 comments on commit 85e40cb

Please sign in to comment.