Events
Apr 8, 3 PM - May 28, 7 AM
Sharpen your AI skills and enter the sweepstakes to win a free Certification exam
Register now!This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
Replace the URL prefix for Business Central depending on environment following the guideline.
GET businesscentralPrefix/companies({id})/fixedAssets({id})
Header | Value |
---|---|
Authorization | Bearer {token}. Required. |
Do not supply a request body for this method.
If successful, this method returns a 200 OK
response code and a fixedAsset object in the response body.
Request
Here is an example of the request.
GET https://{businesscentralPrefix}/api/v2.0/companies({id})/fixedAssets({id})
Response
Here is an example of the response.
{
"id" : "",
"number" : "",
"displayName" : "",
"fixedAssetLocationCode" : "",
"fixedAssetLocationId" : "",
"classCode" : "",
"subclassCode" : "",
"blocked" : "",
"serialNumber" : "",
"employeeNumber" : "",
"employeeId" : "",
"underMaintenance" : "",
"lastModifiedDateTime" : ""
}
Tips for working with the APIs
fixedAsset
DELETE fixedAsset
POST fixedAsset
PATCH fixedAsset
Events
Apr 8, 3 PM - May 28, 7 AM
Sharpen your AI skills and enter the sweepstakes to win a free Certification exam
Register now!