Files
digifi-swagger/schemas/TokenValidationRequest.json
T
CHIEFSOFT\ameye 67dfc32e4a Fill main
2025-03-24 05:40:11 -04: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"
}
}
}