GET api/admin/repType/{repTypeID}
Returns information on a specific rep type. Accessible to BackOffice Users and Representatives.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| repTypeID |
Rep type identifier that we want to retrieve the information |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Information for the rep type that matches the passed in repTypeID
RepTypeViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
The rep type's identifier. |
integer |
None. |
| Description |
The rep type's description. |
string |
None. |
| Abbreviation |
The rep type's abbreviation. |
string |
None. |
| OrderType |
Order type associated to the rep type. |
string |
None. |
| AutoShipOrderType |
Order type for AutoShips associated to the rep type. |
string |
None. |
| IsDefault |
Indicates if this is the default rep type. |
boolean |
None. |
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.