Create a custom field for a contract type

Create a custom field scoped to a specific contract type. The created field will have appliesTo: "contracts" and will be linked to the specified contract type.

Required Fields:

  • name - Internal field name (lowercase with underscores)
  • label - Display label
  • fieldType - One of: text, number, date, dropdown, multi_select, url

Optional Fields:

  • description - Help text
  • required - Whether the field is required (default: false)
  • defaultValue - Default value for new contracts
  • choices - Required for dropdown and multi_select types
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Contract Type ID

Body Params
string
required
string
required
string
enum
required
Allowed:
string | null
boolean
string | null
choices
array of strings
choices
Responses
201

custom field created

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json