Skip to main content
POST
Add a controlled reference value

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Reference data value payload.

ReferenceValuePayload schema.

kind
enum<string>
required

Reference, rule, or request kind.

Available options:
comp_id,
sender_sub_id
value
string
required

Value associated with the record.

Response

200 - application/json

OK

ReferenceValue schema.

kind
enum<string>

Reference, rule, or request kind.

Available options:
comp_id,
sender_sub_id
value
string

Value associated with the record.

created_by
string

User that created the record.

created_at
string<date-time>

Timestamp when the record was created.