POST services/api/rest/v1/Get_EmployeeLogin
Request Information
URI Parameters
None.
Body Parameters
EmployeeLogin_Filter| Name | Description | Type | Additional information |
|---|---|---|---|
| UserName | string |
None. |
|
| Password | string |
None. |
|
| LocationId | integer |
None. |
|
| Type | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserName": "sample string 1",
"Password": "sample string 2",
"LocationId": 3,
"Type": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RestEmployeeLogin_View| Name | Description | Type | Additional information |
|---|---|---|---|
| Username | string |
None. |
|
| Password | string |
None. |
|
| Type | integer |
None. |
|
| LocationList | Collection of RestEmployeeLocation_View |
None. |
Response Formats
application/json, text/json
Sample:
{
"Username": "sample string 1",
"Password": "sample string 2",
"Type": 3,
"LocationList": [
{
"Id": 1,
"LocationId": 2,
"LocationName": "sample string 3"
},
{
"Id": 1,
"LocationId": 2,
"LocationName": "sample string 3"
}
]
}