Skip to main content
POST
/
v1
/
admin
/
finance
/
invoices
/
{id}
/
notes
Add an invoice note
curl --request POST \
  --url https://{operatorDomain}/v1/admin/finance/invoices/{id}/notes \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "body": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Path Parameters

id
string
required

Body

application/json
body
string
required

Response

201 - application/json

Created note

The response is of type object.