account

Graphql fields and variables for the account query

An account record is used to represent a customer or trialist

Scope required: standard:read

For a complete list of possible response fields see the Account type.

query account ($id: ID, $code: String) {
  account (id: $id, code: $code) {
    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

Name
Type
Description

id

ID

ID or Code required

code

String

ID or Code required

Response

Last updated

Was this helpful?