Register a new custom field on a (category, model) pair. The field carries no mapping yet — attach one with the create mapping endpoint.
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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Name of the custom field. Must be snake_case.
2 - 128"guardian_mobile"
Category of the model on which the custom field is created.
HRIS, ATS, LMS "HRIS"
Model on which the custom field is to be applied.
64^[a-z][a-z0-9_-]*$"employee"
Description of the custom field.
"Employee's guardian mobile number"
Successful Response
The response is of type Response Create Custom Field Api V1 Custom Fields Post · object.