FieldDefinitions

Create a new field definition.

post/v2/fielddefinitions

Request body

idinteger

The ID of this record.

codestring

The field code without any prefix. E.g. "F1".

descriptionstring
full_codestring

The fully qualified field code as used in templates. E.g. "BXF1".

namestring
type'booking' | 'property' | 'account' | 'owner' | 'contact'

The type of records to which this field applies.

Response

A model representing the field definition created.

idinteger

The ID of this record.

codestring

The field code without any prefix. E.g. "F1".

descriptionstring
full_codestring

The fully qualified field code as used in templates. E.g. "BXF1".

namestring
type'booking' | 'property' | 'account' | 'owner' | 'contact'

The type of records to which this field applies.

Changes

Changed in 1 of the 7 revisions of this API.1

    • api operation id FieldDefinitions_Post removed and replaced with post-fielddefinitions

      api-operation-id-removed