POST api/InventoryAutoship/AutoShipProducts
Method to return a list of IInventoryAutoShipViewModel.
Request Information
URI Parameters
None.
Body Parameters
parameters to get the inventory autoship
InventoryAutoShipInputViewModelName | Description | Type | Additional information |
---|---|---|---|
RepID | integer |
None. |
|
RepDID | string |
None. |
|
CustomerDID | string |
None. |
|
CustomerID | integer |
None. |
|
LocaleID | integer |
None. |
|
ShipCountry | string |
None. |
|
SearchString | string |
None. |
|
ProductID | string |
None. |
|
CategoryID | integer |
None. |
|
AutoShipPeriodTypeID | integer |
None. |
|
AutoShipScheduleID | integer |
None. |
Request Formats
application/xml, text/xml
Sample:
<InventoryAutoShipInputViewModel> <RepID>1</RepID> <RepDID>sample string 1</RepDID> <CustomerDID>sample string 2</CustomerDID> <CustomerID>1</CustomerID> <LocaleID>3</LocaleID> <ShipCountry>sample string 4</ShipCountry> <SearchString>sample string 5</SearchString> <ProductID>sample string 6</ProductID> <CategoryID>1</CategoryID> <AutoShipPeriodTypeID>1</AutoShipPeriodTypeID> <AutoShipScheduleID>1</AutoShipScheduleID> </InventoryAutoShipInputViewModel>
application/json, text/json
Sample:
{ "RepID": 1, "RepDID": "sample string 1", "CustomerDID": "sample string 2", "CustomerID": 1, "LocaleID": 3, "ShipCountry": "sample string 4", "SearchString": "sample string 5", "ProductID": "sample string 6", "CategoryID": 1, "AutoShipPeriodTypeID": 1, "AutoShipScheduleID": 1 }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Get a list of AutoShipProductViewModel
Collection of AutoShipProductViewModelName | Description | Type | Additional information |
---|---|---|---|
InventoryID | string |
None. |
|
ProductID | string |
None. |
|
Description | string |
None. |
|
Explanation | string |
None. |
|
Price | decimal number |
None. |
|
Volume | decimal number |
None. |
|
Volume2 | decimal number |
None. |
|
Volume3 | decimal number |
None. |
|
Volume4 | decimal number |
None. |
|
RelationshipGroupID | string |
None. |
|
DisplayLocale | string |
None. |
|
AS_QtyOptions | string |
None. |
|
CategoryID | integer |
None. |
|
Category | string |
None. |
|
SmallImage | string |
None. |
|
LargeImage | string |
None. |
|
CurrencyTypeID | string |
None. |
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.