POST services/api/rest/v1/Get_AuthorizedUser
Request Information
URI Parameters
None.
Body Parameters
UserLogin_Filter| Name | Description | Type | Additional information |
|---|---|---|---|
| CashierName | string |
None. |
|
| Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CashierName": "sample string 1",
"Password": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RestUserLogin_View| Name | Description | Type | Additional information |
|---|---|---|---|
| Username | string |
None. |
|
| Password | string |
None. |
|
| LocationList | Collection of RestCashierLocation_View |
None. |
Response Formats
application/json, text/json
Sample:
{
"Username": "sample string 1",
"Password": "sample string 2",
"LocationList": [
{
"CashierId": 1,
"LocationId": 2,
"LocationName": "sample string 3"
},
{
"CashierId": 1,
"LocationId": 2,
"LocationName": "sample string 3"
}
]
}