For the complete documentation index, see llms.txt. This page is also available as Markdown.

accountUpdate

Graphql fields and variables for the accountUpdate mutation

Update an account

Scope required: standard:write

For a complete list of input attributes see the AccountAttributes type

mutation accountUpdate ($id: ID!, $attributes: AccountAttributes!) {
  accountUpdate (id: $id, attributes: $attributes) {
      account {
        accountTypeId
        addressValidated
        annualRevenue
        arr
        billingCity
        billingContactId
        billingCountry
        billingDay
        billingState
        billingStreet
        billingZip
        code
        consolidatedBilling
        createdAt
        currencyId
        customFieldsData
        description
        disableDunning
        draftInvoices
        duns
        effectiveBillingDate
        emailsEnabled
        employees
        entityId
        entityUseCode
        fastForwarded
        fastForwarding
        fax
        forwardTo
        forwardedTo
        groupId
        hasChildAccounts
        hasCustomFields
        id
        inHierarchy
        industryId
        invoiceTemplateId
        invoicedAccountId
        linkedinUrl
        mrr
        mur
        name
        netPaymentDays
        newQuoteBuilder
        nextRenewal
        ownerUserId
        parentAccountId
        payingAccountId
        phone
        revenueToDate
        sandbox
        shippingCity
        shippingCountry
        shippingState
        shippingStreet
        shippingZip
        taxNumber
        taxNumberValidated
        timezone
        updatedAt
        website
      }
      errors
  }
}

Arguments

Name
Type
Description

id

ID

Response

Name
Type
Description

account

errors

List (String)

Last updated

Was this helpful?