INPUT_OBJECT
CreateOrUpdateClientInput
link GraphQL Schema definition
- input CreateOrUpdateClientInput {
- : String
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the default sales unit.
- : ID
- # Email. Readonly information from UserProfile.
- : String
- # First name. Readonly information from UserProfile.
- : String
- # Timestamp of the user's most recent login or API request.
- : DateTime
- # Last name. Readonly information from UserProfile.
- : String
- # Id of the assigned user role.
- : ID
- # Middle name. Readonly information from UserProfile.
- : String
- # Phone number. Readonly information from UserProfile.
- : String
- # Job title or position of the user.
- : String
- # Region. Readonly information from UserProfile.
- : String
- # Timezone offset (DEPRECATED)Readonly information from UserProfile.
- : String
- # Field whose values are strictly defined with an enumeration of values.
- : ClientTypeEnum
- # Revision when entity was lastly changed.
- : Int
- # Sales units the user belongs to (as member or manager).
- : [CreateSalesUnitClientRelationNoClientBackrefInput!]
- # Appointments marked as favorite by the user.
- : [CreateClientFavoriteNoOwnerBackrefInput!]
- # Tasks marked as favorite by the user.
- : [CreateClientFavoriteNoOwnerBackrefInput!]
- # Accounts marked as favorite by the user.
- : [CreateClientFavoriteNoOwnerBackrefInput!]
- # Contacts marked as favorite by the user.
- : [CreateClientFavoriteNoOwnerBackrefInput!]
- # Screen profiles marked as favorite by the user.
- : [CreateClientFavoriteNoOwnerBackrefInput!]
- # Reports marked as favorite by the user.
- : [CreateClientFavoriteNoOwnerBackrefInput!]
- # Leads marked as favorite by the user.
- : [CreateClientFavoriteNoOwnerBackrefInput!]
- # Opportunities marked as favorite by the user.
- : [CreateClientFavoriteNoOwnerBackrefInput!]
- }