POST services/api/rest/v1/GetEmployeeById
Request Information
URI Parameters
None.
Body Parameters
Rest_UniqueId_Loc_Filter| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| LocationId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"LocationId": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of 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"
}
]
},
{
"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"
}
]
}
]