POST api/pricelists/ModifyPriceLists
Request Information
URI Parameters
None.
Body Parameters
PriceListName | Description | Type | Additional information |
---|---|---|---|
PriceListId | string |
None. |
|
PriceListDescription | string |
None. |
|
CurrencyId | string |
None. |
|
ExcludeDiscount | boolean |
None. |
|
LimitedView | boolean |
None. |
|
VatIncluded | boolean |
None. |
|
ContractPriceList | boolean |
None. |
|
PriceListValidityFrom | date |
None. |
|
PriceListValidityTo | date |
None. |
|
Active | boolean |
None. |
|
PriceListCustomerId | string |
None. |
|
InsUpdDate | date |
None. |
|
PaymentPeriod | integer |
None. |
|
Notes | string |
None. |
Request Formats
application/xml, text/xml
Sample:
<PriceList xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <PriceListId>sample string 1</PriceListId> <PriceListDescription>sample string 2</PriceListDescription> <CurrencyId>sample string 3</CurrencyId> <ExcludeDiscount>true</ExcludeDiscount> <LimitedView>true</LimitedView> <VatIncluded>true</VatIncluded> <ContractPriceList>true</ContractPriceList> <PriceListValidityFrom>2024-11-21T15:40:25.2780106+01:00</PriceListValidityFrom> <PriceListValidityTo>2024-11-21T15:40:25.2780106+01:00</PriceListValidityTo> <Active>true</Active> <PriceListCustomerId>sample string 7</PriceListCustomerId> <InsUpdDate>2024-11-21T15:40:25.2780106+01:00</InsUpdDate> <PaymentPeriod>1</PaymentPeriod> <Notes>sample string 8</Notes> </PriceList>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
UpdateResultName | Description | Type | Additional information |
---|---|---|---|
ResultCode | ExternalResultCode |
None. |
|
Errors | Collection of Error |
None. |
Response Formats
application/xml, text/xml
Sample:
<UpdateResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <ResultCode>None</ResultCode> <Errors> <Error> <Level>Warning</Level> <Message>sample string 1</Message> </Error> <Error> <Level>Warning</Level> <Message>sample string 1</Message> </Error> </Errors> </UpdateResult>