curl --request PATCH \
--url https://revstack.dev/v1/invoices/{id} \
--header 'Content-Type: application/json' \
--data '
{
"dueDate": "2023-11-07T05:31:56Z",
"status": "draft"
}
'nullUpdates mutable fields of a draft invoice.
curl --request PATCH \
--url https://revstack.dev/v1/invoices/{id} \
--header 'Content-Type: application/json' \
--data '
{
"dueDate": "2023-11-07T05:31:56Z",
"status": "draft"
}
'null