GET api/SubCategory/{id}
Returns a single SubCategory.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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
Sample:
Sample not available.