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

Body

application/json

The body is of type object.

Response

200 - application/json

Updated tax line

The response is of type object.