GET api/pricelists/{priceListId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
priceListId

string

Required

Body Parameters

None.

Response Information

Resource Description

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.

Response 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-04-20T03:59:14.3476181+02:00</PriceListValidityFrom>
  <PriceListValidityTo>2024-04-20T03:59:14.3476181+02:00</PriceListValidityTo>
  <Active>true</Active>
  <PriceListCustomerId>sample string 6</PriceListCustomerId>
  <InsUpdDate>2024-04-20T03:59:14.3476181+02:00</InsUpdDate>
  <PaymentPeriod>1</PaymentPeriod>
  <Notes>sample string 7</Notes>
</PriceList>