GET api/Employment/GetSingleEmployment/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Employments| Name | Description | Type | Additional information |
|---|---|---|---|
| applicantEmploymentId | integer |
None. |
|
| applicantId | integer |
None. |
|
| applicantName | string |
None. |
|
| employmentTypeId | byte |
None. |
|
| employerId | integer |
None. |
|
| otherEmployerName | string |
None. |
|
| employerName | string |
None. |
|
| jobTitle | string |
None. |
|
| workPhone | string |
None. |
|
| grossMonthlyIncome | decimal number |
None. |
|
| otherMonthlyIncome | decimal number |
None. |
|
| otherIncomeSource | string |
None. |
|
| addressLine1 | string |
None. |
|
| addressLine2 | string |
None. |
|
| city | string |
None. |
|
| stateId | byte |
None. |
|
| zip | string |
None. |
|
| supervisorName | string |
None. |
|
| supervisorPhone | string |
None. |
|
| jobStartDate | date |
None. |
|
| jobEndDate | date |
None. |
|
| isActive | boolean |
None. |
|
| incomeProof | Collection of byte |
None. |
|
| incomeProofFileName | string |
None. |
|
| incomeProofFilePath | string |
None. |
|
| employerSectorId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"applicantEmploymentId": 1,
"applicantId": 1,
"applicantName": "sample string 1",
"employmentTypeId": 64,
"employerId": 1,
"otherEmployerName": "sample string 3",
"employerName": "sample string 4",
"jobTitle": "sample string 5",
"workPhone": "sample string 6",
"grossMonthlyIncome": 1.0,
"otherMonthlyIncome": 1.0,
"otherIncomeSource": "sample string 7",
"addressLine1": "sample string 8",
"addressLine2": "sample string 9",
"city": "sample string 10",
"stateId": 64,
"zip": "sample string 12",
"supervisorName": "sample string 13",
"supervisorPhone": "sample string 14",
"jobStartDate": "2025-12-06T10:10:57.4563808-06:00",
"jobEndDate": "2025-12-06T10:10:57.4563808-06:00",
"isActive": true,
"incomeProof": "QEA=",
"incomeProofFileName": "sample string 18",
"incomeProofFilePath": "sample string 19",
"employerSectorId": 1
}
application/xml, text/xml
Sample:
<Employments xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <applicantEmploymentId>1</applicantEmploymentId> <applicantId>1</applicantId> <applicantName>sample string 1</applicantName> <employmentTypeId>64</employmentTypeId> <employerId>1</employerId> <otherEmployerName>sample string 3</otherEmployerName> <employerName>sample string 4</employerName> <jobTitle>sample string 5</jobTitle> <workPhone>sample string 6</workPhone> <grossMonthlyIncome>1</grossMonthlyIncome> <otherMonthlyIncome>1</otherMonthlyIncome> <otherIncomeSource>sample string 7</otherIncomeSource> <addressLine1>sample string 8</addressLine1> <addressLine2>sample string 9</addressLine2> <city>sample string 10</city> <stateId>64</stateId> <zip>sample string 12</zip> <supervisorName>sample string 13</supervisorName> <supervisorPhone>sample string 14</supervisorPhone> <jobStartDate>2025-12-06T10:10:57.4563808-06:00</jobStartDate> <jobEndDate>2025-12-06T10:10:57.4563808-06:00</jobEndDate> <isActive>true</isActive> <incomeProof>QEA=</incomeProof> <incomeProofFileName>sample string 18</incomeProofFileName> <incomeProofFilePath>sample string 19</incomeProofFilePath> <employerSectorId>1</employerSectorId> </Employments>