Fields
Create a custom field
Create a custom field
post/v1/fields
Headers
Idempotency-Keystring required
Idempotency key for this request.
Request body
Example request
{
"remote_id": "foo_bar",
"integration_id": "int_123"
}Response
Create custom field response
Example response
{
"brex_id": "extended_field_foobar",
"remote_id": "foo_bar"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.