-
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-1171: Update PINT to 3.0.0-Beta-2
- Loading branch information
Showing
6 changed files
with
2,042 additions
and
2,406 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
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
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
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 |
---|---|---|
|
@@ -7,11 +7,11 @@ | |
"platformHost": "https://exampleblplatform.net", | ||
"actor": { | ||
"eBLPlatformIdentifier": "[email protected]", | ||
"legalName": "Some carrier" | ||
"partyName": "Some carrier" | ||
}, | ||
"recipient": { | ||
"eBLPlatformIdentifier": "RECEIVER_PLATFORM_IDENTIFIER", | ||
"legalName": "RECEIVER_LEGAL_NAME" | ||
"partyName": "RECEIVER_LEGAL_NAME" | ||
}, | ||
"action": "ISSU" | ||
} | ||
|
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 |
---|---|---|
|
@@ -17,70 +17,99 @@ | |
"shippedOnBoardDate": "2024-02-02", | ||
"freightPaymentTermCode": "PRE", | ||
"transportDocumentStatus": "ISSUED", | ||
"utilizedTransportEquipments": [], | ||
"utilizedTransportEquipments": [ | ||
{ | ||
"equipment": { | ||
"equipmentReference": "NARU3472484" | ||
}, | ||
"cargoGrossWeightUnit": "KGM", | ||
"isShipperOwned": true, | ||
"seals": [ | ||
{ | ||
"number": "1234" | ||
} | ||
] | ||
} | ||
], | ||
"transports": { | ||
"vesselName": "Emma Maersk", | ||
"vesselIMONumber": "1234567", | ||
"plannedDepartureDate": "2024-02-02", | ||
"plannedArrivalDate": "2124-02-02", | ||
"carrierExportVoyageNumber": "2433W", | ||
"portOfLoading": { | ||
"locationType": "UNCO", | ||
"UNLocationCode": "DKCPH" | ||
}, | ||
"portOfDischarge": { | ||
"locationType": "UNCO", | ||
"UNLocationCode": "NLRTM" | ||
} | ||
}, | ||
"vesselVoyage": [ | ||
{ | ||
"carrierExportVoyageNumber": "2433W", | ||
"vesselName": "COFFEE BEANS" | ||
} | ||
] | ||
}, | ||
"partyContactDetails": [ | ||
{ | ||
"name": "Nobody", | ||
"phone": "+1234567890" | ||
} | ||
], | ||
"consignmentItems": [], | ||
"documentParties": [ | ||
{ | ||
"party": { | ||
"partyName": "DCSA CTK SHIPPER", | ||
"partyContactDetails": [ | ||
{ | ||
"name": "DCSA test person", | ||
"email": "[email protected]" | ||
} | ||
] | ||
}, | ||
"partyFunction": "OS", | ||
"isToBeNotified": false | ||
}, | ||
{ | ||
"party": { | ||
"partyName": "DCSA CTK Consignee", | ||
"partyContactDetails": [ | ||
{ | ||
"name": "DCSA test person", | ||
"email": "[email protected]" | ||
} | ||
] | ||
}, | ||
"partyFunction": "CN", | ||
"isToBeNotified": false | ||
}, | ||
"consignmentItems": [ | ||
{ | ||
"party": { | ||
"partyName": "DCSA CTK Service Contract Owner", | ||
"partyContactDetails": [ | ||
{ | ||
"name": "DCSA test person", | ||
"email": "[email protected]" | ||
"carrierBookingReference": "1234", | ||
"descriptionOfGoods": "Shoes - black, 400 boxes", | ||
"HSCodes": ["640510"], | ||
"cargoItems": [ | ||
{ | ||
"equipmentReference": "NARU3472484", | ||
"weight": 12000, | ||
"weightUnit": "KGM", | ||
"outerPackaging": { | ||
"numberOfPackages": 400, | ||
"description": "Fibreboard boxes" | ||
} | ||
] | ||
}, | ||
"partyFunction": "SCO", | ||
"isToBeNotified": false | ||
} | ||
] | ||
} | ||
], | ||
"documentParties": { | ||
"shipper": { | ||
"partyName": "DCSA CTK SHIPPER", | ||
"partyContactDetails": [ | ||
{ | ||
"name": "DCSA test person", | ||
"email": "[email protected]" | ||
} | ||
] | ||
}, | ||
"consignee": { | ||
"partyName": "DCSA CTK Consignee", | ||
"partyContactDetails": [ | ||
{ | ||
"name": "DCSA test person", | ||
"email": "[email protected]" | ||
} | ||
] | ||
}, | ||
"other": [ | ||
{ | ||
"party": { | ||
"partyName": "DCSA CTK Service Contract Owner", | ||
"partyContactDetails": [ | ||
{ | ||
"name": "DCSA test person", | ||
"email": "[email protected]" | ||
} | ||
] | ||
}, | ||
"partyFunction": "SCO", | ||
"isToBeNotified": false | ||
} | ||
] | ||
}, | ||
"carrierCode": "ASDF", | ||
"carrierCodeListProvider": "NMFTA", | ||
"issuingParty": { | ||
|
@@ -90,7 +119,13 @@ | |
"name": "issuing party", | ||
"phone": "+01234567890" | ||
} | ||
] | ||
], | ||
"address": { | ||
"city": "Amsterdam", | ||
"countryCode": "NL", | ||
"street": "...some street ...", | ||
"streetNumber": "... some street number ..." | ||
} | ||
}, | ||
"shippingInstruction": { | ||
"shippingInstructionReference": "SHIPPING_INSTRUCTION_REFERENCE_PLACEHOLDER", | ||
|
Oops, something went wrong.