Updated Docs
This commit is contained in:
@@ -1,21 +1,34 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"UserId": {
|
||||
"type": "string",
|
||||
"example": "TMP0840"
|
||||
},
|
||||
"TokenCode": {
|
||||
"type": "string",
|
||||
"example": "32365214"
|
||||
},
|
||||
"RequestId": {
|
||||
"type": "string",
|
||||
"description": "Unique Identifier in Simbrella system",
|
||||
"example": "SMB1234567"
|
||||
},
|
||||
"UserId": {
|
||||
"type": "string",
|
||||
"description": "Unique identifier of a user",
|
||||
"example": "TMP0840"
|
||||
},
|
||||
"CountryId": {
|
||||
"type": "string",
|
||||
"description": "Set to static value '01'",
|
||||
"example": "01"
|
||||
},
|
||||
"TokenCode": {
|
||||
"type": "string",
|
||||
"description": "Token code to be validated",
|
||||
"example": "32365214"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"RequestId",
|
||||
"UserId",
|
||||
"CountryId",
|
||||
"TokenCode"
|
||||
],
|
||||
"xml": {
|
||||
"name": "TokenValidationRequest"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user