Field Values

Create custom field values

Create custom field values (up to 1000 values at once) for a specific field

post/v1/fields/{field_id}/values

Path parameters

field_idstring required

The Field Brex identifier

Headers

Idempotency-Keystring required

Idempotency key for this request.

Request body

Example request

{
  "items": [
    {
      "value_id": "FooBar",
      "remote_id": "foo_bar"
    }
  ]
}

Response

Create custom field values response

Example response

{
  "items": [
    {
      "brex_id": "efo_foobar",
      "remote_id": "foo_bar",
      "value_id": "foo_bar",
      "field_id": "extended_field_foobar"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.