POST api/TablesManagement/EditEmployeeAddData
Request Information
URI Parameters
None.
Body Parameters
EmployeeAddData| Name | Description | Type | Additional information |
|---|---|---|---|
| OccList | Collection of MultiChoseFromTable |
None. |
|
| OperList | Collection of MultiChoseFromTable |
None. |
|
| DepList | Collection of MultiChoseFromTable |
None. |
|
| InsurList | Collection of MultiChoseFromTable |
None. |
|
| InsurDepList | Collection of MultiChoseFromTable |
None. |
|
| EmployeeCode | integer |
None. |
|
| EmpAccountCode | integer |
None. |
|
| ADrequired | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"OccList": null,
"OperList": null,
"DepList": null,
"InsurList": null,
"InsurDepList": null,
"EmployeeCode": 1,
"EmpAccountCode": 1,
"ADrequired": true
}
application/xml, text/xml
Sample:
<EmployeeAddData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLMedical.TablesManagement"> <ADrequired>true</ADrequired> <DepList i:nil="true" /> <EmpAccountCode>1</EmpAccountCode> <EmployeeCode>1</EmployeeCode> <InsurDepList i:nil="true" /> <InsurList i:nil="true" /> <OccList i:nil="true" /> <OperList i:nil="true" /> </EmployeeAddData>
application/x-www-form-urlencoded
Sample:
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.