invoiceUpdateNotes
Graphql fields and variables for the invoiceUpdateNotes mutation
Add, update, or remove notes from an invoice
Scope required: billing:write
mutation invoiceUpdateNotes ($id: ID!, $notes: String!) {
invoiceUpdateNotes (id: $id, notes: $notes) {
errors
invoice {
accountId
amount
amountDue
amountPaid
baseCurrencyId
couponApplied
createdAt
credits
currencyId
description
dueAt
hasPaymentMethod
id
isLegacy
issuedAt
kind
netPaymentDays
notes
number
paidAt
payableId
poNumber
portalUrl
quoteId
smallUnitAmountDue
subtotal
taxAmount
updatedAt
url
uuid
}
}
}
Arguments
{
"id": "456123",
"notes": ""
}
Name
Type
Description
id
ID
notes
String
Response
Name
Type
Description
errors
List (String)
Last updated
Was this helpful?