WEBWebUserLoginByRecno_Custom
| Initial Build | 2009.01 |
| xWeb | Web Method |
| Response Type | string |
The WEBWebUserLoginByRecno Custom web method returns the integer recno of a customer who matches the provided <cst_recno> and {[x|password}} combination. See links below for other ways to authenticate a web user.
Parameters
- cst_recno (string). Record number or user name. See WebLogin for more on xWeb user names.
- password (string).
Response
String—The customer's integer recno if the cst_recno/password combination was valid.
Sample Request
<<SAMPLE RESPONSE>>
Sample Response
<<SAMPLE RESPONSE>>
JSON Method
POST /xWeb/JSON/WEBWebUserLoginByRecno_Custom
DATA: JSON
{
"WEBWebUserLoginByRecno_Custom": {
"cst_recno": "{{cstRecno}}",
"password": "{{passwordWebUserCreate}}"
}
}
SAMPLE RESULT
HTTP STATUS: 200
DATA: JSON
701