Frontu API Sandbox
ClientApi/Client
Create / Update Client
2min
POST
AUTHENTICATION
Authorization
apiKey
FORM PARAMETERS
title
string
*Client name
address
string
Client address
city
string
Client city
phone
string
Client phone number
email
string
Client E-mail
creditStatus
string
Credit status guid or systemId
companyVatCode
string
companyCode
string
note
string
systemId
string
Identifier from external system
guid
string
Identifier from Frontu
deleted
boolean
Mark if entity is archived (1) or active (0)
clientType
integer
1 - physical, 2 - juridical
customValues
string
JSON object for custom field data (for example "guid": "value")
reportEmails
string
It is a additional fields for the client emails
RESPONSES
201
Returned when successful
400
Data contains errors
object
Data contains errors
code
string
message
string
errors
object
Example: [object Object]
Curl
Python
PHP
Shell
C#
|
RESPONSES
201
400
|

Updated 31 Jul 2023
Did this page help you?