GET applicant/{applicantId}/Categories/{categoryId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| applicantId | integer |
Required |
|
| categoryId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApplicantCategories| Name | Description | Type | Additional information |
|---|---|---|---|
| ApplicantID | integer |
None. |
|
| CategoryID | integer |
None. |
|
| IsPrimary | boolean |
None. |
|
| Category | Category |
None. |
Response Formats
application/json, text/json
Sample:
{
"ApplicantID": 1,
"CategoryID": 2,
"IsPrimary": true,
"Category": {
"CategoryID": 1,
"Code": "sample string 2",
"Description": "sample string 3",
"GLLinkCode": "sample string 4",
"ProfessionalLicense": 64,
"BonusAmount": 1.0
}
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
multipart/form-data
Sample:
Sample not available.