GET api/inventory/Media?productID={productID}
Return the Media information for an inventory
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| productID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
The ProductID of the item to be returned.
Collection of IInventoryImage| Name | Description | Type | Additional 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. |
|
| IsResourceServerImage | boolean |
None. |
|
| ImageURL | string |
None. |
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.