Frontu API Sandbox
ClientApi/Equipment
Create / Update Equipment models
2min
POST
RESPONSES
200
OK
object
OK
title
string
*systemId
string
*Curl
Python
PHP
Shell
C#
|
RESPONSES
200
|

Updated 31 Jul 2023
Did this page help you?
curl --location --request POST 'https://dev1.frontu.com/client/api/v2/equipment_models' \ --header 'Accept: application/json' \ --header 'Content-Type: application/json'
// OK { "title": "", "systemId": "" }