Main

⌘K
API-Basics
Frontu->SystemX (Periodical check + Filters)
SystemX->Frontu (Clients + Objects + Equipments)
SystemX->Frontu (Custom fields)
SystemX->Frontu (Standartized Material Remains)
SystemX->Frontu (Standartized Materials)
SystemX->Frontu (Task Request)
SystemX -> Frontu (Clients + Objects)
Task templates and task
Webhooks
Frontu API Sandbox
ClientApi/Client
ClientApi/Workspace
ClientApi/StandartizedMaterial
ClientApi/StandartizedWork
ClientApi/ResponsiblePerson
ClientApi/MaterialType
ClientApi/Place
ClientApi/Task
ClientApi/TaskRequest
ClientApi/TaskType
ClientApi/Material
ClientApi/Work
ClientApi/RouteHistory
ClientApi/TaskStatusHistory
ClientApi/Note
ClientApi/CreditStatus
ClientApi/ClientCustomField
ClientApi/TaskCustomField
ClientApi/WorkspaceCustomField
ClientApi/StandartizedWorkCustomField
ClientApi/StandartizedMaterialCustomField
ClientApi/TaskStopReason
ClientApi/File
ClientApi/File/Download
ClientApi/Image
ClientApi/Image/Download
ClientApi/EvaluationForm
ClientApi/User
ClientApi/Equipment
ClientApi/UserTaskTimes
ClientApi/Travels
ClientApi/Evaluations
ClientApi/StandartizedMaterialRemains
ClientApi/WorkspaceResponsiblePerson
Docs powered by
Archbee
Frontu API Sandbox
ClientApi/ClientCustomField

Create / Update ClientCustomField

2min
POST
This endpoint allows to create or update client custom field values. If you want to update Client Custom Field values using POST method you need to fill information for guid field or systemId field in request body.
AUTHENTICATION
Authorization
apiKey
FORM PARAMETERS
title
string
*
type
integer
*

(0 - text, 1 - select, 2 - date, 3 - number, * 4 - checkbox, 5 - autocomplete, 6 - email, 7 - phone)

required
boolean
visible
boolean
data
string

For 'Select' and 'Autocomplete' custom fields, enter comma-separated options here

RESPONSES
201
Returned when successful
400
Data contains errors
Curl
Python
PHP
Shell
C#
|
curl --location --request POST 'https://dev1.frontu.com/client/api/v2/customfields/clients' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--form 'title=""' \
--form 'type=""' \
--form 'required=""' \
--form 'visible=""' \
--form 'data=""'
RESPONSES
201
400
|
// Returned when successful 





Updated 31 Jul 2023
Did this page help you?
PREVIOUS
Get ClientCustomField list
NEXT
Get ClientCustomField information
Docs powered by
Archbee
Docs powered by
Archbee