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/ResponsiblePerson

Create / Update ResponsiblePerson

2min
POST
This enpoint allows to create or update the responsible person. If you want to update Responsible person using POST method you need to fill information for guid field or systemId field in request body.
AUTHENTICATION
Authorization
apiKey
FORM PARAMETERS
firstName
string
*
lastName
string
email
string
phone
string
position
string

e.g Manager, Director and etc.

note
string
systemId
string
Identifier from external system
guid
string
Identifier from Frontu
deleted
boolean

Mark if entity is archived (1) or active (0)

client
string
GUID or systemId of Client
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/responsible_persons' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--form 'firstName=""' \
--form 'lastName=""' \
--form 'email=""' \
--form 'phone=""' \
--form 'position=""' \
--form 'note=""' \
--form 'systemId=""' \
--form 'guid=""' \
--form 'deleted=""' \
--form 'client=""'
RESPONSES
201
400
|
// Returned when successful 





Updated 31 Jul 2023
Did this page help you?
PREVIOUS
Get StandartizedWork detail information
NEXT
Get responsible person list
Docs powered by
Archbee
Docs powered by
Archbee