WEBWebUserValidateToken_Custom
| Initial Build | 2011.01 |
| xWeb | Web Method |
| Response Type | object |
The WEBWebUserValidateToken Custom web method is identical to WEBWebUserValidateToken except this method also sets the <Customer.cst_recno> property in the WebUserType return.
Parameters
authenticationToken (string). Token
Response
Exceptions
Sample Request
Sample Response
JSON Method
POST /xWeb/JSON/WEBWebUserValidateToken_Custom
DATA: JSON
{
"WEBWebUserValidateToken_Custom": {
"authenticationToken": "{{eWebLoginToken}}"
}
}
SAMPLE RESULT
HTTP STATUS: 200
DATA: JSON
713