Files
digifi-BankEmulator/app/swagger/schemas/LienCheckRequest.json
T
2025-03-24 08:44:57 +01:00

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"
}
}
}