quoteUndo

Graphql fields and variables for the quoteUndo mutation

Undo the a quote after it has been applied

Scope required: standard:write

mutation quoteUndo ($quoteId: ID!) {
  quoteUndo (quoteId: $quoteId) {
      errors
      invoices
      quote {
        acceptedByName
        acceptedByTitle
        accountId
        amount
        amountDue
        applicationDate
        applied
        applyOnAccept
        backdatedPeriods
        backdatedQuote
        billingDay
        contactId
        createdAt
        credits
        currencyId
        dealId
        discount
        discountValue
        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
      }
      subscriptions
  }
}

Arguments

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

quoteId

ID

Response

Name
Type
Description

errors

List (String)

invoices

List (Invoice)

quote

subscriptions

Last updated

Was this helpful?