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