accountValidateAddress

Graphql fields and variables for the accountValidateAddress mutation

Replaces an account address with a validated address

Scope required: standard:write

mutation accountValidateAddress ($id: ID!) {
  accountValidateAddress (id: $id) {
      account {
        accountTypeId
        addressValidated
        annualRevenue
        arr
        billingCity
        billingContactId
        billingCountry
        billingDay
        billingState
        billingStreet
        billingZip
        code
        createdAt
        currencyId
        description
        draftInvoices
        duns
        emailsEnabled
        employees
        entityId
        entityUseCode
        fax
        groupId
        id
        industryId
        invoiceTemplateId
        linkedinUrl
        mrr
        mur
        name
        netPaymentDays
        newQuoteBuilder
        ownerUserId
        phone
        shippingCity
        shippingCountry
        shippingState
        shippingStreet
        shippingZip
        taxNumber
        taxNumberValidated
        timezone
        updatedAt
        website
      }
  }
}

Arguments

{
  "id": "456123"
}
Name
Type
Description

id

ID

Response

Name
Type
Description

account

Last updated

Was this helpful?