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.

10 changes: 10 additions & 0 deletions ebl/v3/EBL_v3.0.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8142,6 +8142,16 @@ components:
A list of `Customs references`
items:
$ref: '#/components/schemas/CustomsReference'
feedbacks:
type: array
description: |
Feedback that can be provided includes, but is not limited to:
- unsupported properties
- changed values
- removed properties
- general information
items:
$ref: '#/components/schemas/Feedback'
required:
- transportDocumentReference
- transportDocumentStatus
Expand Down
2 changes: 2 additions & 0 deletions ebl/v3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ This is a patch version for the DCSA Bill of Lading API. The primary reason for
- `Issue To Party` description updated
- `ESSD` as `sendToPlatform` and `codeListProvider` have been deprecated - `IDT` should be used
- `BLOC` (BlockPeer Technologies) added as a new `sendToPlatform` and `codeListProvider`
- add `transportDocumentSubReference` to the Notifications
- add `feedbacks` object to `TransportDocument`

<a name="v301"></a>[Release v3.0.1 (31 July 2025)](https://app.swaggerhub.com/apis-docs/dcsaorg/DCSA_EBL/3.0.1)
---
Expand Down