-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DT-1821-Updated the request json examples from the latest API spec (#184
- Loading branch information
1 parent
3700867
commit 85e40cb
Showing
1 changed file
with
38 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
"cargoMovementTypeAtDestination": "FCL", | ||
"issueDate": "2020-12-12", | ||
"serviceContractReference": "HHL51800000", | ||
"contractQuotationReference": "12345", | ||
"contractQuotationReference": "HHL1401", | ||
"declaredValue": 1231.1, | ||
"declaredValueCurrency": "DKK", | ||
"carrierCode": "MMCU", | ||
|
@@ -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" | ||
} | ||
|
@@ -188,7 +204,7 @@ | |
"isShipperOwned": false, | ||
"seals": [ | ||
{ | ||
"number": "DCSA-CTK-1234" | ||
"number": "VET123" | ||
} | ||
] | ||
} | ||
|
@@ -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" | ||
} | ||
|