mutation invoiceUpdate ($id: ID!, $attributes: InvoiceAttributes!) {
invoiceUpdate (id: $id, attributes: $attributes) {
errors
invoice {
accountId
amount
amountDue
amountPaid
baseCurrencyId
couponApplied
createdAt
credits
currencyId
description
dueAt
id
isLegacy
issuedAt
kind
netPaymentDays
notes
number
paidAt
payableId
poNumber
portalUrl
quoteId
smallUnitAmountDue
subtotal
taxAmount
updatedAt
url
uuid
}
}
}
{
"id": "456123",
"attributes": {
"poNumber": "",
"notes": ""
}
}