POST api/Customization/ItemPrice
Request Information
URI Parameters
None.
Body Parameters
CustomBM| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemID | integer |
None. |
|
| Qty | decimal number |
None. |
|
| CMYK | boolean |
None. |
|
| Pantone1 | boolean |
None. |
|
| Pantone2 | boolean |
None. |
|
| Pantone3 | boolean |
None. |
|
| Pantone4 | boolean |
None. |
|
| Background | boolean |
None. |
|
| Varnish | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ItemID": 1,
"Qty": 2.0,
"CMYK": true,
"Pantone1": true,
"Pantone2": true,
"Pantone3": true,
"Pantone4": true,
"Background": true,
"Varnish": true
}
application/xml, text/xml
Sample:
<CustomBM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWIPIs"> <Background>true</Background> <CMYK>true</CMYK> <ItemID>1</ItemID> <Pantone1>true</Pantone1> <Pantone2>true</Pantone2> <Pantone3>true</Pantone3> <Pantone4>true</Pantone4> <Qty>2</Qty> <Varnish>true</Varnish> </CustomBM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />