GraphQL INPUT_OBJECT
CreateClientInput
link Definition
- input CreateClientInput {
- # Full company name.
- : String!
- # Short company name.
- : String!
- # Internal company name.
- : String
- # Client status.
- : ClientStatusEnum!
- # Client group.
- : Int!
- # Client contacts.
- : [TypedClientContactInput]
- # Client support contact.
- : CreateClientSupportContactInput!
- # Cleverbridge contacts.
- : CleverbridgeContactsInput
- # Client segment.
- : ClientSegmentEnum
- # Office location.
- : Int
- # Notes.
- : String
- # Time of first sale.
- : DateTime
- # Policies & procedures of the client.
- : [ClientPolicyInput]
- # Settings for refund policies
- : RefundPolicySettingsInput
- }