GraphQL INPUT_OBJECT
UpdateClientInput
link Definition
- input UpdateClientInput {
- # Id of the client.
- : Int!
- # Full company name.
- : String
- # Short company name.
- : String
- # Internal company name.
- : String
- # Client status.
- : ClientStatusEnum
- # Currency.
- : CurrencyEnum
- # Default base currency.
- : CurrencyEnum
- # Available currencies.
- : [CurrencyEnum]
- # Available languages.
- : [LanguageEnum]
- # Default language.
- : LanguageEnum
- # Client group.
- : Int
- # Client segment.
- : ClientSegmentEnum
- # Office location.
- : Int
- # Payment delinquency configuration.
- : Int
- # Notes.
- : String
- # Time of first sale.
- : DateTime
- # Client support contact.
- : Int
- # Security policy.
- : Int
- # Cleverbridge contacts.
- : CleverbridgeContactsInput
- # Extended settings for the client account.
- : ExtendedClientSettingsInput
- # Customize the credit card descriptor to match the company name of the client.
- # This makes it easier for customers to recognize the purchase they have made in
- # their credit card billing statement.
- : String
- # Only secure notifications
- : Boolean
- # Shipping configuration.
- : Int
- # Catalog.
- : Int
- # Policies & procedures of the client.
- : [ClientPolicyInput]
- # Settings for refund policies
- : RefundPolicySettingsInput
- # Client contacts.
- : [TypedClientContactInput]
- # Payout information.
- : [PayoutInformationInput]
- # ClientAddonsPrivilegeSetId 7 is not valid.
- : [Int!]
- # Service endpoint for upgrade management.
- : ServiceEndpointInput
- # Client subscription Settings.
- : ClientSubscriptionSettingsInput
- }