29 lines
686 B
JSON
29 lines
686 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"transactionId": {
|
|
"type": "string",
|
|
"example": "173021"
|
|
},
|
|
"debtId": {
|
|
"type": "string",
|
|
"example": "173021"
|
|
},
|
|
"transactionType": {
|
|
"type": "string",
|
|
"example": "Disbursement"
|
|
},
|
|
"fbnTransactionId": {
|
|
"type": "string",
|
|
"example": "FBN2411011411413A74960"
|
|
},
|
|
"origTransactionId": {
|
|
"type": "string",
|
|
"example": "2411011411413A74960"
|
|
},
|
|
"customerId": {
|
|
"type": "string",
|
|
"example": "CN621868"
|
|
}
|
|
}
|
|
} |