GET api/admin/rankType/{rankTypeID}
Returns information on a specific rank type. Accessible to BackOffice Users and Representatives.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
rankTypeID |
Rank type identifier that we want to retrieve the information |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Information for the rank type that matches the passed in rankTypeID
RankTypeViewModelName | Description | Type | Additional information |
---|---|---|---|
ID |
The rank type's identifier. |
integer |
None. |
Description |
The rank type's description. |
string |
None. |
Abbreviation |
The rank type's abbreviation. |
string |
None. |
Explanation |
The rank type's explanation. |
string |
None. |
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.