GET api/inventory/Media?productID={productID}

Return the Media information for an inventory

Request Information

URI Parameters

NameDescriptionTypeAdditional information
productID

string

Required

Body Parameters

None.

Response Information

Resource Description

The ProductID of the item to be returned.

Collection of IInventoryImage
NameDescriptionTypeAdditional information
ID

integer

None.

InventoryID

integer

None.

Filename

string

None.

ImageType

integer

None.

Description

string

None.

Title

string

None.

IsActive

boolean

None.

SortOrder

integer

None.

IsListImage

boolean

None.

IsDetailImage

boolean

None.

IsVideo

boolean

None.

ExternalReferenceID

string

None.

ExternalReferenceTypeID

integer

None.

Response Formats

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

Sample:

Sample not available.