Creates finance transaction details
post
/service/v1/postFinanceTxnData
This endpoint is used to creates finance transaction details.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
appId(required): string
App Id
-
branchCode(required): string
Branch Code
-
userId(required): string
User Id
Request body with finance transaction details to be persisted
Nested Schema : FinanceTxnDTO
Type:
Show Source
object
-
buyerId:
string
Buyer Id
-
buyerName:
string
Buyer Name
-
eventCode:
string
Event Code
-
financeAmt:
number
Finance Amount
-
financeCcy:
string
Finance Currency
-
financeDueDate:
string
Finance Due Date
-
financeStartDate:
string
Finance Start Date
-
outdtandingAmt:
number
Outstanding Amount
-
processingDate:
string
Processing Date
-
productCode:
string
Product Code
-
productCodeDesc:
string
Product Code Description
-
programCode:
string
Program Code
-
repaymentAmt:
number
Repayment Amount
-
seqNo:
integer(int64)
Sequence Number
-
supplierId:
string
Supplier Id
-
supplierName:
string
Supplier Name
-
txnRefNo:
string
Transaction Reference Number
Response
Supported Media Types
- application/json
- application/xml
200 Response
Success
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error