GET api/TablesManagement/GetEmployeeAddData?pCode={pCode}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
pCode | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
EmployeeAddDataName | 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. |
Response 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/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.