dimensionSetLine resource type

Represents a dimension set 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 dimensionSetLine dimensionSetLine Gets a dimension set line object.
DELETE dimensionSetLine none Deletes a dimension set line object.
POST dimensionSetLine dimensionSetLine Creates a dimension set line object.
PATCH dimensionSetLine dimensionSetLine Updates a dimension set line object.
Navigation Return Type Description
salesInvoice salesInvoice Gets the salesinvoice of the dimensionSetLine.
salesInvoiceLine salesInvoiceLine Gets the salesinvoiceline of the dimensionSetLine.
customerPayment customerPayment Gets the customerpayment of the dimensionSetLine.
journalLine journalLine Gets the journalline of the dimensionSetLine.
timeRegistrationEntry timeRegistrationEntry Gets the timeregistrationentry of the dimensionSetLine.
generalLedgerEntry generalLedgerEntry Gets the generalledgerentry of the dimensionSetLine.
salesOrder salesOrder Gets the salesorder of the dimensionSetLine.
salesOrderLine salesOrderLine Gets the salesorderline of the dimensionSetLine.
salesQuote salesQuote Gets the salesquote of the dimensionSetLine.
salesQuoteLine salesQuoteLine Gets the salesquoteline of the dimensionSetLine.
salesCreditMemo salesCreditMemo Gets the salescreditmemo of the dimensionSetLine.
salesCreditMemoLine salesCreditMemoLine Gets the salescreditmemoline of the dimensionSetLine.
purchaseInvoice purchaseInvoice Gets the purchaseinvoice of the dimensionSetLine.
purchaseInvoiceLine purchaseInvoiceLine Gets the purchaseinvoiceline of the dimensionSetLine.
vendorPayment vendorPayment Gets the vendorpayment of the dimensionSetLine.
salesShipment salesShipment Gets the salesshipment of the dimensionSetLine.
salesShipmentLine salesShipmentLine Gets the salesshipmentline of the dimensionSetLine.
purchaseReceipt purchaseReceipt Gets the purchasereceipt of the dimensionSetLine.
purchaseReceiptLine purchaseReceiptLine Gets the purchasereceiptline of the dimensionSetLine.
purchaseOrder purchaseOrder Gets the purchaseorder of the dimensionSetLine.
purchaseOrderLine purchaseOrderLine Gets the purchaseorderline of the dimensionSetLine.
purchaseCreditMemo purchaseCreditMemo Gets the purchasecreditmemo of the dimensionSetLine.
purchaseCreditMemoLine purchaseCreditMemoLine Gets the purchasecreditmemoline of the dimensionSetLine.

Properties

Property Type Description
id GUID The unique ID of the dimension set line. Non-editable.
code string The code of the dimension set line.
consolidationCode string
parentId GUID The ID of the parent entity.
parentType NAV.dimensionSetEntryBufferParentType The type of the parent document of the dimension set line. It can be " ", "Journal Line", "Sales Order", "Sales Order Line", "Sales Quote", "Sales Quote Line", "Sales Credit Memo", "Sales Credit Memo Line", "Sales Invoice", "Sales Invoice Line", "Purchase Invoice", "Purchase Invoice Line", "General Ledger Entry" or "Time Registration Entry".
displayName string Specifies the dimension set line's name. This name will appear on all sales documents for the dimension set line.
valueId GUID The unique ID of the value of the dimension.
valueCode string The code of the value of the dimension.
valueConsolidationCode string
valueDisplayName string The display name of the value of the dimension. Read-Only.

JSON representation

Here is a JSON representation of the dimensionSetLine resource.

{
    "id": "GUID",
    "code": "string",
    "consolidationCode": "string",
    "parentId": "GUID",
    "parentType": "NAV.dimensionSetEntryBufferParentType",
    "displayName": "string",
    "valueId": "GUID",
    "valueCode": "string",
    "valueConsolidationCode": "string",
    "valueDisplayName": "string"
}

See Also

GET dimensionSetLine
DELETE dimensionSetLine
POST dimensionSetLine
PATCH dimensionSetLine