POST CompanyEmployee/AddCompanyEmployee
Request Information
URI Parameters
None.
Body Parameters
AddCompanyEmployee| Name | Description | Type | Additional information |
|---|---|---|---|
| Company_Id | integer |
None. |
|
| Employee_Name | string |
None. |
|
| Employee_Position | string |
None. |
|
| Employee_Identify_Type | string |
None. |
|
| Employee_Identify_No | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Company_Id": 1,
"Employee_Name": "sample string 2",
"Employee_Position": "sample string 3",
"Employee_Identify_Type": "sample string 4",
"Employee_Identify_No": "sample string 5"
}
text/plain
Sample:
{"$id":"1","Company_Id":1,"Employee_Name":"sample string 2","Employee_Position":"sample string 3","Employee_Identify_Type":"sample string 4","Employee_Identify_No":"sample string 5"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Result| Name | 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.