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

Create / Update MaterialType

2min
POST
This enpoint allows to create or update material type. If you want to update Material Type using POST method you need to fill information for guid field or systemId field in request body.
AUTHENTICATION
Authorization
apiKey
FORM PARAMETERS
title
string
*
systemId
string
Identifier from external system
guid
string
Identifier from Frontu
deleted
boolean

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

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/material_types' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--form 'title=""' \
--form 'systemId=""' \
--form 'guid=""' \
--form 'deleted=""'
RESPONSES
201
400
|
// Returned when successful 





Updated 31 Jul 2023
Did this page help you?
PREVIOUS
Get ResponsiblePerson detail information
NEXT
Get all MaterialTypes
Docs powered by
Archbee
Docs powered by
Archbee