99 lines
2.0 KiB
JSON
99 lines
2.0 KiB
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"transactionId": {
|
|
"type": "string",
|
|
"example": "T001",
|
|
"nullable": true
|
|
},
|
|
"fbnTransactionId": {
|
|
"type": "string",
|
|
"example": "Tr201712RK9232P115",
|
|
"nullable": true
|
|
},
|
|
"debtId": {
|
|
"type": "string",
|
|
"example": "273194670",
|
|
"nullable": true
|
|
},
|
|
"customerId": {
|
|
"type": "string",
|
|
"example": "CN621868",
|
|
"nullable": true
|
|
},
|
|
"accountId": {
|
|
"type": "string",
|
|
"example": "2017821799",
|
|
"nullable": true
|
|
},
|
|
"productId": {
|
|
"type": "string",
|
|
"example": "101",
|
|
"nullable": true
|
|
},
|
|
"provideAmount": {
|
|
"type": "number",
|
|
"format": "double",
|
|
"example": 100000.0
|
|
},
|
|
"collectAmountInterest": {
|
|
"type": "number",
|
|
"format": "double",
|
|
"example": 5000.0
|
|
},
|
|
"collectAmountMgtFee": {
|
|
"type": "number",
|
|
"format": "double",
|
|
"example": 1000.0
|
|
},
|
|
"collectAmountInsurance": {
|
|
"type": "number",
|
|
"format": "double",
|
|
"example": 1000.0
|
|
},
|
|
"collectAmountVAT": {
|
|
"type": "number",
|
|
"format": "double",
|
|
"example": 75.0
|
|
},
|
|
"countryId": {
|
|
"type": "string",
|
|
"example": "01",
|
|
"nullable": true
|
|
},
|
|
"responseCode": {
|
|
"type": "string",
|
|
"example": "00",
|
|
"nullable": true
|
|
},
|
|
"responseMessage": {
|
|
"type": "string",
|
|
"example": "Loan Request Completed Successfully!",
|
|
"nullable": true
|
|
},
|
|
"disburseDate": {
|
|
"type": "string",
|
|
"format": "date-time",
|
|
"example": "2023-10-01T12:00:00Z",
|
|
"nullable": true
|
|
},
|
|
"disburseResult": {
|
|
"type": "string",
|
|
"example": "00",
|
|
"nullable": true
|
|
},
|
|
"disburseDescription": {
|
|
"type": "string",
|
|
"example": "Loan Request Completed Successfully!",
|
|
"nullable": true
|
|
}
|
|
},
|
|
"required": [
|
|
"provideAmount",
|
|
"collectAmountInterest",
|
|
"collectAmountMgtFee",
|
|
"collectAmountInsurance",
|
|
"collectAmountVAT"
|
|
]
|
|
}
|