GET api/SubCategories
Returns all SubCategories.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SubCategoryModelName | Description | Type | Additional information |
---|---|---|---|
Id |
SubCategory's unique identifier. |
globally unique identifier |
None. |
Name |
The SubCategory name as the user will see it. |
string |
None. |
Code |
SubCategory code. |
string |
None. |
Abbreviation |
Not really sure, for the most part it looks the same as Name. |
string |
None. |
Active |
Only active SubCategorys shown to end users. |
boolean |
None. |
ModifiedDate |
When this was last modified. |
date |
None. |
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.