quote

Graphql fields and variables for the quote query

Scope required: standard:read

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

query quote ($id: ID, $code: String, $format: String) {
  quote (id: $id, code: $code, format: $format) {
    acceptedByName
    acceptedByTitle
    accountId
    amount
    amountDue
    applicationDate
    applied
    applyOnAccept
    backdatedPeriods
    backdatedQuote
    billingDay
    contactId
    createdAt
    credits
    currencyId
    dealId
    discount
    discountValue
    documentTemplateId
    endDate
    evergreen
    expiresAt
    id
    invoiceImmediately
    invoiceImmediatelyAvailable
    invoiceUntil
    isPendingApprovalRequest
    message
    name
    netPaymentDays
    notes
    number
    ownerId
    payToAccept
    payableId
    periodAmount
    poNumber
    requiresApproval
    smallUnitAmountDue
    splitInvoice
    startDate
    subtotal
    taxAmount
    taxCode
    updatedAt
    uuid
  }
}

Arguments

Name
Type
Description

id

ID

code

String

format

String

Response

Last updated

Was this helpful?