formattedQuote

Graphql fields and variables for the formattedQuote query

Scope required: standard:read quoting:read

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

query formattedQuote ($id: ID) {
  formattedQuote (id: $id) {
    acceptedAt
    acceptedByName
    acceptedByTitle
    amount
    amountDue
    billingCity
    billingCountry
    billingState
    billingStreet
    billingZip
    contactEmail
    contactName
    currency
    customerBillingCity
    customerBillingCountry
    customerBillingState
    customerBillingStreet
    customerBillingZip
    customerName
    dealOwnerEmail
    dealOwnerName
    discount
    discountValue
    duration
    endDate
    evergreen
    expiresAt
    html
    netPaymentDays
    notes
    number
    payableId
    poNumberRequired
    salesContactEmail
    sharedAt
    startDate
    subtotal
    taxAmount
    taxId
    taxNumberLabel
    taxNumberRequired
    taxType
    vendorName
  }
}

Arguments

Name
Type
Description

id

ID

Quote ID. If not provided, it returns the quote in context

Response

Last updated

Was this helpful?