Represents a fixed asset location 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 fixedAssetLocation | fixedAssetLocation | Gets a fixed asset location object. |
| DELETE fixedAssetLocation | none | Deletes a fixed asset location object. |
| POST fixedAssetLocation | fixedAssetLocation | Creates a fixed asset location object. |
| PATCH fixedAssetLocation | fixedAssetLocation | Updates a fixed asset location object. |
Properties
| Property | Type | Description |
|---|---|---|
| id | GUID | The unique ID of the fixed asset location. Non-editable. |
| code | string | The code of the fixed asset location. |
| displayName | string | Specifies the fixed asset location's name. This name will appear on all sales documents for the fixed asset location. |
| lastModifiedDateTime | datetime | The last datetime the fixed asset location was modified. Read-Only. |
JSON representation
Here's a JSON representation of the fixedAssetLocation resource.
{
"id": "GUID",
"code": "string",
"displayName": "string",
"lastModifiedDateTime": "datetime"
}
Related information
GET fixedAssetLocation
DELETE fixedAssetLocation
POST fixedAssetLocation
PATCH fixedAssetLocation