Companies
Update Company
Update a single company from the database.
PUT
/
core
/
companies
/
{company_id}
Authorizations
api_key
string
headerrequiredPath Parameters
company_id
integer
requiredThe ID of the company to update
Body
application/json
The data of the company endpoint
name
string | null
Name of the company
partner_id
string | null
Unique identifier in your system.
sync_config
object[] | null
The sync configuration of the connection
Response
200 - application/json
The data of the company endpoint
data
object[]
requiredThe data of the company endpoint
next
string | null
The next page of objects to retrieve