PriceLists
Queryable, Introduced in version 2.18
GET https://localhost:8001/sv/001.1/api/v1/Common/PriceLists
Represents a price list.
GUID
860576DC-266D-4341-A268-04A3606E695C
Required permission
Show price lists
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| Id | Int64 | The business key identifier of the price list. |
|
| Number | Int64 | The price list number. |
|
| Description | String | The translated description of the price list. |
|
| ConversionFactor | Decimal | The conversion factor of the price list. |
|
| ParentPriceListId | Int64? | The business key identifier of the price list's parent. References PriceLists. |
|
| CurrencyId | Int64 | The business key identifier of the price list's currency. References Currencies. |
|
| PriceListBasis | Int32 | Specifies the basis of the price list.
|
|
| CompanyIds | Int64[] | The business key identifiers of the companies that this entity is available for. |
Example
{
"Id": 0,
"Number": 0,
"Description": null,
"ConversionFactor": 0.0,
"ParentPriceListId": null,
"CurrencyId": 0,
"PriceListBasis": 0,
"CompanyIds": null
}