POST api/WarehouseProductSort/UpdateBundleSize
Request Information
URI Parameters
None.
Body Parameters
DistributionProductModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ProductId | integer |
None. |
|
| ProductName | string |
None. |
|
| ProductShortName | string |
None. |
|
| ProductType | string |
None. |
|
| ProductGroup | string |
None. |
|
| BundleSize | integer |
None. |
|
| LinkedProduct | string |
None. |
|
| LinkedProductId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ProductId": 2,
"ProductName": "sample string 3",
"ProductShortName": "sample string 4",
"ProductType": "sample string 5",
"ProductGroup": "sample string 6",
"BundleSize": 7,
"LinkedProduct": "sample string 8",
"LinkedProductId": 1
}
text/html
Sample:
{"Id":1,"ProductId":2,"ProductName":"sample string 3","ProductShortName":"sample string 4","ProductType":"sample string 5","ProductGroup":"sample string 6","BundleSize":7,"LinkedProduct":"sample string 8","LinkedProductId":1}
application/xml, text/xml
Sample:
<DistributionProductModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mediahuis.Models.WarehouseProductSort"> <BundleSize>7</BundleSize> <Id>1</Id> <LinkedProduct>sample string 8</LinkedProduct> <LinkedProductId>1</LinkedProductId> <ProductGroup>sample string 6</ProductGroup> <ProductId>2</ProductId> <ProductName>sample string 3</ProductName> <ProductShortName>sample string 4</ProductShortName> <ProductType>sample string 5</ProductType> </DistributionProductModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.