Skip to main content
POST
/
v1
/
admin
/
finance
/
booking-items
/
{bookingItemId}
/
tax-lines
Add a booking item tax line
curl --request POST \
  --url https://{operatorDomain}/v1/admin/finance/booking-items/{bookingItemId}/tax-lines \
  --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

bookingItemId
string
required

Body

application/json

The body is of type object.

Response

201 - application/json

Created tax line

The response is of type object.