Dear community,
We are pleased to announce the release of a new of APIs in the B2B channel.
Import Letter Of Credit
Import Letter of Credit (ILC) performs multiple Import Letter of Credit events such as Issuance, Amendment and Claims Received, and retrieve corresponding details
This new API contains 15 endpoints:
- POST /import-letter-of-credit/issuances : Issue an import letter of credit
- GET /import-letter-of-credit/issuances/{id} : Get import letter of credit issuance by id
- PUT /import-letter-of-credit/issuances/{id} : Update an issuance of an import letter of credit
- POST /import-letter-of-credit/amendments : Amend an import letter of credit
- GET /import-letter-of-credit/amendments/{id} : get Import Letter of Credit - Amendment by ID
- PUT /import-letter-of-credit/amendments/{id} : Edit an amendment of an import letter of credit
- PUT /import-letter-of-credit/claims-received : Claims received of an import letter of credit
- GET /import-letter-of-credit/claims-received/{id} : Get Import Letter or Credit - Claim received by ID
- PUT /import-letter-of-credit/claims-received/{id} : Update a claim received of an import letter of credit
- POST /import-letter-of-credit/claims-received/{id} : Outstanding claim of an import letter of credit
- GET /import-letter-of-credit/outstanding-claims/{id} : Get Import Letter or Credit - Outstanding claim by ID
- GET /import-letter-of-credit/outstanding-claims/{id} : Get Import Letter or Credit - Outstanding claim by ID
- PUT /import-letter-of-credit/outstanding-claims/{id} : Update an outstanding claim of an import letter of credit
- GET /import-letter-of-credit/master/{masterId} : Get Import Letter of Credit Master by ID