GET api/admin/rankType/{rankTypeID}

Returns information on a specific rank type. Accessible to BackOffice Users and Representatives.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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

RankTypeViewModel
NameDescriptionTypeAdditional 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.