PUT api/CustomerPriceLists/{Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
Required |
Body Parameters
CustomerPriceListData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| TerritoryId | globally unique identifier |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| PriceListId | globally unique identifier |
None. |
|
| PackageId | globally unique identifier |
None. |
|
| Price | decimal number |
None. |
|
| IsDeleted | integer |
None. |
|
| Updated | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "d5404582-3b77-454e-85c3-15e4715104b6",
"CustomerId": "b234c0e2-ded3-45fc-8aee-8920073b7f49",
"TerritoryId": "935816b5-20d7-4582-9168-56396559c578",
"ProductId": "4baa7164-8a33-40c6-8826-65503b840b78",
"PriceListId": "ff7741bd-dc67-442f-b988-2416e6b4e852",
"PackageId": "ffd10018-af3d-4ee9-84d5-f1d2ba27521a",
"Price": 1.0,
"IsDeleted": 1,
"Updated": "2025-12-15T23:39:36.0711358-05:00"
}
application/xml, text/xml
Sample:
<CustomerPriceListData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IosWebApi.Models"> <CustomerId>b234c0e2-ded3-45fc-8aee-8920073b7f49</CustomerId> <Id>d5404582-3b77-454e-85c3-15e4715104b6</Id> <IsDeleted>1</IsDeleted> <PackageId>ffd10018-af3d-4ee9-84d5-f1d2ba27521a</PackageId> <Price>1</Price> <PriceListId>ff7741bd-dc67-442f-b988-2416e6b4e852</PriceListId> <ProductId>4baa7164-8a33-40c6-8826-65503b840b78</ProductId> <TerritoryId>935816b5-20d7-4582-9168-56396559c578</TerritoryId> <Updated>2025-12-15T23:39:36.0711358-05:00</Updated> </CustomerPriceListData>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |