POST services/api/rest/v1/Get_WaiterByLongPassword
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
RestEmployee_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| Password | string |
None. |
|
| LongPassword | string |
None. |
|
| Type | integer |
None. |
|
| LocId | integer |
None. |
|
| UserId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"Password": "sample string 3",
"LongPassword": "sample string 4",
"Type": 5,
"LocId": 6,
"UserId": 7
}