33 lines
732 B
JSON
33 lines
732 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"counter": {
|
|
"type": "string",
|
|
"example": "2"
|
|
},
|
|
"TransactionId": {
|
|
"type": "string",
|
|
"example": "T002"
|
|
},
|
|
"RequestId": {
|
|
"type": "string",
|
|
"example": "R02802"
|
|
},
|
|
"customerId": {
|
|
"type": "string",
|
|
"example": "CN621868"
|
|
},
|
|
"accountId": {
|
|
"type": "string",
|
|
"example": "2017821799"
|
|
},
|
|
"countryId": {
|
|
"type": "string",
|
|
"example": "01"
|
|
},
|
|
"transactionType": {
|
|
"type": "string",
|
|
"example": "Disbursement"
|
|
}
|
|
}
|
|
} |