POST updateSubCategory
Request Information
URI Parameters
None.
Body Parameters
TreeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| uid | globally unique identifier |
None. |
|
| parentId | integer |
None. |
|
| name | string |
None. |
|
| image | string |
None. |
|
| mainCategoryId | integer |
None. |
|
| mainCategoryUid | globally unique identifier |
None. |
|
| isProduct | integer |
None. |
|
| Checked | boolean |
None. |
|
| userId | globally unique identifier |
None. |
|
| children | Collection of TreeModel |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |