company/setCustomAttributes

company/setCustomAttributes

Updates the company entity with the custom attributes

Request
Request Body schema:
companyId
required
integer
Array of objects (framework-attribute-interface)
Responses
200

200 Success.

401

401 Unauthorized

default

Unexpected error

post/V1/company/setCustomAttributes
Request samples
{
  • "companyId": 0,
  • "customAttributes": [
    ]
}
Response samples
true