GET api/admin/repType
Returns all rep types. Accessible to BackOffice Users and Representatives.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A list of rep types
Collection of 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.