41 lines
951 B
JSON
41 lines
951 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"transactionId": {
|
|
"type": "string",
|
|
"example": "T004"
|
|
},
|
|
"fbnTransactionId": {
|
|
"type": "string",
|
|
"example": "Tr201712RK9232P115"
|
|
},
|
|
"debtId": {
|
|
"type": "string",
|
|
"example": "273194670"
|
|
},
|
|
"customerId": {
|
|
"type": "string",
|
|
"example": "CN621868"
|
|
},
|
|
"accountId": {
|
|
"type": "string",
|
|
"example": "2017821799"
|
|
},
|
|
"penalCharge": {
|
|
"type": "number",
|
|
"example": 1.2
|
|
},
|
|
"lienAmount": {
|
|
"type": "number",
|
|
"example": 101.2
|
|
},
|
|
"countryId": {
|
|
"type": "string",
|
|
"example": "01"
|
|
},
|
|
"comment": {
|
|
"type": "string",
|
|
"example": "Testing PenalChargeRequest"
|
|
}
|
|
}
|
|
} |