POST SkuCategories
Creates a new skuCategory.
Request Information
URI Parameters
None.
Body Parameters
The data of the skuCategory.
SkuCategoryDtoName | 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, and if created returns the skuCategory as SkuCategoryDto and the link to de skuCategory.
SkuCategoryDtoName | 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. |
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.