WEBWebUserValidateToken_Custom

 

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

WebUserType.

Exceptions

See WEBWebUserValidateToken.

Sample Request

See WEBWebUserValidateToken.

Sample Response

See WEBWebUserValidateToken.

JSON Method

POST /xWeb/JSON/WEBWebUserValidateToken_Custom


DATA: JSON
{
    "WEBWebUserValidateToken_Custom": {
        "authenticationToken": "{{eWebLoginToken}}"
        
    }
}

SAMPLE RESULT
HTTP STATUS: 200
DATA: JSON
713

 

Was this article helpful?
0 out of 0 found this helpful