PUT SkuCategories/{id}
Updates the skuCategory.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The ID of the skuCategory. |
globally unique identifier |
Required |
Body Parameters
The new data of the skuCategory.
SkuCategoryDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| NetworkId | globally unique identifier |
None. |
|
| Code | string |
None. |
|
| Name | string |
None. |
|
| Abbreviation | string |
None. |
|
| IsPos | boolean |
None. |
|
| IsFleetDry | boolean |
None. |
|
| IsReward | boolean |
None. |
|
| IsService | boolean |
None. |
|
| IsLoyalty | boolean |
None. |
|
| StockKeepingUnitsCategory1Id | globally unique identifier |
None. |
|
| StockKeepingUnitsCategoryParent | SkuCategoryDto |
None. |
|
| UpdateDate | date |
None. |
Request 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.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
State of the action.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.