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
The following issues are included in this PR: SD-2242: Add Carrier code + Carrier code list proivder to SI SD-2325: Update eBL Solution Providers lists SD-2322: Allow more than 2 lines for disaplayedAddress in case of physical B/Ls SD-2275: Publish Booking v2.0.2 SD-2301: Publish eBL 3.0.1, Issuance 3.0.1, Surrender 3.0.1 and PINT 3.0.0 SD-2320: Clarify partyContactDetails description in Booking SD-2336: Clarify partyContactDetails description in EBL, Issuance and PINT
Updates all README.md files
Remove Servers from APIs
Remove ISO 8601 reference from APIs
Fix typos and formatting
PR Type
Enhancement
Description
Update API versions to 3.0.1 for eBL components
Add carrier code fields to Shipping Instructions
Update eBL solution provider lists with new platforms
The new carrier code fields are named carrierCode and carrierCodeListProvider but the ticket requested requestedCarrierCode and requestedCarrierCodeListProvider. This naming discrepancy should be verified.
carrierCode:
type: stringpattern: ^\S+$maxLength: 4description: | The `SCAC` code (provided by [NMFTA](https://nmfta.org/scac/)) or `SMDG` code (provided by [SMDG](https://smdg.org/documents/smdg-code-lists/smdg-liner-code-list/)) of the carrier the `Shipping Instructions` is intended for. `carrierCodeListProvider` defines which list the `carrierCode` is based upon.example: MMCUcarrierCodeListProvider:
type: stringdescription: | The code list provider for the `carrierCode`. Possible values are: - `SMDG` (Ship Message Design Group) - `NMFTA` (National Motor Freight Traffic Association)enum:
- SMDG
- NMFTAexample: NMFTA
The carrierCode field uses pattern ^\S+$ which allows any non-whitespace characters, but SCAC codes have specific format requirements (4 characters, specific character sets) that should be validated.
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
User description
The following issues are included in this PR:
SD-2242: Add
Carrier code+Carrier code list proivderto SISD-2325: Update eBL Solution Providers lists
SD-2322: Allow more than 2 lines for
disaplayedAddressin case of physical B/LsSD-2275: Publish Booking v2.0.2
SD-2301: Publish eBL 3.0.1, Issuance 3.0.1, Surrender 3.0.1 and PINT 3.0.0
SD-2320: Clarify
partyContactDetailsdescription in BookingSD-2336: Clarify
partyContactDetailsdescription in EBL, Issuance and PINTUpdates all README.md files
Remove Servers from APIs
Remove ISO 8601 reference from APIs
Fix typos and formatting
PR Type
Enhancement
Description
Update API versions to 3.0.1 for eBL components
Add carrier code fields to Shipping Instructions
Update eBL solution provider lists with new platforms
Relax physical B/L address line restrictions
Diagram Walkthrough
File Walkthrough
5 files
Update issuance API to version 3.0.1Add carrier codes and update provider listsUpdate PINT API with new providersUpdate surrender API to version 3.0.1Update booking API provider lists5 files
Document v3.0.1 release changesDocument v2.0.2 release changesDocument issuance v3.0.1 releaseDocument surrender v3.0.1 releaseDocument PINT beta snapshot release1 files