v1

latestOpenAPI 3.0.12026-07-245752052.0 MB
Company Attributes

Add values to a company attribute

Adds a list of values to a company attribute.

post/v2/company_attributes/{type}/values

Path parameters

typestring required

Company Attribute type

Request body

attribute_valuesstring[] required

Example request

{
  "attribute_values": [
    "Javascript",
    "Ruby"
  ]
}

Response

Values Created

idinteger
attribute_type_idinteger
valuestring
value_type'any' | 'string' | 'number' | 'date' | 'boolean'

Defines the type of value this attribute can store. It can be: any, string, number, date, boolean

created_atstring date-time
updated_atstring date-time