GET api/Employment/GetEmploymentTypes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of EmploymentTypes| Name | Description | Type | Additional information |
|---|---|---|---|
| employmentTypeId | byte |
None. |
|
| description | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"employmentTypeId": 64,
"description": "sample string 2"
},
{
"employmentTypeId": 64,
"description": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfEmploymentTypes xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<EmploymentTypes>
<employmentTypeId>64</employmentTypeId>
<description>sample string 2</description>
</EmploymentTypes>
<EmploymentTypes>
<employmentTypeId>64</employmentTypeId>
<description>sample string 2</description>
</EmploymentTypes>
</ArrayOfEmploymentTypes>