GET api/pricelists?PriceListId={PriceListId}&RequestType={RequestType}&Page={Page}&PageSize={PageSize}&RecordDtModifiedFrom={RecordDtModifiedFrom}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
PriceListId

string

None.

RequestType

sqRequestType

None.

Page

integer

None.

PageSize

integer

None.

RecordDtModifiedFrom

date

None.

Body Parameters

None.

Response Information

Resource Description

Collection of 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:
<ArrayOfPriceList xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <PriceList>
    <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-24T17:38:40.31824+02:00</PriceListValidityFrom>
    <PriceListValidityTo>2024-04-24T17:38:40.31824+02:00</PriceListValidityTo>
    <Active>true</Active>
    <PriceListCustomerId>sample string 6</PriceListCustomerId>
    <InsUpdDate>2024-04-24T17:38:40.31824+02:00</InsUpdDate>
    <PaymentPeriod>1</PaymentPeriod>
    <Notes>sample string 7</Notes>
  </PriceList>
  <PriceList>
    <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-24T17:38:40.31824+02:00</PriceListValidityFrom>
    <PriceListValidityTo>2024-04-24T17:38:40.31824+02:00</PriceListValidityTo>
    <Active>true</Active>
    <PriceListCustomerId>sample string 6</PriceListCustomerId>
    <InsUpdDate>2024-04-24T17:38:40.31824+02:00</InsUpdDate>
    <PaymentPeriod>1</PaymentPeriod>
    <Notes>sample string 7</Notes>
  </PriceList>
</ArrayOfPriceList>