Trade Finance
| Name | Description | Introduced In |
|---|---|---|
| createExportLetterOfCreditDrawing | This API creates the Export LC Drawing record. | 2022.04 |
| updateExportLetterOfCreditDrawing | The API updates the Export LC Drawing record. | 2022.04 |
| deleteExportLetterOfCreditDrawing | This API deletes the Export LC Drawings. | 2022.04 |
| getExportLetterOfCreditDrawings | This API retrieves the list of Export LC Drawings. | 2022.04 |
| getExportLetterOfCreditDrawingById | This API retrieves the record of Export Letter of credits by ID. | 2022.04 |
| createPaymentAdvice | This API creates the Export Drawing payment Advice. | 2022.04 |
| getPaymentAdvice | The API retrieves list of Export Drawing payment advice. | 2022.04 |
| uploadDocument | This API uploads a document to Export Drawing LC | 2022.04 |
| retrieveDocuments | This API retrieves the uploaded documents for Export Drawing LC. | 2022.04 |
| deleteDocument | This API deletes the uploaded document with reference ID. | 2022.04 |
| updateDrawingByBank | This API updates the Export LC drawing from bank. | 2022.04 |
| generateExportLetterOfCreditDrawing | This API downloads the Export LC Drawing. | 2022.04 |
| Object Data Model | This Object Data Model describes the parameter name and other attribute details for Trade Finance. |
| Description: | This API creates the Export LC Drawing record. |
| Method: | POST |
| URL: | {base_url}/services/data/v1/TradeFinance/operations/ExportLetterOfCredit/createExportLetterOfCreditDrawing |
| Security Level: | Authenticated App User |
| Header Request: | X-Kony-Authorization |
| Body Request: |
Parameters drawingAmount (Mandatory) Specifies the total drawing amount in Export LC. financeBill (Mandatory) Specifies if there is a finance bill for current Export LC. This is a boolean value. applicant (Mandatory) Specifies the name of the applicant. creditAccount (Mandatory) Specifies the credit account number of the applicant. chargesDebitAccount (Mandatory) Specifies the debit account number to deduct charges for the Export LC. messageToBank (Mandatory) Specifies the message to the bank. status (Mandatory) Specifies the current status of the Drawing Export LC . currency (Mandatory) Specifies the currency in which the transaction needs to happen. lcReferenceNo (Mandatory) Specifies the lcReferenceNo. physicalDocuments (Mandatory) Specifies the physical documents submitted for the drawing export LC. uploadedDocuments (Mandatory) Specifies the documents that are uploaded to the Drawing Export LC. forwardDocuments (Mandatory) Specifies if forward documents can happen or not. This is a boolean. documentReference (Mandatory) Specifies the document reference ID. totalDocuments (Mandatory) Specifies the total documents submitted. exportLCId (Mandatory) Specifies the export LCId. advisingBankReference (Mandatory) Specifies the name of advising bank reference. lcType (Mandatory) Specifies the type of LC. lcAmount (Mandatory) Specifies the total amount for the current LC. expiryDate (Mandatory) Specifies the expiry date of the current LC. {
"drawingAmount": "12",
"financeBill": "Yes",
"applicant": "Meiy",
"creditAccount": "120685",
"chargesDebitAccount": "120685",
"messageToBank": "Goods",
"status": "New",
"currency": "USD",
"lcReferenceNo": "TF3432",
"physicalDocuments": "[{"
title ":"
Drafts ","
count1 ":"
1 Originals ","
count2 ":"
1 Copies "}]",
"uploadedDocuments": "["
TransactionReport.pdf ","
Screenshot.jpeg "]",
"forwardDocuments": "Yes",
"documentReference": "LOC8o9p0biAtgdUc5nPiu3haFkakLhP89aD,LOC4BOJapZrmKaHwvKMRor0jt58JmicHlA5",
"totalDocuments": "2",
"exportLCId": "LOCE22082IOE9S",
"advisingBankReference": "Bank 2",
"lcType": "Sight",
"lcAmount": "12",
"expiryDate": "2022-12-12"
}
|
| Response: |
Parameters applicant (Mandatory) Specifies the name of the applicant. lcReferenceNo (Mandatory) Specifies the lcReferenceNo. creditAccount (Mandatory) Specifies the credit account number of the applicant. chargesDebitAccount (Mandatory) Specifies the debit account number to deduct charges for the Export LC. physicalDocuments (Mandatory) Specifies the physical documents submitted for the drawing export LC. drawingCreatedDate (Mandatory) Specifies the drawing record created timestamp. financeBill (Mandatory) Specifies if there is a finance bill for current Export LC. This is a boolean value. drawingAmount (Mandatory) Specifies the total drawing amount in Export LC. currency (Mandatory) Specifies the currency in which the transaction needs to happen. messageToBank (Mandatory) Specifies the message to the bank. uploadedDocuments (Mandatory) Specifies the documents that are uploaded to the Drawing Export LC. forwardDocuments (Mandatory) Specifies if forward documents can happen or not. This is a boolean. status (Mandatory) Specifies the current status of the Drawing Export LC . advisingBankReference (Mandatory) Specifies the name of advising bank reference. exportLCId (Mandatory) Specifies the export LCId. lcType (Mandatory) Specifies the type of LC. lcAmount (Mandatory) Specifies the total amount for the current LC. expiryDate (Mandatory) Specifies the expiry date of the current LC. totalDocuments (Mandatory) Specifies the total documents submitted. drawingReferenceNo (Mandatory) Specifies the drawingReferenceNo. drawingSRMSRequestId (Mandatory) Specifies the drawingSRMSRequestId. documentReference (Mandatory) Specifies the document reference ID. {
"applicant": "Meiy",
"lcReferenceNo": "TF3432",
"creditAccount": "120758",
"chargesDebitAccount": "120758",
"physicalDocuments": "[{"title":"Drafts","count1":"1 Originals","count2":"1 Copies"}]",
"drawingCreatedDate": "2022-03-24T00:00:00Z",
"financeBill": "Yes",
"drawingAmount": "12",
"currency": "USD",
"messageToBank": "Goods",
"uploadedDocuments": "["TransactionReport.pdf","Screenshot.jpeg"]",
"forwardDocuments": "Yes",
"status": "Submitted to Bank",
"advisingBankReference": "Bank 2",
"exportLCId": "LOCE22082D3QXL",
"lcType": "Sight",
"lcAmount": "12",
"expiryDate": "2022-12-12",
"totalDocuments": "2",
"drawingReferenceNo": "EXDR22083FEODW",
"drawingSRMSRequestId": "EXDR22083FEODW",
"documentReference": "LOC8o9p0biAtgdUc5nPiu3haFkakLhP89aD,LOC4BOJapZrmKaHwvKMRor0jt58JmicHlA5",
"opstatus": 0,
"httpStatusCode": 0
}
|
| Error Code(s): |
|
| Enterprise Provider: | SRMS |
| Enterprise API: |
{base_url}/v2.0.0/orders/party/$partyId/type/$type/subtype/$subtype/serviceRequest |
Field Mapping
| UI Field | Experience API Field | MS API Field | Transact API Field |
|---|---|---|---|
| Applicant | applicant | NA | NA |
| LC Reference Number | lcReferenceNo | NA | NA |
| NA | exportLCId | NA | NA |
| LC Type | lcType | NA | NA |
| LC Amount | lcAmount | NA | NA |
| Expiry Date | expiryDate | NA | NA |
| Issue Date | issueDate | NA | NA |
| Credited Amount | creditAccount | NA | NA |
| Charges Debited Account | chargesDebitAccount | NA | NA |
| Physical Document Details | physicalDocuments | NA | NA |
| Finance us | financeBill | NA | NA |
| Uploaded Documents | uploadedDocuments | NA | NA |
| Currency | currency | NA | NA |
| Drawing Amount | drawingAmount | NA | NA |
| Message to Bank | messageToBank | NA | NA |
| Forward despite any discrepancies | forwardDocuments | NA | NA |
| Drawing Status | status | NA | NA |
| Advising LC Ref No | advisingBankReference | NA | NA |
| Total Documents | totalDocuments | NA | NA |
| NA | discrepenciesAcceptance | NA | NA |
| Payment Status | paymenStatus | NA | NA |
| Total Amount | totalAmount | NA | NA |
| Document | documentReference | NA | NA |
| Drawing Created Date | drawingCreatedDate | NA | NA |
| Drawing Ref No | drawingReferenceNo | NA | NA |
| Description: | The API updates the Export LC Drawing record. |
| Method: | POST |
| URL: | {base_url}/services/data/v1/TradeFinance/operations/ExportLetterOfCredit/updateExportLetterOfCreditDrawings |
| Security Level: | Authenticated App User |
| Header Request: | X-Kony-Authorization |
| Body Request: |
Parameters drawingReferenceNo (Mandatory) Specifies the drawingReferenceNo. applicant (Mandatory) Specifies the name of the applicant. chargesDebitAccount (Mandatory) Specifies the debit account number to deduct charges for the Export LC. externalAccount (Mandatory) Specifies the external account number. physicalDocuments (Mandatory) Specifies the physical documents submitted for the drawing export LC.. financeBill (Mandatory) Specifies if there is a finance bill for current Export LC. This is a boolean value. currency (Mandatory) Specifies the currency in which the transaction needs to happen. drawingAmount (Mandatory) Specifies the total drawing amount in Export LC. uploadedDocuments (Mandatory) Specifies the documents that are uploaded to the Drawing Export LC. forwardDocuments (Mandatory) Specifies the physical documents submitted for the drawing export LC. totalDocuments (Mandatory) Specifies the total documents submitted. totalAmount (Mandatory) Specifies the total amount in export LC. documentReference (Mandatory) Specifies the document reference name. discrepencies (Mandatory) Describes the discrepancies for current export LC. returnMessageToBank (Mandatory) Describes the return message to the bank. documentStatus (Mandatory) Specifies the document status for Export Drawing LC. discrepenciesAcceptance (Mandatory) Specifies if the discrepancies are accepted or not. status (Mandatory) Specifies the current status of Export Drawing LC. {
"drawingReferenceNo": "EXDR22080JJA88",
"applicant": "MEII",
"chargesDebitAccount": "125717",
"externalAccount": "125717",
"physicalDocuments": "[{\"title\":\"Invoice\",\"count1\":\"1\",\"count2\":\"2\"}]",
"financeBill": "Yes",
"currency": "USD",
"drawingAmount": "200",
"uploadedDocuments": "[\"doc1\",\"doc2\"]",
"forwardDocuments": "Yes",
"totalDocuments": "2",
"totalAmount": "200",
"documentReference": "test",
"discrepencies": "[{\"one\":{\"userComment\":\"I Accept this discrepancy, I will submit a revised document\",\"userResponse\":\"\"}},{\"two\":{\"userComment\":\"I Accept this discrepancy, Please proceed with the existing document\",\"userResponse\":\"Shipping has started\"}}]",
"returnMessageToBank": "return",
"documentStatus": "Discrepant",
"discrepenciesAcceptance": "Accept",
"status": "Returned By Bank"
}
|
| Response: |
Parameters applicant (Mandatory) Specifies the name of the applicant. chargesDebitAccount (Mandatory) Specifies the debit account number to deduct charges for the Export LC. externalAccount (Mandatory) Specifies the external account number.physicalDocuments (Mandatory) Specifies the physical documents submitted for the drawing export LC.. financeBill (Mandatory) Specifies if there is a finance bill for current Export LC. This is a boolean value. currency (Mandatory) Specifies the currency in which the transaction needs to happen. drawingAmount (Mandatory) Specifies the total drawing amount in Export LC. documentReference (Mandatory) Specifies the name for document reference. uploadedDocuments (Mandatory) Specifies the documents that are uploaded to the Drawing Export LC. forwardDocuments (Mandatory) Specifies the physical documents submitted for the drawing export LC. status (Mandatory) Specifies the current status of Export Drawing LC. advisingBankReference (Mandatory) Specifies the reference name of the advising bank. exportLCId (Mandatory) Specifies the unique exportLCId. drawingReferenceNo (Mandatory) Specifies the drawingReferenceNo. lcReferenceNo (Mandatory) Specifies the lcReferenceNo. lcType (Mandatory) Specifies the type of LC. lcAmount (Mandatory) Specifies the total amount for the current LC. expiryDate (Mandatory) Specifies the expiry date of the current LC. totalDocuments (Mandatory) Specifies the total documents submitted. discrepencies (Mandatory) Describes the discrepancies for current export LC. paymentStatus (Mandatory) Specifies if payment status of the Export Drawing LC. totalAmount (Mandatory) Specifies the total amount in export LC. messageFromBank (Mandatory) Describes the message received from bank. documentStatus (Mandatory) Specifies the document status for Export Drawing LC. returnedDate (Mandatory) Specifies the date of Export LC returned. reasonForReturn (Mandatory) Specifies the reason for returning the Export LC Drawing. returnMessageToBank (Mandatory) Describes the message to bank for returning the Export LC Drawing. returnedDocuments (Mandatory) Specifies the returned documents names. discrepanciesHistory1 (Mandatory) Describes discrepancies history for the Export LC record. {
"applicant": "FlowTest",
"chargesDebitAccount": "125717",
"externalAccount": "125717",
"physicalDocuments": "[{\"title\":\"Invoice\",\"count1\":\"1\",\"count2\":\"2\"}]",
"financeBill": "Yes",
"drawingAmount": "200",
"currency": "USD",
"documentReference": "some docs",
"uploadedDocuments": "[\"doc1\",\"doc2\"]",
"forwardDocuments": "Yes",
"status": "Submitted to Bank",
"advisingBankReference": "Cotton goods",
"exportLCId": "LOCE22074C9BB7",
"drawingSRMSRequestId": "EXDR22080JJA88",
"drawingReferenceNo": "EXDR22080JJA88",
"lcReferenceNo": "1212",
"lcType": "Sight",
"lcAmount": "2",
"expiryDate": "2022-03-24",
"totalDocuments": "2",
"discrepencies": "[{\"one\":{\"userComment\":\"I Accept this discrepancy, I will submit a revised document\",\"userResponse\":\"\"}},{\"two\":{\"userComment\":\"I Accept this discrepancy, Please proceed with the existing document\",\"userResponse\":\"Shipping has started\"}}]",
"paymentStatus": "Settled",
"totalAmount": "200",
"messageFromBank": "Test Message",
"documentStatus": "Discrepant",
"returnedDate": "2022-03-21",
"reasonForReturn": "return 3",
"returnMessageToBank": "return",
"returnedDocuments": "[\"doc2.pdf\"]",
"discrepanciesHistory1": "{\"messageFromBank\":\"Test Message\",\"discrepancies\":\"[{\\\"one\\\":{\\\"userComment\\\":\\\"I Accept this discrepancy, I will submit a revised document\\\",\\\"userResponse\\\":\\\"\\\"}},{\\\"two\\\":{\\\"userComment\\\":\\\"I Accept this discrepancy, Please proceed with the existing document\\\",\\\"userResponse\\\":\\\"Shipping has started\\\"}}]\",\"totalDocuments\":\"2\",\"returnMessageToBank\":\"return\",\"reasonForReturn\":\"return 3\",\"messageToBank\":\"message\",\"documentStatus\":\"Discrepant\",\"uploadedDocuments\":\"[\\\"doc1\\\",\\\"doc2\\\"]\",\"returnedDocuments\":\"[\\\"doc2.pdf\\\"]\",\"userName\":\"FlowTest\",\"returnedDate\":\"2022-03-21\"}",
"opstatus": 0,
"httpStatusCode": 0
} |
| Error Code(s): |
|
| Enterprise Provider: | SRMS |
| Enterprise API: |
{base_url}/orders/party/$partyId/type/$type/subtype/$subtype/serviceRequest |
Field Mapping
| UI Field | Experience API Field | MS API Field | Transact API Field |
|---|---|---|---|
| Applicant | applicant | NA | NA |
| Charges Debit Account | chargesDebitAccount | NA | NA |
| NA | externalAccount | NA | NA |
| Physical Document Details | physicalDocuments | NA | NA |
| Finance us | financeBill | NA | NA |
| Drawing Amount | drawingAmount | NA | NA |
| Currency | currency | NA | NA |
| Uploaded Documents | uploadedDocuments | NA | NA |
| NA | forwardDocuments | NA | NA |
| Drawing Status | status | NA | NA |
| Advising LC Ref No | advisingBankReference | NA | NA |
| NA | exportLCId | NA | NA |
| NA | drawingSRMSRequestId | NA | NA |
| Drawing Reference | drawingReferenceNo | NA | NA |
| LC Reference Number | lcReferenceNo | NA | NA |
| LC Type | lcType | NA | NA |
| LC Amount | lcAmount | NA | NA |
| Expiry Date | expiryDate | NA | NA |
| Total Documents | totalDocuments | NA | NA |
| Discrepancy | Discrepancies | NA | NA |
| Payment Status | paymentStatus | NA | NA |
| Total Amount to be Paid | totalAmount | NA | NA |
| Message from Bank | messageFromBank | NA | NA |
| Document Status | documentStatus | NA | NA |
| NA | returnedDate | NA | NA |
| Reason for Return | reasonForReturn | NA | NA |
| Return Message to Bank | returnMessageToBank | NA | NA |
| NA | returnedDocuments | NA | NA |
| NA | discrepanciesHistory1 | NA | NA |
| NA | discrepanciesHistory2 | NA | NA |
| NA | discrepanciesHistory3 | NA | NA |
| NA | discrepanciesHistory4 | NA | NA |
| NA | discrepanciesHistory5 | NA | NA |
| NA | documentReference | NA | NA |
| Description: | This API deletes the Export LC Drawings. |
| Method: | POST |
| URL: | {base_url}/services/data/v1/TradeFinance/operations/ExportLetterOfCredit/updateExportLetterOfCreditDrawings |
| Security Level: | Authenticated App User |
| Header Request: | X-Kony-Authorization |
| Body Request: |
Parameters drawingReferenceNo (Mandatory) Specifies the drawingReferenceNo. {
"drawingReferenceNo": "EXDR22080JJA88"
}
|
| Response: |
Parameters drawingReferenceNo (Mandatory) Specifies the drawingReferenceNo. message (Mandatory) Specifies the message for deleting the LC Drawing. status (Mandatory) Specifies the current status of the Export LC Drawing.{
"drawingReferenceNo": "EXDR22080JJA88",
"message": "Successfully Deleted",
"status": "Deleted",
"opstatus": 0,
"httpStatusCode": 0
} |
| Error Code(s): |
|
| Enterprise Provider: | SRMS |
| Enterprise API: |
{base_url}/orders/party/$partyId/type/$type/subtype/$subtype/serviceRequest |
Field Mapping
| UI Field | Experience API Field | MS API Field | Transact API Field |
|---|---|---|---|
| Drawing Ref No | drawingReferenceNo | NA | NA |
| NA | message | NA | NA |
| Status | status | NA | NA |
| Description: | This API retrieves the list of Export LC Drawings. |
| Method: | POST |
| URL: | {base_url}/services/data/v1/TradeFinance/operations/ExportLetterOfCredit/getExportLetterOfCreditDrawings |
| Security Level: | Authenticated App User |
| Header Request: | X-Kony-Authorization |
| Body Request: |
Parameters searchString Specifies the free text that can be entered to search for a set of records that matches the text that is entered. pageSize Specifies the total number of pages retrieved by search. pageOffset Specifies the fist page number to display the search, sortByParam Specifies the field in the response based on which the list of records must be sorted. By default, the list of records would be sorted based on the date on which the request was sent (sentDate). sortOrder Specifies the order in which the list of fetched records must be sorted, such as in ascending or descending (ASC/DESC) order. By default, the value is set to DESC for the date on which the request was sent (sentDate). timeParam Specifies the uploaded date. timeValue Specifies the last number of periods (Days, Weeks, Months, Year). filterByValue Specifies the value based on which the fetched files must be filtered. filterByParam Specifies the parameter value to filter. fromDateFilter Specifies the start date for the search. toDateFilter Specifies the end date for the search.{
"searchString": "",
"pageSize": "",
"pageOffset": "",
"sortByParam": "",
"sortOrder": "",
"timeParam": "",
"timeValue": "",
"filterByValue": "",
"filterByParam": ""
} |
| Response: |
Parameters applicant (Mandatory) Specifies the name of the applicant. creditAccount Specifies the credit account number of the applicant. chargesDebitAccount (Mandatory) Specifies the debit account number to deduct charges for the Export LC. physicalDocuments (Mandatory) Specifies the physical documents submitted for the drawing export LC. drawingCreatedDate (Mandatory) Specifies the drawing record created timestamp. financeBill (Mandatory) Specifies if there is a finance bill for current Export LC. This is a boolean value. drawingAmount (Mandatory) Specifies the total drawing amount in Export LC. currency (Mandatory) Specifies the currency in which the transaction needs to happen. messageToBank Specifies the message to the bank. uploadedDocuments (Mandatory) Specifies the documents that are uploaded to the Drawing Export LC. forwardDocuments (Mandatory) Specifies if forward documents can happen or not. This is a boolean. status (Mandatory) Specifies the current status of the Drawing Export LC . advisingBankReference (Mandatory) Specifies the name of advising bank reference. exportLCId (Mandatory) Specifies the export LCId. uploadedDocuments (Mandatory) Specifies the documents that are uploaded to the Drawing Export LC. forwardDocuments (Mandatory) Specifies the physical documents submitted for the drawing export LC. status (Mandatory) Specifies the current status of Export Drawing LC. advisingBankReference (Mandatory) Specifies the reference name of the advising bank. exportLCId (Mandatory) Specifies the unique exportLCId. drawingReferenceNo (Mandatory) Specifies the drawingReferenceNo. lcReferenceNo (Mandatory) Specifies the lcReferenceNo. lcType (Mandatory) Specifies the type of LC. lcAmount (Mandatory) Specifies the total amount for the current LC. expiryDate (Mandatory) Specifies the expiry date of the current LC. totalDocuments (Mandatory) Specifies the total documents submitted. discrepencies Describes the discrepancies for current export LC. paymentStatus Specifies if payment status of the Export Drawing LC. totalAmount Specifies the total amount in export LC. messageFromBank Describes the message received from bank. documentStatus Specifies the document status for Export Drawing LC. returnedDate Specifies the date of Export LC returned. reasonForReturn Specifies the reason for returning the Export LC Drawing. paymentDate Specifies the date of payment. discrepanciesHistory Specifies the discrepancy history of the Export LC Drawing.{
"ExportLCDrawings": [{
"applicant": "FlowTest",
"physicalDocuments": "[{"
count1 ":"
1 ","
count2 ":"
2 ","
title ":"
Invoice "}]",
"drawingCreatedDate": "2022-03-16T04:38:41Z",
"financeBill": "Yes",
"drawingAmount": "200",
"currency": "USD",
"messageToBank": "message",
"uploadedDocuments": "["
doc1 ","
doc2 "]",
"forwardDocuments": "Yes",
"status": "Submitted to Bank",
"advisingBankReference": "Cotton goods",
"exportLCId": "LOCE22074C9BB7",
"drawingSRMSRequestId": "EXDR2207501SQT",
"drawingReferenceNo": "EXDR2207501SQT",
"lcReferenceNo": "1212",
"lcType": "Sight",
"lcAmount": "2",
"expiryDate": "2024-02-24",
"totalDocuments": "2",
"discrepenciesAcceptance": "Accept",
"totalAmount": "200"
}],
"opstatus": 0,
"httpStatusCode": 0
} |
| Error Code(s): |
|
| Enterprise Provider: | SRMS |
| Enterprise API: |
{base_url}/v2.0.0/orders/party/$partyId/type/$type/subtype/$subtype/serviceRequest |
Field Mapping
| UI Field | Experience API Field | MS API Field | Transact API Field |
|---|---|---|---|
| NA | searchString | NA | NA |
| NA | pageSize | NA | NA |
| NA | pageOffset | NA | NA |
| NA | sortByParam | NA | NA |
| NA | sortOrder | NA | NA |
| NA | timeParam | NA | NA |
| NA | timeValue | NA | NA |
| NA | filterByValue | NA | NA |
| NA | filterByParam | NA | NA |
| Applicant | applicant | NA | NA |
| Credited Amount | creditAccount | NA | NA |
| Charges Debit Account | chargesDebitAccount | NA | NA |
| NA | externalAccount | NA | NA |
| Physical Document Details | physicalDocuments | NA | NA |
| Drawing Created Date | drawingCreatedDate | NA | NA |
| Finance us | financeBill | NA | NA |
| Drawing Amount | drawingAmount | NA | NA |
| Currency | currency | NA | NA |
| Message to Bank | messageToBank | NA | NA |
| Uploaded Documents | uploadedDocuments | NA | NA |
| Forward despite any discrepancies | forwardDocuments | NA | NA |
| Drawing Status | status | NA | NA |
| Advising LC Ref No | advisingBankReference | NA | NA |
| NA | exportLCId | NA | NA |
| NA | drawingSRMSRequestId | NA | NA |
| Drawing Ref No | drawingReferenceNo | NA | NA |
| LC Reference Number | lcReferenceNo | NA | NA |
| LC Type | lcType | NA | NA |
| LC Amount | lcAmount | NA | NA |
| Expiry Date | expiryDate | NA | NA |
| Total Documents | totalDocuments | NA | NA |
| Discrepancy | discrepencies | NA | NA |
| NA | discrepenciesAcceptance | NA | NA |
| Payment Status | paymentStatus | NA | NA |
| Total Amount | totalAmount | NA | NA |
| Document Status | documentStatus | NA | NA |
| Reason for Return | reasonForReturn | NA | NA |
| NA | discrepanciesHistory | NA | NA |
| Description: | This API retrieves the record of Export Letter of credits by ID. |
| Method: | POST |
| URL: | {base_url}/services/data/v1/TradeFinance/operations/ExportLetterOfCredit/getExportLetterOfCreditDrawings |
| Security Level: | Authenticated App User |
| Header Request: | X-Kony-Authorization |
| Body Request: |
Parameters drawingReferenceNo Specifies the drawingReferenceNo. {
"searchString": "",
"pageSize": "",
"pageOffset": "",
"sortByParam": "",
"sortOrder": "",
"timeParam": "",
"timeValue": "",
"filterByValue": "",
"filterByParam": ""
}
|
| Response: |
Parameters applicant (Mandatory) Specifies the name of the applicant. creditAccount Specifies the credit account number of the applicant. chargesDebitAccount (Mandatory) Specifies the debit account number to deduct charges for the Export LC. physicalDocuments (Mandatory) Specifies the physical documents submitted for the drawing export LC. drawingCreatedDate (Mandatory) Specifies the drawing record created timestamp. financeBill (Mandatory) Specifies if there is a finance bill for current Export LC. This is a boolean value. drawingAmount (Mandatory) Specifies the total drawing amount in Export LC. currency (Mandatory) Specifies the currency in which the transaction needs to happen. messageToBank Specifies the message to the bank. uploadedDocuments (Mandatory) Specifies the documents that are uploaded to the Drawing Export LC. forwardDocuments (Mandatory) Specifies if forward documents can happen or not. This is a boolean. status (Mandatory) Specifies the current status of the Drawing Export LC . advisingBankReference (Mandatory) Specifies the name of advising bank reference. exportLCId (Mandatory) Specifies the export LCId. uploadedDocuments (Mandatory) Specifies the documents that are uploaded to the Drawing Export LC. forwardDocuments (Mandatory) Specifies the physical documents submitted for the drawing export LC. status (Mandatory) Specifies the current status of Export Drawing LC. advisingBankReference (Mandatory) Specifies the reference name of the advising bank. exportLCId (Mandatory) Specifies the unique exportLCId. drawingReferenceNo (Mandatory) Specifies the drawingReferenceNo. lcReferenceNo (Mandatory) Specifies the lcReferenceNo. lcType (Mandatory) Specifies the type of LC. lcAmount (Mandatory) Specifies the total amount for the current LC. expiryDate (Mandatory) Specifies the expiry date of the current LC. totalDocuments (Mandatory) Specifies the total documents submitted. discrepencies Describes the discrepancies for current export LC. paymentStatus Specifies if payment status of the Export Drawing LC. totalAmount Specifies the total amount in export LC. messageFromBank Describes the message received from bank. documentStatus Specifies the document status for Export Drawing LC. returnedDate Specifies the date of Export LC returned. reasonForReturn Specifies the reason for returning the Export LC Drawing. paymentDate Specifies the date of payment. discrepanciesHistory Specifies the discrepancy history of the Export LC Drawing. {
"ExportLCDrawings": [{
"applicant": "FlowTest",
"physicalDocuments": "[{"
count1 ":"
1 ","
count2 ":"
2 ","
title ":"
Invoice "}]",
"drawingCreatedDate": "2022-03-16T04:38:41Z",
"financeBill": "Yes",
"drawingAmount": "200",
"currency": "USD",
"messageToBank": "message",
"uploadedDocuments": "["
doc1 ","
doc2 "]",
"forwardDocuments": "Yes",
"status": "Submitted to Bank",
"advisingBankReference": "Cotton goods",
"exportLCId": "LOCE22074C9BB7",
"drawingSRMSRequestId": "EXDR2207501SQT",
"drawingReferenceNo": "EXDR2207501SQT",
"lcReferenceNo": "1212",
"lcType": "Sight",
"lcAmount": "2",
"expiryDate": "2024-02-24",
"totalDocuments": "2",
"discrepenciesAcceptance": "Accept",
"totalAmount": "200"
}],
"opstatus": 0,
"httpStatusCode": 0
}
|
| Error Code(s): |
|
| Enterprise Provider: | SRMS |
| Enterprise API: |
{base_url}/v2.0.0/orders/serviceRequest/$serviceRequestIds |
Field Mapping
| UI Field | Experience API Field | MS API Field | Transact API Field |
|---|---|---|---|
| Applicant | applicant | NA | NA |
| Charges Debit Account | chargesDebitAccount | NA | NA |
| NA | externalAccount | NA | NA |
| Physical Document Details | physicalDocuments | NA | NA |
| Drawing Created Date | drawingCreatedDate | NA | NA |
| Finance us | financeBill | NA | NA |
| Drawing Amount | drawingAmount | NA | NA |
| Currency | currency | NA | NA |
| NA | documentReference | NA | NA |
| Uploaded Documents | uploadedDocuments | NA | NA |
| NA | forwardDocuments | NA | NA |
| Drawing Status | status | NA | NA |
| Advising LC Ref No | advisingBankReference | NA | NA |
| NA | exportLCId | NA | NA |
| NA | drawingSRMSRequestId | NA | NA |
| Drawing Ref No | drawingReferenceNo | NA | NA |
| LC Reference Number | lcReferenceNo | NA | NA |
| LC Type | lcType | NA | NA |
| LC Amount | lcAmount | NA | NA |
| Expiry Date | expiryDate | NA | NA |
| Total Documents | totalDocuments | NA | NA |
| Discrepancy | discrepencies | NA | NA |
| Payment Status | paymentStatus | NA | NA |
| Total Amount | totalAmount | NA | NA |
| Message from Bank | messageFromBank | NA | NA |
| Document Status | documentStatus | NA | NA |
| NA | returnedDate | NA | NA |
| Reason for Return | reasonForReturn | NA | NA |
| Return Message to Bank | returnMessageToBank | NA | NA |
| NA | returnedDocuments | NA | NA |
| NA | discrepanciesHistory | NA | NA |
| Description: | This API creates the Export Drawing payment Advice. |
| Method: | POST |
| URL: | {base_url}/services/data/v1/TradeFinance/operations/PaymentAdvice/createPaymentAdvice |
| Security Level: | Authenticated App User |
| Header Request: | X-Kony-Authorization |
| Body Request: |
Parameters drawingReferenceNo Specifies the drawingReferenceNo. adviceName Specifies the name of the advice. drawingAmount Specifies the total withdrawing amount. beneficiary Specifies the name of beneficiary. paymentDate Specifies the payment date of advice. currency Specifies the name of currency for which transaction needs to happen. creditedAmount Specifies the total amount to be credited. creditedAccount Specifies the account number to which amount to be credited. charges Specifies the charges for the transaction. advisingBank Specifies the name of advising bank. message Specifies the message to the bank if any. {
"drawingReferenceNo": "EXDR22076SF1IW",
"adviceName": "Advice Name",
"drawingAmount": "1000",
"beneficiary": "John",
"paymentDate": "2021-12-01",
"currency": "USD",
"creditedAmount": "5000",
"creditedAccount": "12345",
"charges": "60",
"advisingBank": "InfinityBank",
"message": "Test message"
}
|
| Response: |
Parameters drawingReferenceNo Specifies the drawingReferenceNo. adviceName Specifies the name of the advice. drawingAmount Specifies the total withdrawing amount. beneficiary Specifies the name of beneficiary. paymentDate Specifies the payment date of advice. currency Specifies the name of currency for which transaction needs to happen. creditedAmount Specifies the total amount to be credited. creditedAccount Specifies the account number to which amount to be credited. charges Specifies the charges for the transaction. advisingBank Specifies the name of advising bank. message Specifies the message to the bank if any. {
"adviceName": "Advice Name",
"drawingAmount": "1000",
"beneficiary": "John",
"paymentDate": "2021-12-01",
"creditedAmount": "5000",
"creditedAccount": "12345",
"currency": "USD",
"charges": "60",
"message": "Test message",
"drawingReferenceNo": "EXDR22076SF1IW",
"paymentAdviceReference": "EPA22082PKPXV",
"status": "Success",
"opstatus": 0,
"httpStatusCode": 0
} |
| Error Code(s): |
|
| Enterprise Provider: | SRMS |
| Enterprise API: |
{base_url}/v2.0.0/orders/party/$partyId/type/$type/subtype/$subtype/serviceRequest |
Field Mapping
| UI Field | Experience API field | MS API field | IRIS API field |
|---|---|---|---|
| NA | drawingReferenceNo | NA | NA |
| NA | adviceName | NA | NA |
| NA | drawingAmount | NA | NA |
| NA | beneficiary | NA | NA |
| NA | paymentDate | NA | NA |
| NA | currency | NA | NA |
| NA | creditedAmount | NA | NA |
| NA | creditedAccount | NA | NA |
| NA | charges | NA | NA |
| NA | advisingBank | NA | NA |
| NA | message | NA | NA |
| NA | paymentAdviceReference | NA | NA |
| Description: | The API retrieves list of Export Drawing payment advice. |
| Method: | POST |
| URL: | {base_url}/services/data/v1/TradeFinance/operations/PaymentAdvice/createPaymentAdvice |
| Security Level: | Authenticated App User |
| Header Request: | X-Kony-Authorization |
| Body Request: | { }
|
| Response: |
Parameters drawingReferenceNo Specifies the drawingReferenceNo. adviceName Specifies the name of the advice. drawingAmount Specifies the total withdrawing amount. beneficiary Specifies the name of beneficiary. paymentDate Specifies the payment date of advice. currency Specifies the name of currency for which transaction needs to happen. creditedAmount Specifies the total amount to be credited. creditedAccount Specifies the account number to which amount to be credited. charges Specifies the charges for the transaction. advisingBank Specifies the name of advising bank. message Specifies the message to the bank if any.{
"PaymentAdvices": [{
"adviceName": "Advice Name",
"drawingAmount": "1000",
"beneficiary": "John",
"paymentDate": "2021-12-01",
"creditedAmount": "5000",
"currency": "USD",
"charges": "60",
"advisingBank": "InfinityBank",
"drawingReferenceNo": "EXDR22076SF1IW",
"paymentAdviceReference": "EPA22082PKPXV"
}],
"opstatus": 0,
"httpStatusCode": 0
} |
| Error Code(s): |
|
| Enterprise Provider: | SRMS |
| Enterprise API: |
{base_url}/v2.0.0/orders/party/$partyId/type/$type/subtype/$subtype/serviceRequest |
Field Mapping
| UI Field | Experience API Field | MS API Field | Transact API Field |
|---|---|---|---|
| NA | PaymentAdvices | NA | NA |
| Drawing Ref No | drawingReferenceNo | NA | NA |
| Advice Name | adviceName | NA | NA |
| NA | drawingAmount | NA | NA |
| Beneficiary | beneficiary | NA | NA |
| Date | paymentDate | NA | NA |
| NA | currency | NA | NA |
| Credited Amount | creditedAmount | NA | NA |
| Credited Account | creditedAccount | NA | NA |
| Charges Debited | charges | NA | NA |
| Advise Party | advisingBank | NA | NA |
| Message | message | NA | NA |
| NA | paymentAdviceReference | NA | NA |
| Description: | This API uploads a document to Export Drawing LC |
| Method: | POST |
| URL: | {base_url}/services/data/v1/TradeFinance/operations/PaymentAdvice/createPaymentAdvice |
| Security Level: | Authenticated App User |
| Header Request: | X-Kony-Authorization |
| Body Request: |
Parameters uploadedattachments (Mandatory) Specifies the uploading document.{
"uploadedattachments": "Invoices.pdf-application/pdf-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cmVhbQplbmRvYmoKeHJlZgowIDE1CjAwMDAwMDAwMDAgNjU1MzUgZiAKMDAwMDAwMTM4NiAwMDAwMCBuIAowMDAwMDAxODQxIDAwMDAwIG4gCjAwMDAwMDE0MzEgMDAwMDAgbiAKMDAwMDAwMDcyMCAwMDAwMCBuIAowMDAwMDAwMDE1IDAwMDAwIG4gCjAwMDAwMDE3NTMgMDAwMDAgbiAKMDAwMDAwMTIyMCAwMDAwMCBuIAowMDAwMDAwODg1IDAwMDAwIG4gCjAwMDAwMDE2NjUgMDAwMDAgbiAKMDAwMDAwMTg5OCAwMDAwMCBuIAowMDAwMDAxNTc2IDAwMDAwIG4gCjAwMDAwMDQwMDggMDAwMDAgbiAKMDAwMDAwNjExOCAwMDAwMCBuIAowMDAwMDA4MDE1IDAwMDAwIG4gCnRyYWlsZXIKPDwvSUQgWzwzYWE2OWU4NmE1NjQ2ZjQyZjU2YTk5Y2MwZGRhYjgyMj48M2FhNjllODZhNTY0NmY0MmY1NmE5OWNjMGRkYWI4MjI+XS9JbmZvIDMgMCBSL1Jvb3QgMSAwIFIvU2l6ZSAxNT4+CiVpVGV4dC03LjEuNQpzdGFydHhyZWYKOTkxMgolJUVPRgo="
} |
| Response: |
Parameters successfulUploads Specifies the files that are successfully uploaded. failedUploads Specifies the files that are failed while uploading. documentReference Specifies the document reference. {
"LCDocuments": [
{
"successfulUploads": "Screenshot.jpeg",
"failedUploads": "",
"documentReference": "LOC5G3Hgv9RJH7t2NhOLKQuLl0oUIvXdGN5"
}
],
"opstatus": 0,
"httpStatusCode": 0
}
|
| Error Code(s): |
|
| Enterprise Provider: | Document MS |
| Enterprise API: |
{base_url}/ ms-document-api/api/v1.0.0/documents |
Field Mapping
| UI Field | Experience API Field | MS API Field | Transact API Field |
|---|---|---|---|
| NA | uploadedattachments | NA | NA |
| NA | LCDocuments | NA | NA |
| NA | successfulUploads | NA | NA |
| NA | failedUploads | NA | NA |
| NA | documentReference | NA | NA |
| Description: | This API retrieves the uploaded documents for Export Drawing LC. |
| Method: | POST |
| URL: | {base_url}/services/data/v1/TradeFinance/operations/LCDocuments/retrieveDocuments |
| Security Level: | Authenticated App User |
| Header Request: | X-Kony-Authorization |
| Body Request: |
Parameters documentReference (Mandatory) Specifies the document reference for the Export drawing.{
"documentReference": "LOCrdU3YZ7mcfxWNRP7puRiEs0bx7p33HmN"
} |
| Response: |
Parameters fileID Specifies the unique File ID. fileName Specifies the name of the uploaded document. fileContent Specifies the content in the uploaded file. {
"LCDocuments": [{
"fileID": "TI8XHtWBqONBHZjjiu4OukFaXd1hUBWr",
"fileName": "Invoices.pdf",
"fileContent": "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cmVhbQplbmRvYmoKeHJlZgowIDE1CjAwMDAwMDAwMDAgNjU1MzUgZiAKMDAwMDAwMTM4NiAwMDAwMCBuIAowMDAwMDAxODQxIDAwMDAwIG4gCjAwMDAwMDE0MzEgMDAwMDAgbiAKMDAwMDAwMDcyMCAwMDAwMCBuIAowMDAwMDAwMDE1IDAwMDAwIG4gCjAwMDAwMDE3NTMgMDAwMDAgbiAKMDAwMDAwMTIyMCAwMDAwMCBuIAowMDAwMDAwODg1IDAwMDAwIG4gCjAwMDAwMDE2NjUgMDAwMDAgbiAKMDAwMDAwMTg5OCAwMDAwMCBuIAowMDAwMDAxNTc2IDAwMDAwIG4gCjAwMDAwMDQwMDggMDAwMDAgbiAKMDAwMDAwNjExOCAwMDAwMCBuIAowMDAwMDA4MDE1IDAwMDAwIG4gCnRyYWlsZXIKPDwvSUQgWzwzYWE2OWU4NmE1NjQ2ZjQyZjU2YTk5Y2MwZGRhYjgyMj48M2FhNjllODZhNTY0NmY0MmY1NmE5OWNjMGRkYWI4MjI+XS9JbmZvIDMgMCBSL1Jvb3QgMSAwIFIvU2l6ZSAxNT4+CiVpVGV4dC03LjEuNQpzdGFydHhyZWYKOTkxMgolJUVPRgo="
}],
"opstatus": 0,
"httpStatusCode": 0
}
|
| Error Code(s): |
|
| Enterprise Provider: | Document MS |
| Enterprise API: |
{base_url}/ ms-document-api/api/v1.0.0/documents |
Field Mapping
| UI Field | Experience API Field | MS API Field | Transact API Field |
|---|---|---|---|
| NA | documentReference | NA | NA |
| NA | documentReference | NA | NA |
| NA | fileID | NA | NA |
| NA | fileName | NA | NA |
| NA | fileContent | NA | NA |
| Description: | This API deletes the uploaded document with reference ID. |
| Method: | POST |
| URL: | {base_url}/services/data/v1/TradeFinance/operations/LCDocuments/deleteDocument |
| Security Level: | Authenticated App User |
| Header Request: | X-Kony-Authorization |
| Body Request: |
Parameters documentReference (Mandatory) Specifies the document reference for the Export drawing.{
"documentReference": "LOCrdU3YZ7mcfxWNRP7puRiEs0bx7p33HmN"
} |
| Response: |
Parameters message Specifies the message for deleting the record. {
"message": "Deletion Successful",
"opstatus": 0,
"httpStatusCode": 0
}
|
| Error Code(s): |
|
| Enterprise Provider: | Document MS |
| Enterprise API: |
{base_url}/ ms-document-api/api/v1.0.0/documents |
Field Mapping
| UI Field | Experience API Field | MS API Field | Transact API Field |
|---|---|---|---|
| NA | documentReference | NA | NA |
| NA | message | NA | NA |
| Description: | This API updates the Export LC drawing from bank. |
| Method: | POST |
| URL: | {base_url}/services/data/v1/TradeFinance/operations/ExportLetterOfCredit/updateDrawingByBank |
| Security Level: | Authenticated App User |
| Header Request: | X-Kony-Authorization |
| Body Request: |
Parameters drawingSRMSRequestId (Mandatory) Specifies the unique drawingSRMSRequestId. status (Mandatory) Specifies the status of tje current Export LC Drawing. paymentStatus (Mandatory) Specifies the status of Payment for Export LC Drawing. documentStatus (Mandatory) Specifies the document status of the Export LC Drawing. returnedDocuments Specifies the name of the documents which are returned from bank. messageFromBank Specifies the message from the bank. reasonForReturn Specifies the return reason message from bank. discrepancy1 Specifies the discrepancy of the file. discrepancy2 Specifies the discrepancy of the file. {
"drawingSRMSRequestId": "EXDR22083DNAE1",
"status": "Processing By Bank",
"paymentStatus": "Settled",
"documentStatus": "Discrepant",
"returnedDocuments": "[\"doc1.pdf\"]",
"messageFromBank": "Test Message",
"reasonForReturn": "return message",
"discrepancy1": "Packing List not signed",
"discrepancy2": "Shipping advice stamp is missing"
}
|
| Response: | {
"applicant": "Demo4",
"creditAccount": "120758",
"chargesDebitAccount": "120758",
"physicalDocuments": "[{\"count1\":\"1\",\"count2\":\"2\",\"title\":\"Invoice\"},{\"count1\":\"1\",\"count2\":\"2\",\"title\":\"Invoice\"}]",
"drawingCreatedDate": "2022-03-24T00:00:00Z",
"financeBill": "Yes",
"drawingAmount": "200",
"currency": "USD",
"documentReference": "some docs",
"messageToBank": "message",
"uploadedDocuments": "[\"doc1\",\"doc2\",\"doc3\"]",
"forwardDocuments": "Yes",
"status": "Returned By Bank",
"advisingBankReference": "Cotton goods",
"exportLCId": "LOCE22082D3QXL",
"drawingSRMSRequestId": "EXDR22083QQE6P",
"drawingReferenceNo": "EXDR22083QQE6P",
"lcReferenceNo": "1212",
"lcType": "Sight",
"lcAmount": "2",
"expiryDate": "2022-03-24",
"totalDocuments": "2",
"discrepencies": "[{\"Packing List not signed\":{\"userComment\":\"\",\"userResponse\":\"\"}},{\"Shipping advice stamp is missing\":{\"userComment\":\"\",\"userResponse\":\"\"}}]",
"paymentStatus": "Settled",
"totalAmount": "200",
"messageFromBank": "Test Message",
"documentStatus": "Discrepant",
"returnedDate": "2022-03-24",
"reasonForReturn": "return message",
"returnedDocuments": "[\"doc1.pdf\"]",
"opstatus": 0,
"httpStatusCode": 0
}
|
| Error Code(s): |
|
| Enterprise Provider: | Document MS |
| Enterprise API: |
{base_url}/v2.0.0/orders/party/$partyId/type/$type/subtype/$subtype/serviceRequest |
Field Mapping
| UI Field | Experience API Field | MS API Field | Transact API Field |
|---|---|---|---|
| NA | drawingSRMSRequestId | NA | NA |
| NA | discrepancy1 | NA | NA |
| NA | discrepancy2 | NA | NA |
| Applicant | applicant | NA | NA |
| Credit Account | creditAccount | NA | NA |
| Charges Debit Account | chargesDebitAccount | NA | NA |
| Physical Document Details | physicalDocuments | NA | NA |
| Drawing Created Date | drawingCreatedDate | NA | NA |
| Finance us | financeBill | NA | NA |
| Drawing Amount | drawingAmount | NA | NA |
| Currency | currency | NA | NA |
| NA | documentReference | NA | NA |
| Message to Bank | messageToBank | NA | NA |
| Uploaded Documents | uploadedDocuments | NA | NA |
| Forward despite any discrepancies | forwardDocuments | NA | NA |
| Drawing Status | status | NA | NA |
| Advising LC Ref No | advisingBankReference | NA | NA |
| NA | exportLCId | NA | NA |
| NA | drawingSRMSRequestId | NA | NA |
| Drawing Reference | drawingReferenceNo | NA | NA |
| Issuing LC Ref No | lcReferenceNo | NA | NA |
| LC Type | lcType | NA | NA |
| LC Amount | lcAmount | NA | NA |
| Expiry Date | expiryDate | NA | NA |
| Total Documents | totalDocuments | NA | NA |
| NA | discrepencies | NA | NA |
| Payment Status | paymentStatus | NA | NA |
| Total Amount to be Paid | totalAmount | NA | NA |
| NA | messageFromBank | NA | NA |
| Doc Status | documentStatus | NA | NA |
| NA | returnedDate | NA | NA |
| Payment Date | approvedDate | NA | NA |
| Reason for Return | reasonForReturn | NA | NA |
| Documents | returnedDocuments | NA | NA |
| NA | discrepanciesHistory1 | NA | NA |
| Na | discrepanciesHistory2 | NA | NA |
| NA | discrepanciesHistory3 | NA | NA |
| NA | discrepanciesHistory4 | NA | NA |
| NA | discrepanciesHistory5 | NA | NA |
| Description: | This API downloads the Export LC Drawing. |
| Method: | POST |
| URL: | {base_url}/services/data/v1/TradeFinance/operations/ExportLetterOfCredit/generateExportLetterOfCreditDrawing |
| Security Level: | Authenticated App User |
| Header Request: | X-Kony-Authorization |
| Body Request: |
Parameters drawingReferenceNo (Mandatory) Specifies the unique drawingReferenceNo. {
"drawingReferenceNo": "EXDR2207627ERU"
}
|
| Response: |
Parameters fileId (Mandatory) Specifies the unique fileId.{
"fileId": "EXDRSoFFinZQ-Y3eQaKeJ-soE87wKb-aH1FjxM5",
"opstatus": 0,
"httpStatusCode": 0
} |
| Error Code(s): |
|
| Enterprise Provider: | SRMS |
| Enterprise API: |
{base_url}/v2.0.0/orders/serviceRequest/$serviceRequestIds |
Field Mapping
| UI Field | Experience API Field | MS API Field | Transact API Field |
|---|---|---|---|
| NA | drawingReferenceNo | NA | NA |
| NA | fileId | NA | NA |
| Parameter Name | DataType | Optional/Mandatory | Description |
|---|---|---|---|
|
issuingBankReference |
String |
Mandatory |
Issuing Bank Reference Number |
|
amount |
String |
Mandatory |
Amount |
|
issuingBank |
String |
Mandatory |
Issuing Bank Name |
|
applicantaddress |
String |
Mandatory |
Applicant Address |
|
issuingbankaddress |
String |
Mandatory |
Issuing Bank Address |
|
paymentTerms |
String |
Mandatory |
Payment Term |
|
documentName |
String |
Mandatory |
Document Name |
|
uploadedFiles |
String |
Mandatory |
Uploaded Files |
|
forwardContract |
String |
Mandatory |
Forwarding Contract |
|
beneficiaryName |
String |
Mandatory |
Beneficiary Name |
|
beneficiaryAddress |
String |
Mandatory |
Beneficiary Address |
|
goodsDescription |
String |
Mandatory |
Goods Description |
|
additionalConditions |
String |
Mandatory |
Additional Conditions |
|
confirmInstructions |
String |
Mandatory |
Confirmation Instruction |
|
latestShipmentDate |
String |
Mandatory |
Latest Goods Shipment Date |
|
lcCreatedOn |
String |
Mandatory |
LC Created Date |
|
fileId |
String |
Mandatory |
Generated pdf file id from server |
|
documentReference |
String |
Mandatory |
Reference for uploaded documents |
|
messageFromBank |
String |
Optional |
Message From Bank |
|
returnedDate |
String |
Optional |
Drawing Returned Date |
|
returnMessageToBank |
String |
Optional |
Return Message To Bank |
|
returnedDocuments |
String |
Optional |
Returned Documents from Bank |
|
discrepanciesHistory1 |
String |
Optional |
First Discrepancy History |
|
discrepanciesHistory2 |
String |
Optional |
Second Discrepancy History |
|
discrepanciesHistory3 |
String |
Optional |
Third Discrepancy History |
|
discrepanciesHistory4 |
String |
Optional |
Fourth Discrepancy History |
|
discrepanciesHistory5 |
String |
Optional |
Fifth Discrepancy History |
|
drawingReferenceNo |
String |
Mandatory |
Drawing Reference Number |
|
applicant |
String |
Mandatory |
Applicant |
|
creditAccount |
String |
Optional |
Credit Account |
|
chargesDebitAccount |
String |
Mandatory |
Charges Debit Account |
|
externalAccount |
String |
Optional |
External Account Details |
|
physicalDocuments |
String |
Mandatory |
Physical Document Details |
|
drawingCreatedDate |
String |
Mandatory |
Drawing Created Date |
|
financeBill |
String |
Mandatory |
Financing Bill Status |
|
drawingAmount |
String |
Mandatory |
Drawing Amount |
|
currency |
String |
Mandatory |
Drawing Currency |
|
messageToBank |
String |
Optional |
Message To Bank |
|
uploadedDocuments |
String |
Mandatory |
Uploaded Documents |
|
forwardDocuments |
String |
Mandatory |
Forwarding Documents Status |
|
status |
String |
Mandatory |
Drawing Status |
|
advisingBankReference |
String |
Mandatory |
Advising Bank Reference Number |
|
exportLCId |
String |
Mandatory |
SRMS requests id for export lc record |
|
drawingSRMSRequestId |
String |
Mandatory |
SRMS requests id for export drawing record |
|
lcReferenceNo |
String |
Mandatory |
LC Reference |
|
lcType |
String |
Mandatory |
LC Type |
|
lcAmount |
String |
Mandatory |
LC Amount |
|
expiryDate |
String |
Mandatory |
LC expiry date |
|
totalDocuments |
String |
Mandatory |
Total count of documents |
|
discrepencies |
String |
Mandatory |
Discrepancies |
|
discrepenciesAcceptance |
String |
Mandatory |
Discrepancies Acceptance |
|
paymentStatus |
String |
Mandatory |
Payment Status |
|
totalAmount |
String |
Mandatory |
Total amount to be paid |
|
documentStatus |
String |
Mandatory |
Status of the document |
|
reasonForReturn |
String |
Optional |
Reason for return |
|
discrepanciesHistory |
String |
Optional |
All Discrepancies History |
|
PaymentAdvices |
String |
Mandatory |
Payment advise for the record |
|
beneficiary |
String |
Mandatory |
Beneficiary Name |
|
creditedAmount |
String |
Mandatory |
Credited Amount |
|
creditedAccount |
String |
Mandatory |
Credited Account |
|
charges |
String |
Mandatory |
Charged To Be Paid |
|
discrepancy1 |
String |
Optional |
First Discrepancy |
|
discrepancy2 |
String |
Optional |
Second Discrepancy |
|
drawingReferenceNo |
String |
Mandatory |
SRMS request id of the drawing |
|
adviceName |
String |
Mandatory |
Advice name |
|
drawingAmount |
String |
Mandatory |
Drawing Amount |
|
beneficiary |
String |
Mandatory |
Beneficiary Name |
|
paymentDate |
String |
Mandatory |
Payment Date |
|
currency |
String |
Mandatory |
Drawing Currency |
|
creditedAmount |
String |
Mandatory |
Credited Amount |
|
creditedAccount |
String |
Mandatory |
Credited Account |
|
charges |
String |
Mandatory |
Charges |
|
advisingBank |
String |
Mandatory |
Advising Bank Name |
|
message |
String |
Mandatory |
Payment Message |
|
paymentAdviceReference |
String |
Mandatory |
SRMS request id for the advice created |
|
searchString |
String |
Optional |
Search Keyword |
|
pageSize |
String |
Optional |
The count of records in response |
|
pageOffset |
String |
Optional |
Defines fetching records from the count mentioned |
|
sortByParam |
String |
Optional |
Sorting parameter in comma separated |
|
sortOrder |
String |
Optional |
Sorting values in comma separated |
|
timeParam |
String |
Optional |
Time parameter |
|
timeValue |
String |
Optional |
Time value separated with count and time period |
|
filterByValue |
String |
Optional |
Filter value in comma separated |
|
filterByParam |
String |
Optional |
Filter parameter in comma separated |
| Parameter Name | DataType | Optional/Mandatory | Description |
|---|---|---|---|
|
drawingReferenceNo |
String |
Mandatory |
SRMS request id of the drawing |
|
adviceName |
String |
Mandatory |
Advice name |
|
drawingAmount |
String |
Mandatory |
Drawing Amount |
|
beneficiary |
String |
Mandatory |
Beneficiary Name |
|
paymentDate |
String |
Mandatory |
Payment Date |
|
currency |
String |
Mandatory |
Drawing Currency |
|
creditedAmount |
String |
Mandatory |
Credited Amount |
|
creditedAccount |
String |
Mandatory |
Credited Account |
|
charges |
String |
Mandatory |
Charges |
|
advisingBank |
String |
Mandatory |
Advising Bank Name |
|
message |
String |
Mandatory |
Payment Message |
|
paymentAdviceReference |
String |
Mandatory |
SRMS request id for the advice created |
| Parameter Name | DataType | Optional/Mandatory | Description |
|---|---|---|---|
|
uploadedattachments |
String |
Mandatory |
Contains document name, type and hashed format of document |
|
successfulUploads |
String |
Mandatory |
Contains the successfully uploaded documents |
|
failedUploads |
String |
Mandatory |
Contains file names documents which are failed |
|
documentReference |
String |
Mandatory |
Reference for the uploaded file |
|
fileID |
String |
Mandatory |
Reference for the uploaded file |
|
fileName |
String |
Mandatory |
File Name |
|
fileContent |
String |
Mandatory |
Hashed format of document |
|
message |
String |
Mandatory |
Response message |
In this topic