Skip to content

Create a(n) Company Field V2 record​

POST
/companiesV2/customfields

Authorizations​

Bearer

Please create a SessionId using the access-token endpoint and enter it here.

TypeHTTP (bearer)

Request Body​

application/json
JSON
{
"CompanyId": 0,
"FieldName": "string",
"Value": [...],
"Action": "string"
}

Responses​

application/json
JSON
{
"CompanyId": 0,
"FieldName": "string",
"Value": [...],
"Action": "string"
}

Playground​

Authorization
Body

Samples​