79 lines
1.6 KiB
JSON
79 lines
1.6 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
|
|
},
|
|
"comment": {
|
|
"type": "string",
|
|
"example": "Testing LoanRequest",
|
|
"nullable": true
|
|
}
|
|
},
|
|
"required": [
|
|
"provideAmount",
|
|
"collectAmountInterest",
|
|
"collectAmountMgtFee",
|
|
"collectAmountInsurance",
|
|
"collectAmountVAT"
|
|
],
|
|
"additionalProperties": false
|
|
}
|