POST api/Authentication/ValidateUser?fromDevice={fromDevice}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| fromDevice | boolean |
Default value is False |
Body Parameters
RetalixUser| Name | Description | Type | Additional information |
|---|---|---|---|
| StoreNbr | integer |
None. |
|
| UserID | string |
None. |
|
| UserName | string |
None. |
|
| Password | string |
None. |
|
| Role | integer |
None. |
|
| PosServerOverride | string |
None. |
|
| RetalixRole | RetalixRole |
None. |
Request Formats
application/json, text/json
Sample:
{
"StoreNbr": 1,
"UserID": "sample string 2",
"UserName": "sample string 3",
"Password": "sample string 4",
"Role": 5,
"PosServerOverride": "sample string 6",
"RetalixRole": {
"ID": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"isManager": true,
"RetalixUsers": []
}
}
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.