POST services/api/rest/v1/Get_EmployeeById
Request Information
URI Parameters
None.
Body Parameters
Rest_CustomFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| LocationId | integer |
None. |
|
| Type | integer |
None. |
|
| ActualInvNo | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"LocationId": 2,
"Type": 3,
"ActualInvNo": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of Employee_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| Phone | string |
None. |
|
| Mobile | string |
None. |
|
| string |
None. |
||
| Address | string |
None. |
|
| LocId | integer |
None. |
|
| Type | integer |
None. |
|
| password | string |
None. |
|
| LongPassword | string |
None. |
|
| UserId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Name": "sample string 2",
"Phone": "sample string 3",
"Mobile": "sample string 4",
"Email": "sample string 5",
"Address": "sample string 6",
"LocId": 7,
"Type": 8,
"password": "sample string 9",
"LongPassword": "sample string 10",
"UserId": 1
},
{
"Id": 1,
"Name": "sample string 2",
"Phone": "sample string 3",
"Mobile": "sample string 4",
"Email": "sample string 5",
"Address": "sample string 6",
"LocId": 7,
"Type": 8,
"password": "sample string 9",
"LongPassword": "sample string 10",
"UserId": 1
}
]