v1
latestOpenAPI 3.0.02026-07-24102143224.1 KBCustomers
Update invoice memo
put/v3/customers/{id}/invoices/{invoiceId}/memo
Path parameters
idstring uuid required
Customer ID
invoiceIdstring uuid required
Invoice ID
Request body
Example request
{
"memo": "This is a memo"
}Response
Updated memo successfully
Example response
{
"payload": {
"invoiceId": "123e4567-e89b-12d3-a456-426614174000",
"customerId": "123e4567-e89b-12d3-a456-426614174000",
"manufacturerId": "123e4567-e89b-12d3-a456-426614174000",
"memo": "This is a memo"
}
}