GET SkuCategories/{id}
Gets a skuCategory by it's ID, represented as SkuCategoryDto.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The ID of the skuCategory. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
The skuCategory data.
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.