creditNoteApplyToInvoices
Graphql fields and variables for the creditNoteApplyToInvoices mutation
mutation creditNoteApplyToInvoices ($creditNoteId: ID!, $invoiceIds: [ID!]!) {
creditNoteApplyToInvoices (creditNoteId: $creditNoteId, invoiceIds: $invoiceIds) {
creditNote {
accountId
amount
amountApplied
amountUnapplied
createdAt
creditedInvoiceId
currencyId
description
disputeId
disputeReasonId
entityId
id
isCredit
isLegacy
issuedAt
number
subtotal
taxAmount
updatedAt
uuid
warrenId
}
errors
paidInvoices
paymentApplications
removedInvoices
}
}Arguments
Name
Type
Description
Response
Name
Type
Description
Last updated
Was this helpful?
