Frontu API Sandbox
ClientApi/Equipment
Create / Update Equipments
2min
POST
AUTHENTICATION
Authorization
apiKey
FORM PARAMETERS
title
string
Equipment title
guid
string
Identifier from Frontu
deleted
boolean
Mark if entity is archived (1) or active (0)
systemId
string
Identifier from external system
workspace
string
Workspace identifier guid
equipmentModel
string
Equipment model identifier guid
serialNumber
string
installDate
string
When the equipment are installed
warrantyExpirationDate
string
When the warranty expiration
nextMaintenanceDate
string
Next maintenance date
note
string
paidBy
string
customValues
string
JSON object for custom field data (for example "guid": "value")
location
string
Directions where to find equipment in the building
RESPONSES
200
OK
400
Bad Request
object
Bad Request
code
string
*message
string
*errors
object
*Example: [object Object]
Curl
Python
PHP
Shell
C#
|
RESPONSES
200
400
|

Updated 31 Jul 2023
Did this page help you?