INPUT_OBJECT
CreateOnlineFormInput
link GraphQL Schema definition
- input CreateOnlineFormInput {
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the exchange rate list.
- : ID
- # Id of the linked email record, when available.
- : ID
- # Ids of the fields included in the form when this submission was captured
- # (snapshot of the form schema at response time).
- : JSONString!
- # Id of the online form definition.
- : ID!
- # Id of the selected currency.
- : ID
- # Id of the selected price list.
- : ID
- # Field whose values are strictly defined with an enumeration of values.
- : ProcessStatusEnum
- : JSONString
- # Revision when entity was lastly changed.
- : Int
- # Accounts the submission was linked to.
- : [CreateOnlineFormRelationNoOnlineFormBackrefInput!]
- # Contacts the submission was linked to.
- : [CreateOnlineFormRelationNoOnlineFormBackrefInput!]
- # Leads the submission was linked to.
- : [CreateOnlineFormRelationNoOnlineFormBackrefInput!]
- # Opportunities the submission was linked to.
- : [CreateOnlineFormRelationNoOnlineFormBackrefInput!]
- # Quotes the submission was linked to.
- : [CreateOnlineFormRelationNoOnlineFormBackrefInput!]
- # Projects the submission was linked to.
- : [CreateOnlineFormRelationNoOnlineFormBackrefInput!]
- # Custom entity records the submission was linked to.
- : [CreateOnlineFormRelationNoOnlineFormBackrefInput!]
- }