v1
latestOpenAPI 3.1.02026-08-0420819698.7 KBRoutes
Assets
Fields
Attach Field to Asset
This request attaches a Suggested Field to an Asset. The field and asset must belong to the same location.
For example, let's say I have an Asset called Truck - 001. This Truck doesn't have any Fields attached to it, but I want to track its Make so I can set that this Truck is a Dodge. This is the request I would use to attach the Make Field to the Truck and then I would use the Update Asset Field Value request to set it to Dodge.
Parameter: locationID, Type: Int, Required?: Required, Description: The ID of the Location the Asset exists at. Parameter: fieldID, Type: Int, Required?: Required, Description: The ID of the existing Field to add to the Asset.
put/v2/assets/{assetID}/fields
Response
Attach Field to Asset