Create the finance transaction details
post
/service/v1/postFinanceTxnData
This endpoint is used to create the finance transaction details.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
appId: string
App Id
-
branchCode: string
Branch Code
-
userId: string
User Id
Request body with finance transaction details to be persisted
Nested Schema : FinanceTxnDTO
Type:
Show Source
object
-
buyerId(optional):
string
Buyer Id
-
buyerName(optional):
string
Buyer Name
-
eventCode(optional):
string
Event Code
-
financeAmt(optional):
number
Finance Amount
-
financeCcy(optional):
string
Finance Currency
-
financeDueDate(optional):
string
Finance Due Date
-
financeStartDate(optional):
string
Finance Start Date
-
outdtandingAmt(optional):
number
Outstanding Amount
-
processingDate(optional):
string
Processing Date
-
productCode(optional):
string
Product Code
-
productCodeDesc(optional):
string
Product Code Description
-
programCode(optional):
string
Program Code
-
repaymentAmt(optional):
number
Repayment Amount
-
supplierId(optional):
string
Supplier Id
-
supplierName(optional):
string
Supplier Name
-
txnRefNo(optional):
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