POST api/Shared/getAllCategories?loginId={loginId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| loginId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Category| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| Active | integer |
None. |
|
| ParentCategory | integer |
None. |
|
| Logo | string |
None. |
|
| Children | Collection of Category |
None. |
|
| Path | Collection of integer |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.