21 lines
465 B
JSON
21 lines
465 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"transactionId": {
|
|
"type": "string",
|
|
"example": "SMB1234567"
|
|
},
|
|
"customerId": {
|
|
"type": "string",
|
|
"example": "123456"
|
|
},
|
|
"accountId": {
|
|
"type": "string",
|
|
"example": "E9F77222920BAAB1C5ACF2253C6D6113"
|
|
},
|
|
"countryId": {
|
|
"type": "string",
|
|
"example": "01"
|
|
}
|
|
}
|
|
} |