POST api/pricelists/ModifyPriceLists

Request Information

URI Parameters

None.

Body Parameters

PriceList
NameDescriptionTypeAdditional information
PriceListId

string

None.

PriceListDescription

string

None.

CurrencyId

string

None.

ExcludeDiscount

boolean

None.

LimitedView

boolean

None.

VatIncluded

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>
  <PriceListValidityFrom>2024-03-29T07:42:37.7769155+01:00</PriceListValidityFrom>
  <PriceListValidityTo>2024-03-29T07:42:37.7769155+01:00</PriceListValidityTo>
  <Active>true</Active>
  <PriceListCustomerId>sample string 6</PriceListCustomerId>
  <InsUpdDate>2024-03-29T07:42:37.7769155+01:00</InsUpdDate>
  <PaymentPeriod>1</PaymentPeriod>
  <Notes>sample string 7</Notes>
</PriceList>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

UpdateResult
NameDescriptionTypeAdditional 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>