GET api/pricelists/{priceListId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
priceListId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
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. |
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> <ContractPriceList>true</ContractPriceList> <PriceListValidityFrom>2024-11-23T04:03:07.0812806+01:00</PriceListValidityFrom> <PriceListValidityTo>2024-11-23T04:03:07.0812806+01:00</PriceListValidityTo> <Active>true</Active> <PriceListCustomerId>sample string 7</PriceListCustomerId> <InsUpdDate>2024-11-23T04:03:07.0812806+01:00</InsUpdDate> <PaymentPeriod>1</PaymentPeriod> <Notes>sample string 8</Notes> </PriceList>