INPUT_OBJECT
CreateAccountInput
link GraphQL Schema definition
- input CreateAccountInput {
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Profile picture or company logo associated with the account.
- : CreateCloudObjectInput
- # Manual classification grade assigned to the account. Used in segmentation and
- # reporting.
- : AccountClassEnum
- # Id of the account type assigned to this account.
- : ID
- # Street address of the account.
- : String
- # City of the account address.
- : String
- # Free-form notes describing the account.
- : String
- # Country of the account address.
- : String
- # Id of the currency exchange rate list applied to this account.
- : ID
- # Id of the customer type.
- : ID
- # Primary email address of the account. Used as default recipient for emails sent
- # from Coevera.
- : String
- # Additional email address.
- : String
- # Additional email address.
- : String
- # Additional email address.
- : String
- # Additional email address.
- : String
- # Website URL of the account. May be auto-filled from the primary email domain
- # when domain extraction is enabled.
- : String
- # Id of the industry classification.
- : ID
- # True when the account has been archived. Archived accounts remain readable but
- # are hidden from active lists and cannot be edited until reactivated.
- : Boolean
- # Name of the entity and its default text representation.
- : String!
- # Id of the account owner.
- : ID!
- # Id of the parent account.
- : ID
- # Id of the parent-account relationship type.
- : ID
- # Primary phone number of the account. Used as default target for click-to-call.
- : String
- # Additional phone number.
- : String
- # Additional phone number.
- : String
- # Additional phone number.
- : String
- # Additional phone number.
- : String
- # Id of the profile picture document.
- : ID
- # Free-text parent-account name used when the parent has not been linked to an
- # actual Account record. Lets integrators note the relationship without creating a
- # separate parent Account.
- : String
- # Sharing model applied on top of the owner/unit visibility (e.g. shared with
- # selected sales units or selected users). The matching sharing_units /
- # sharing_clients lists control who is granted access.
- : ShareModeEnum
- # State or province of the account address.
- : String
- # Id of the sales unit.
- : ID
- # ZIP or postal code of the account address.
- : String
- : JSONString
- # Revision when entity was lastly changed.
- : Int
- # Social network profiles linked to this account (e.g. LinkedIn, Facebook).
- : CreateAccountSocialRelationNoIdBackrefInput
- # Sales units that have been granted shared access to this account. Editable only
- # when share_mode allows unit sharing.
- : [CreateAccountSharingSalesUnitRelationNoAccountBackrefInput!]
- # Users that have been granted shared access to this account. Editable only when
- # share_mode allows user sharing.
- : [CreateAccountSharingClientRelationNoAccountBackrefInput!]
- # Documents linked to this account.
- : [CreateCloudObjectRelationNoBackrefInput!]
- : Boolean
- # Tag labels applied to this account.
- : [CreateTagRelationNoAccountBackrefInput!]
- # Saved view profiles this account currently matches.
- : [CreateProfileRelationNoAccountBackrefInput!]
- }