APIs
Please find below the API details for the Forex Permit Number and Purchase Order Management module.
The API will only be useable if the module has been licensed by the client.
In the URL, vx.x.x denotes the swagger version that client has licensed.
Endpoint | Method | URL | Description |
---|---|---|---|
createForexPermitNumber | POST | http://<hostname>:<jboss_port>/etmb-provider-iris/api/vx.x.x/holdings/et/letterOfCredit/forexPermitNumbers | Create a Forex Permit Number for customers which is a pre requisite to perform certain import or export transactions. |
updateForexPermitNumber | PUT | http://<hostname>:<jboss_port>/etmb-provider-iris/api/vx.x.x/holdings/et/letterOfCredit/forexPermitNumber/{forexPermitNumberId} | Update specific details in the Forex Permit Number record of the customer such as Amount |
deleteForexPermitNumber | DELETE | http://<hostname>:<jboss_port>/etmb-provider-iris/api/vx.x.x/holdings/et/letterOfCredit/forexPermitNumbers/{forexPermitNumberId} | Delete the already generated Forex Permit Number of a customer. Only Forex Permit Numbers which are not linked to a transaction are allowed to be reversed. |
createPurchaseOrderNumber | POST | http://<hostname>:<jboss_port>/etmb-provider-iris/api/vx.x.x/holdings/et/letterOfCredit/purchaseOrderNumbers | Create a purchase order number for a bank customer which is a pre requisite to do an Inward Collections transaction. |
updatePurchaseOrderNumber | PUT | http://<hostname>:<jboss_port>/etmb-provider-iris/api/vx.x.x/holdings/et/letterOfCredit/purchaseOrderNumber/{purchaseOrderNumberId} | Update specific details in the purchase order number record such as amount. |
deletePurchaseOrderNumber | DELETE | http://<hostname>:<jboss_port>/etmb-provider-iris/api/vx.x.x/holdings/et/letterOfCredit/purchaseOrderNumber/{purchaseOrderNumberId} | Delete the already generated purchase order number of a customer. Only Purchase Order Numbers which are not linked to a transaction are allowed to be reversed. |
getForexPermitNumbers | GET | http://<hostname>:<jboss_port>/etmb-provider-iris/api/vx.x.x/holdings/et/letterOfCredit/forexPermitNumber | Retrieve the details of the givenForex Permit Number along with the status if provided. |
getPurchaseOrderNumbers | GET | http://<hostname>:<jboss_port>/etmb-provider-iris/api/vx.x.x/holdings/et/letterOfCredit/purchaseOrderNumber | Retrieve the details of the given purchase order numbers along with the status if provided. |
createSightPaymentLetterOfCredit | POST | http://<hostname>:<jboss_port>/etmb-provider-iris/api/vx.x.x/holdings/et/letterOfCredits/sightPayments | Create Sight Payment Letter of Credit for the requested customer using the Forex Permit Number. |
createStandbyLetterOfCredit | POST | http://<hostname>:<jboss_port>/etmb-provider-iris/api/vx.x.x/holdings/et/letterOfCredits/standbys | Create Standby Letter of Credit for the requested customer using the Forex Permit Number. |
createUsanceLetterOfCredit | POST | http://<hostname>:<jboss_port>/etmb-provider-iris/api/vx.x.x/holdings/et/letterOfCredits/usances | Create Usance Letter of Credit for the requested customer using the Forex Permit Number. |
createNegotiationLetterOfCredit | POST | http://<hostname>:<jboss_port>/etmb-provider-iris/api/vx.x.x/holdings/et/letterOfCredits/negotiations | Create Negotiation Letter of Credit for the requested customer using the Forex Permit Number. |
createMixedPaymentLetterOfCredit | POST | http://<hostname>:<jboss_port>/etmb-provider-iris/api/vx.x.x/holdings/et/letterOfCredits/mixedPayments | Create Mixed Payment Letter of Credit for the requested customer using the Forex Permit Number. |
createIssuanceOfTransferableLetterOfCredit | POST | http://<hostname>:<jboss_port>/etmb-provider-iris/api/vx.x.x/holdings/et/letterOfCredits/transferables | Create transferable Letter of Credit for the requested customer using the Forex Permit Number. |
createIssuanceOfBackToBackLetterOfCredit | POST | http://<hostname>:<jboss_port>/etmb-provider-iris/api/vx.x.x/holdings/et/letterOfCredits/backToBacks | Create Back-to-Back Letter of Credit for the requested customer using the Forex Permit Number. |
In this topic