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

21 lines
434 B
JSON

{
"type": "object",
"properties": {
"UserId": {
"type": "string",
"example": "TMP0840"
},
"TokenCode": {
"type": "string",
"example": "32365214"
},
"RequestId": {
"type": "string",
"example": "SMB1234567"
},
"CountryId": {
"type": "string",
"example": "01"
}
}
}