POST CompanyEmployee/EmployeeInfo
Request Information
URI Parameters
None.
Body Parameters
SearchCompanyEmployeeName | Description | Type | Additional information |
---|---|---|---|
Company_Id | integer |
None. |
|
Employee_Name | string |
None. |
|
Employee_Position | string |
None. |
|
Employee_Identify_No | string |
None. |
|
Page_Index | integer |
None. |
|
Page_Size | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Company_Id": 1, "Employee_Name": "sample string 2", "Employee_Position": "sample string 3", "Employee_Identify_No": "sample string 4", "Page_Index": 5, "Page_Size": 10 }
text/plain
Sample:
{"$id":"1","Company_Id":1,"Employee_Name":"sample string 2","Employee_Position":"sample string 3","Employee_Identify_No":"sample string 4","Page_Index":5,"Page_Size":10}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultName | Description | Type | Additional information |
---|---|---|---|
IsSuccess | boolean |
None. |
|
Code | integer |
None. |
|
Message | string |
None. |
|
Data | Object |
None. |
Response Formats
application/json, text/json, text/plain
Sample:
Sample not available.