You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a patch release for the DCSA Booking API. Updated the `partyFunction` list, allowed for unstructured address (`addressLines`), deprecated `HSCodes`, `nationalCommodityCodes` and `chargeName` in order to allow extended versions and DG can now have an "infinite" level of `innerPackagings`.
13
+
14
+
- descriptions have been improved (typos, clarifications and improvements)
15
+
-**GET** endpoint now also mentions the `bookingCancellationStatus`
16
+
-**PATCH** endpoint now mentions when `bookingCancellationStatus` is cleared
17
+
-`errorCode` description in the `DetailedError` object has been changed to not mention standardization of error codes (this never got traction by the community)
18
+
- new `partyFunction`: `CSR` (Carrier customer service representative)
19
+
- it is now possible to specify an address as unstructured (`addressLines`) for the Party objects.
20
+
-`eblPlatform` added to `Shipper`, `Consignee` and `Endorsee`
21
+
- added 3 new eBL Solution Providers to the `IdentifyingCodes`:
22
+
-`DOCU` (DocuTrade)
23
+
-`AEOT` (AEOTrade)
24
+
-`SGTD` (SGTraDex)
25
+
- added `departingVesselVoyage` to the `ShipmentLocations` in order to better specify Vessel and/or voyage information.
26
+
-`facilityName` and `addressLines` (unstructured address) added to the `Location`, `ContainerPositioningLocation`, `EmptyContainerDepotReleaseLocation`, `LoadLocation`, `DischargeLocation` objects
27
+
-`HSCodes` and `nationalCommodityCodes` marked as deprecated - `extendedHSCodes` and `extendedNationalCommodityCodes` to be used instead in order to support new requirements
28
+
-`innerPackagings` (in DG object) can now have a nested `innerPackagings` structure
29
+
- added `extendedChargeName` and deprecated `chargeName` to allow for longer charge names (now 100 is max)
30
+
10
31
<aname="v203"></a>[Release v2.0.3 (14 November 2025)](https://app.swaggerhub.com/apis-docs/dcsaorg/DCSA_BKG/2.0.3)
11
32
---
12
33
This is a patch release for the DCSA Booking API. A new codeListProvider has been added (and one deprecated).
0 commit comments