POST v1/{site}/Price/PriceList?custoNo={custoNo}&priceMethod={priceMethod}&projectNo={projectNo}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| custoNo | No documentation available. |
Define this parameter in the request URI. |
| itemList | No documentation available. |
Define this parameter in the request body. |
| priceMethod | No documentation available. |
Define this parameter in the request URI. |
| projectNo | No documentation available. |
Define this parameter in the request URI. |
| site | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
[
{
"sku": "sample string 1",
"quantity": 2.0
},
{
"sku": "sample string 1",
"quantity": 2.0
},
{
"sku": "sample string 1",
"quantity": 2.0
}
]
application/xml, text/xml
Sample:
<ArrayOfItemList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NOTOServiceLibrary"><ItemList><quantity>2</quantity><sku>sample string 1</sku></ItemList><ItemList><quantity>2</quantity><sku>sample string 1</sku></ItemList><ItemList><quantity>2</quantity><sku>sample string 1</sku></ItemList></ArrayOfItemList>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"sku": "sample string 1",
"quantity": 2.0,
"price": 3.0
},
{
"sku": "sample string 1",
"quantity": 2.0,
"price": 3.0
},
{
"sku": "sample string 1",
"quantity": 2.0,
"price": 3.0
}
]
application/xml, text/xml
Sample:
<ArrayOfItemListOut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NOTOServiceLibrary"><ItemListOut><price>3</price><quantity>2</quantity><sku>sample string 1</sku></ItemListOut><ItemListOut><price>3</price><quantity>2</quantity><sku>sample string 1</sku></ItemListOut><ItemListOut><price>3</price><quantity>2</quantity><sku>sample string 1</sku></ItemListOut></ArrayOfItemListOut>