GET api/Admin/RepNoteCategory/{id}
Gets a specific Rep Note Category
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
ID associated with desired Rep Note Category |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
RepNoteCategoryViewModelName | Description | Type | Additional information |
---|---|---|---|
ID |
Unique ID for the category |
integer |
None. |
Description |
Category Description |
string |
None. |
SortOrder |
Sort Order used for listing purposes |
integer |
None. |
IsActive |
Defines if the category is active or not. |
boolean |
None. |
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.