Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieve the properties and relationships of a dimensionSetLine object for Business Central.
HTTP request
Replace the URL prefix for Business Central depending on environment following the guideline.
GET businesscentralPrefix/companies({id})/salesOrders({id})/dimensionSetLines({id})
GET businesscentralPrefix/companies({id})/journalLines({id})/dimensionSetLines({id})
GET businesscentralPrefix/companies({id})/salesOrderLines({id})/dimensionSetLines({id})
GET businesscentralPrefix/companies({id})/salesQuotes({id})/dimensionSetLines({id})
GET businesscentralPrefix/companies({id})/salesQuoteLines({id})/dimensionSetLines({id})
GET businesscentralPrefix/companies({id})/salesCreditMemos({id})/dimensionSetLines({id})
GET businesscentralPrefix/companies({id})/salesCreditMemoLines({id})/dimensionSetLines({id})
GET businesscentralPrefix/companies({id})/salesInvoices({id})/dimensionSetLines({id})
GET businesscentralPrefix/companies({id})/salesInvoiceLines({id})/dimensionSetLines({id})
GET businesscentralPrefix/companies({id})/salesShipments({id})/dimensionSetLines({id})
GET businesscentralPrefix/companies({id})/salesShipmentLines({id})/dimensionSetLines({id})
GET businesscentralPrefix/companies({id})/purchaseInvoices({id})/dimensionSetLines({id})
GET businesscentralPrefix/companies({id})/purchaseInvoiceLines({id})/dimensionSetLines({id})
GET businesscentralPrefix/companies({id})/purchaseReceipts({id})/dimensionSetLines({id})
GET businesscentralPrefix/companies({id})/purchaseReceiptLines({id})/dimensionSetLines({id})
GET businesscentralPrefix/companies({id})/generalLedgerEntries({id})/dimensionSetLines({id})
GET businesscentralPrefix/companies({id})/timeRegistrationEntries({id})/dimensionSetLines({id})
GET businesscentralPrefix/companies({id})/purchaseOrders({id})/dimensionSetLines({id})
GET businesscentralPrefix/companies({id})/purchaseOrderLines({id})/dimensionSetLines({id})
Request headers
Header | Value |
---|---|
Authorization | Bearer {token}. Required. |
Request body
Do not supply a request body for this method.
Response
If successful, this method returns a 200 OK
response code and an dimensionSetLines object in the response body.
Example
Request
Here is an example of the request.
GET https://{businesscentralPrefix}/api/v2.0/companies({id})/salesOrders({id})/dimensionSetLines({id})
Response
Here is an example of the response.
{
"id": "55c99ea7-bde4-ea11-bbf2-00155df3a615",
"code": "BUSINESSGROUP",
"parentId": "85d8a1c5-bde4-ea11-bbf2-00155df3a615",
"parentType": "Sales Order",
"displayName": "Business Group",
"valueId": "56c99ea7-bde4-ea11-bbf2-00155df3a615",
"valueCode": "HOME",
"valueDisplayName": "Home"
}
Related information
Tips for working with the APIs
dimensionsetline
Delete dimensionsetline
Create dimensionsetline
Update dimensionsetline