21 lines
434 B
JSON
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"
|
|
}
|
|
}
|
|
} |