-
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-1125: Add/fix Beta-2 scenarios for EBL ISS and EBL SUR
- Loading branch information
Showing
11 changed files
with
3,422 additions
and
282 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
160 changes: 160 additions & 0 deletions
160
.../src/main/resources/standards/eblissuance/messages/eblissuance-v3.0.0-Beta-2-request.json
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 |
---|---|---|
@@ -0,0 +1,160 @@ | ||
{ | ||
"document": { | ||
"transportDocumentReference": "TRANSPORT_DOCUMENT_REFERENCE_PLACEHOLDER", | ||
"shippingInstructionsReference": "SHIPPING_INSTRUCTION_REFERENCE_PLACEHOLDER", | ||
"transportDocumentTypeCode": "BOL", | ||
"freightPaymentTermCode": "PRE", | ||
"isElectronic": true, | ||
"isToOrder": false, | ||
"invoicePayableAt": { | ||
"locationType": "UNCO", | ||
"UNLocationCode": "DKAAR" | ||
}, | ||
"partyContactDetails": [ | ||
{ | ||
"name": "DCSA test person", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"documentParties": { | ||
"shipper": { | ||
"partyName": "DCSA CTK", | ||
"partyContactDetails": [ | ||
{ | ||
"name": "DCSA test person", | ||
"email": "[email protected]" | ||
} | ||
] | ||
}, | ||
"consignee": { | ||
"partyName": "CONSIGNEE_LEGAL_NAME_PLACEHOLDER", | ||
"partyCodes": [ | ||
{ | ||
"partyCode": "CONSIGNEE_PARTY_CODE_PLACEHOLDER", | ||
"codeListProvider": "EPUI", | ||
"codeListName": "CONSIGNEE_CODE_LIST_NAME_PLACEHOLDER" | ||
} | ||
], | ||
"partyContactDetails": [ | ||
{ | ||
"name": "DCSA test person", | ||
"email": "[email protected]" | ||
} | ||
] | ||
}, | ||
"other": [ | ||
{ | ||
"party": { | ||
"partyName": "DCSA CTK Service Contract Owner" | ||
}, | ||
"partyFunction": "SCO" | ||
} | ||
] | ||
}, | ||
"consignmentItems": [ | ||
{ | ||
"carrierBookingReference": "BOOKING_REFERENCE_PLACEHOLDER", | ||
"weight": 12000, | ||
"weightUnit": "KGM", | ||
"descriptionOfGoods": "Shoes - black, 400 boxes", | ||
"HSCodes": [ | ||
"640510" | ||
], | ||
"cargoItems": [ | ||
{ | ||
"equipmentReference": "NARU3472484", | ||
"weight": 12000, | ||
"weightUnit": "KGM", | ||
"outerPackaging": { | ||
"numberOfPackages": 400, | ||
"packageCode": "4G", | ||
"description": "Fibreboard boxes" | ||
} | ||
} | ||
] | ||
} | ||
], | ||
"utilizedTransportEquipments": [ | ||
{ | ||
"isShipperOwned": false, | ||
"seals": [ | ||
{ | ||
"number": "DCSA-CTK-1234" | ||
} | ||
], | ||
"cargoGrossWeight": 12000.0, | ||
"cargoGrossWeightUnit": "KGM", | ||
"equipment": { | ||
"ISOEquipmentCode": "22G1", | ||
"equipmentReference": "NARU3472484" | ||
} | ||
} | ||
], | ||
"isShippedOnBoardType": true, | ||
"transportDocumentStatus": "ISSUED", | ||
"cargoMovementTypeAtOrigin": "FCL", | ||
"cargoMovementTypeAtDestination": "FCL", | ||
"receiptTypeAtOrigin": "CY", | ||
"deliveryTypeAtDestination": "CY", | ||
"shippedOnBoardDate": "2023-12-19", | ||
"termsAndConditions": "You agree that this transport document exist is name only for the sake of\ntesting your conformance with the DCSA EBL API. This transport document is NOT backed\nby a real shipment with ANY carrier and NONE of the requested services will be\ncarried out in real life.\n\nUnless required by applicable law or agreed to in writing, DCSA provides\nthis JSON data on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF\nANY KIND, either express or implied, including, without limitation, any\nwarranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY,\nor FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for\ndetermining the appropriateness of using or redistributing this JSON\ndata and assume any risks associated with Your usage of this data.\n\nIn no event and under no legal theory, whether in tort (including negligence),\ncontract, or otherwise, unless required by applicable law (such as deliberate\nand grossly negligent acts) or agreed to in writing, shall DCSA be liable to\nYou for damages, including any direct, indirect, special, incidental, or\nconsequential damages of any character arising as a result of this terms or conditions\nor out of the use or inability to use the provided JSON data (including but not limited\nto damages for loss of goodwill, work stoppage, computer failure or malfunction, or any\nand all other commercial damages or losses), even if DCSA has been advised of the\npossibility of such damages.\n", | ||
"issuingParty": { | ||
"partyName": "Hyundai", | ||
"address": { | ||
"street": "The street name would be here", | ||
"streetNumber": "... and here the street number", | ||
"city": "... and here the city", | ||
"countryCode": "KR" | ||
}, | ||
"identifyingCodes": [ | ||
{ | ||
"codeListProvider": "SMDG", | ||
"codeListName": "LCL", | ||
"partyCode": "HMM" | ||
} | ||
] | ||
}, | ||
"carrierCode": "HMM", | ||
"carrierCodeListProvider": "SMDG", | ||
"charges": [ | ||
{ | ||
"chargeName": "Fictive transport document fee", | ||
"currencyAmount": 1.0, | ||
"currencyCode": "EUR", | ||
"paymentTermCode": "COL", | ||
"calculationBasis": "Per transport document", | ||
"unitPrice": 1.0, | ||
"quantity": 1 | ||
} | ||
], | ||
"transports": { | ||
"plannedDepartureDate": "2023-12-19", | ||
"plannedArrivalDate": "2023-12-21", | ||
"portOfLoading": { | ||
"locationType": "UNCO", | ||
"UNLocationCode": "DKAAR" | ||
}, | ||
"portOfDischarge": { | ||
"locationType": "UNLO", | ||
"UNLocationCode": "DEBRV" | ||
}, | ||
"vesselVoyage": [ | ||
{ | ||
"vesselName": "HMM Algeciras", | ||
"carrierExportVoyageNumber": "402E" | ||
} | ||
] | ||
} | ||
}, | ||
"issueTo": { | ||
"sendToPlatform": "SEND_TO_PLATFORM_PLACEHOLDER", | ||
"partyName": "ISSUE_TO_LEGAL_NAME_PLACEHOLDER", | ||
"partyCodes": [ | ||
{ | ||
"partyCode": "ISSUE_TO_PARTY_CODE_PLACEHOLDER", | ||
"codeListProvider": "EPUI", | ||
"codeListName": "ISSUE_TO_CODE_LIST_NAME_PLACEHOLDER" | ||
} | ||
] | ||
} | ||
} |
Oops, something went wrong.