Frontu API Sandbox
ClientApi/Equipment

Create / Update Equipments

1min
POST
https://dev1.frontu.com//client/api/v2/equipments

This endpoint allows to update or create equipments values.

Example how to use custom values:

You need to specify it for example like this:

first value is guid of the custom field (for this case you can select all custom fields in this endpoint - https://tasker.stoplight.io/docs/tasker-api-v2/tasker_swagger.json/paths/~1client~1api~1v2~1customfields~1equipments/post ), and second is value of the custom field. "customValues": { "f889fbe9-9d9b-3c8a-8549-e321ee7e3e34": "Custom Value", "f889fbe9-9d9b-3c8a-8549-e321ee7e3e35": "Custom Value 2", "f889fbe9-9d9b-3c8a-8549-e321ee7e3e38": "2" }

Authentication
Authorization
Body Parameters
body
title
guid
deleted
systemId
workspace
equipmentModel
serialNumber
installDate
warrantyExpirationDate
nextMaintenanceDate
note
paidBy
customValues
location
Responses
200
OK
400
Bad Request
code
*
message
*
errors
*
Curl
JS
Ruby
Python
Responses
200
400