Zum Inhalt

priceListLine resource type

Represents a price list line in Business Central.

Note

For information about enabling APIs for Business Central see Enabling the APIs for Dynamics 365 Business Central.

Methods

Method Return Type Description
GET priceListLine priceListLine Gets a price list line object.

Properties

Property Type Description Max Length
🔑 entryNo Integer The unique entry number of the priceListLine. Non-editable.
priceListCode String Specifies the unique identifier of the price list. Non-editable. 20
assignToType NAV.PriceSourceType Specifies the assign-to type for the price calculation, can be "All Customers", "Customer", "Customer Price Group", "Customer Disc. Group, "Contact", "Campaign". Non-editable.
assignToNo String Specifies the number matching the assign-to type. For example, the customer number for the source type "Customer". Non-editable. 20
Currency Code String Specifies the currency that is used for the price list line. Non-editable.
startingDate date Specifies the date from which the price is valid. Non-editable.
endingDate date Specifies the last date that the price is valid. Non-editable.
productType NAV.PriceAssetType Specifies the product type for the price list line, can be "All", "Item", "Item Discount Group", "Resource", "Resource Group", "Service Cost" or "G/l Account". Non-editable.
productNo String Specifies the number matching the product type. For example, the item number for the asset type "Item". Non-editable. 20
description String Specifies the description of the product. Non-editable. 100
variantCode String Specifies the item variant. Non-editable. 10
workTypeCode String Specifies the work type code for the resource. Non-editable. 10
unitOfMeasureCode String Specifies the unit of measure for the product. Non-editable. 10
minimumQuantity Decimal Specifies the minimum quantity of the product. Non-editable.
unitPrice Decimal Specifies the unit price of the product. Non-editable.
allowLineDisc Boolean Specifies if a line discount will be calculated when the price is offered. Non-editable.
vatBusPostingGrPrice Specifies the default VAT business posting group code. Non-editable. 20
amountType NAV.PriceAmountType Specifies whether the price list line defines prices, discounts, or both. Non-editable.
lastModifiedDateTime datetime The last datetime the price list line was modified. Non-editable.

See Also

GET priceListLine