GET api/inventory/InventoryCategory?productId={productId}

Allows you to get a specific Inventory Categories.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
productId

ID of to get

string

Required

Body Parameters

None.

Response Information

Resource Description

with the information

Collection of IInventoryCategory
NameDescriptionTypeAdditional information
ID

integer

None.

InventoryID

integer

None.

CategoryID

integer

None.

IsMain

boolean

None.

DateCreated

date

None.

SortOrder

integer

None.

Response Formats

application/xml, text/xml, application/json, text/json

Sample:

Sample not available.