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.
Retrieves the properties and relationships of a fixed asset object for Business Central.
HTTP request
Replace the URL prefix for Business Central depending on environment following the guideline.
GET businesscentralPrefix/companies({id})/fixedAssets({id})
Request headers
Header | Value |
---|---|
Authorization | Bearer {token}. Required. |
Request body
Don't supply a request body for this method.
Response
If successful, this method returns a 200 OK
response code and a fixedAsset object in the response body.
Example
Request
Here's an example of the request.
GET https://{businesscentralPrefix}/api/v2.0/companies({id})/fixedAssets({id})
Response
Here's an example of the response.
{
"id": "FA000012",
"number": "FA-1005",
"displayName": "Company Vehicle - Ford Escape",
"fixedAssetLocationCode": "MAIN",
"fixedAssetLocationId": "LOC0001",
"classCode": "VEHICLE",
"subclassCode": "COMPANY",
"blocked": false,
"serialNumber": "1FMCU0F74MUA12345",
"employeeNumber": "EM1042",
"employeeId": "e2a5738a-44e3-ea11-bb43-000d3a2feca1",
"underMaintenance": false,
"acquisitionDate": "2025-01-15",
"depreciationStartingDate": "2025-01-15",
"acquisitionCost": 32500.00,
"depreciationMethod": "Straight-Line",
"depreciationYears": 5,
"bookValue": 29037.50,
"lastModifiedDateTime": "2025-04-15T14:28:36Z"
}
Related information
Tips for working with the APIs
fixedAsset
DELETE fixedAsset
POST fixedAsset
PATCH fixedAsset