Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .stoplight/styleguide.json

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions ebl/v3/EBL_v3.0.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2374,6 +2374,7 @@ paths:
data:
transportDocumentStatus: ISSUED
transportDocumentReference: HHL71800000
transportDocumentSubReference: v2
issuedFullStateTransferExample:
summary: |
Transport Document has been issued (Full State Transfer)
Expand All @@ -2390,8 +2391,10 @@ paths:
data:
transportDocumentStatus: ISSUED
transportDocumentReference: HHL71800000
transportDocumentSubReference: v2
transportDocument:
transportDocumentReference: HHL71800000
transportDocumentSubReference: v2
shippingInstructionsReference: fc5009a7-25ad-4bb0-9892-4e2dea6bcdd9
transportDocumentStatus: ISSUED
transportDocumentTypeCode: BOL
Expand Down Expand Up @@ -2830,6 +2833,13 @@ components:

**Condition:** `shippingInstructionsReference` and/or `transportDocumentReference` is required to provide
example: HHL71800000
transportDocumentSubReference:
type: string
pattern: ^\S(?:.*\S)?$
maxLength: 100
description: |
Additional reference that can be optionally used alongside the `transportDocumentReference` in order to distinguish between versions of the same `Transport Document`.
example: Version_1
feedbacks:
type: array
description: |
Expand Down Expand Up @@ -2994,6 +3004,13 @@ components:
description: |
A unique number allocated by the shipping line to the `Transport Document` and the main number used for the tracking of the status of the shipment.
example: HHL71800000
transportDocumentSubReference:
type: string
pattern: ^\S(?:.*\S)?$
maxLength: 100
description: |
Additional reference that can be optionally used alongside the `transportDocumentReference` in order to distinguish between versions of the same `Transport Document`.
example: Version_1
feedbacks:
type: array
description: |
Expand Down