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

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Path Parameters

id
string
required

Body

application/json

The body is of type object.

Response

201 - application/json

Created external ref

The response is of type object.