POST services/api/ecom/v1/Update_TaxonomyParent
Request Information
URI Parameters
None.
Body Parameters
Collection of Taxonomy_Update_Parent| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ParentId | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"ParentId": 2
},
{
"Id": 1,
"ParentId": 2
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Taxonomy_Heirarchy| Name | Description | Type | Additional information |
|---|---|---|---|
| parentId | integer |
None. |
|
| id | integer |
None. |
|
| label | string |
None. |
|
| data | Object |
None. |
|
| expandedIcon | string |
None. |
|
| collapsedIcon | string |
None. |
|
| children | Collection of Taxonomy_Heirarchy |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.