Custom Fields
Create Custom Field
Register a new custom field on a (category, model) pair. The field carries no mapping yet — attach one with the create mapping endpoint.
POST
Create Custom Field
Documentation Index
Fetch the complete documentation index at: https://docs.bindbee.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Name of the custom field. Must be snake_case.
Required string length:
2 - 128Example:
"guardian_mobile"
Category of the model on which the custom field is created.
Available options:
HRIS, ATS, LMS Example:
"HRIS"
Model on which the custom field is to be applied.
Maximum string length:
64Pattern:
^[a-z][a-z0-9_-]*$Example:
"employee"
Description of the custom field.
Example:
"Employee's guardian mobile number"
Response
Successful Response
The response is of type Response Create Custom Field Api V1 Custom Fields Post · object.
Create Custom Field