CustomFieldInput
Defines the input to create a new custom field or update an existing one.
input CustomFieldInput {
definitionId: ID!
value: JSON
}
Fields
CustomFieldInput.definitionId
● ID!
non-null scalar
The ID of the custom field definition associated with the custom field.
CustomFieldInput.value
● JSON
scalar
The value of the custom field. Optional. To remove the value of an existing custom field, omit this field.
Expected type depending on the custom definition type:
Custom field definition type | Expected type |
---|---|
TEXT | A string |
CHECKBOX | A boolean value, true or false |
AMOUNT | A numeric value |
NUMBER | A numeric value |
DATE | A date represented as a string with the yyyy-MM-dd format |
TAG | The desired value of the tag |
HTML | A string representing an HTML fragment |
Member Of
CreateCeContactStoreMarketingRecordInput
input ● CreateCeContactStoreNoteInput
input ● CreateContactInput
input ● CreateContactStoreMarketingRecordInput
input ● CreateContactStoreNoteInput
input ● CreateEventMarketingRecordInput
input ● CreateEventNoteInput
input ● CreateExhibitionBookingInput
input ● CreateFunctionRegistrationInput
input ● CreateFunctionRegistrationWithBasicGuestsInput
input ● CreateFunctionRegistrationWithContactGuestsInput
input ● CreateMembershipContactStoreMarketingRecordInput
input ● CreateMembershipContactStoreNoteInput
input ● CreatePresentationInput
input ● CreateRegistrationInput
input ● CreateSessionInput
input ● UpdateCeContactStoreInput
input ● UpdateCeContactStoreMarketingRecordInput
input ● UpdateCeContactStoreNoteInput
input ● UpdateContactDetailsInput
input ● UpdateContactStoreInput
input ● UpdateContactStoreMarketingRecordInput
input ● UpdateContactStoreNoteInput
input ● UpdateEventInput
input ● UpdateEventMarketingRecordInput
input ● UpdateEventNoteInput
input ● UpdateExhibitionBookingInput
input ● UpdateFunctionRegistrationInput
input ● UpdateFunctionRegistrationWithBasicGuestsInput
input ● UpdateFunctionRegistrationWithContactGuestsInput
input ● UpdateMembershipContactStoreInput
input ● UpdateMembershipContactStoreMarketingRecordInput
input ● UpdateMembershipContactStoreNoteInput
input ● UpdatePresentationInput
input ● UpdateRegistrationInput
input ● UpdateSessionInput
input