Edit

Share via


Get fixedAssetLocations

Retrieves the properties and relationships of a fixed asset location object for Business Central.

HTTP request

Replace the URL prefix for Business Central depending on environment following the guideline.

GET businesscentralPrefix/companies({id})/fixedAssetLocations({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 fixedAssetLocation object in the response body.

Example

Request

Here's an example of the request.

GET https://{businesscentralPrefix}/api/v2.0/companies({id})/fixedAssetLocations({id})

Response

Here's an example of the response.

{
    "id": "LOC0003",
    "code": "WAREHOUSE",
    "displayName": "Main Warehouse Facility",
    "lastModifiedDateTime": "2025-04-15T16:25:42Z"
}

Tips for working with the APIs
fixedAssetLocation
DELETE fixedAssetLocation
POST fixedAssetLocation
PATCH fixedAssetLocation