GET api/EmployeeMaster/GetEmployeeCategory

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of EmployeeCategory
NameDescriptionTypeAdditional information
D_DsgCode

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "D_DsgCode": "sample string 1"
  },
  {
    "D_DsgCode": "sample string 1"
  }
]

text/html

Sample:
[{"D_DsgCode":"sample string 1"},{"D_DsgCode":"sample string 1"}]

application/xml, text/xml

Sample:
<ArrayOfEmployeeCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HNS_WebAPI.Models">
  <EmployeeCategory>
    <D_DsgCode>sample string 1</D_DsgCode>
  </EmployeeCategory>
  <EmployeeCategory>
    <D_DsgCode>sample string 1</D_DsgCode>
  </EmployeeCategory>
</ArrayOfEmployeeCategory>