legacyCreditNoteCreate

Graphql fields and variables for the legacyCreditNoteCreate mutation

Create a legacy credit note

Scope required: billing:write

For a complete list of input attributes see the LegacyCreditNoteAttributes type

mutation legacyCreditNoteCreate ($attributes: LegacyCreditNoteAttributes!) {
  legacyCreditNoteCreate (attributes: $attributes) {
      creditNote {
        accountId
        amount
        amountApplied
        amountUnapplied
        createdAt
        creditedInvoiceId
        currencyId
        description
        disputeId
        disputeReasonId
        entityId
        id
        isCredit
        isLegacy
        issuedAt
        number
        subtotal
        taxAmount
        updatedAt
        uuid
        warrenId
      }
      errors
  }
}

Arguments

Name
Type
Description

Response

Name
Type
Description

creditNote

errors

List (String)

Last updated

Was this helpful?