Preview

UpdateAccountInput is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

UpdateAccountInput

Attributes to update for a marketplace account (company)

This page contains

    Fields

    id ID!

    Unique identifier of the account to be updated

    name String

    Name of the account

    countryCode String

    Country code of the account

    accessTypes [AccountAccessType!]

    The type of access that members of this account have

    externalId String

    Account external ID

    defaultRole AccountMembershipRole

    The default role newly created users receive

    customAttributes [CustomAttributeInput!]

    The custom attributes associated with the account's profile

    thirtyDaysPurchaseLimitExempt Boolean PREVIEW

    Exempt company from monthly spend limit

    thirtyDaysPurchaseLimitOverrideAmt BigDecimal PREVIEW

    Overrides monthly spend limit of company above monthly spend limit of marketplace

    dailyPurchaseLimitExempt Boolean PREVIEW

    Exempt company from daily spend limit

    dailyPurchaseLimitOverrideAmt BigDecimal PREVIEW

    Overrides daily spend limit of company above daily spend limit of marketplace

    dailyPurchaseLimit BigDecimal PREVIEW

    Daily spend limit of marketplace

    thirtyDaysPurchaseLimit BigDecimal PREVIEW

    Monthly spend limit of marketplace

    dailyPurchaseRemainingAmt BigDecimal PREVIEW

    Daily remaining spending amount

    thirtyDaysPurchaseRemainingAmt BigDecimal PREVIEW

    Monthly remaining spending amount

    Mutations for UpdateAccountInput

    updateAccount PREVIEW

    Update a marketplace account (company)