Get Booking Tax List
Get Booking Tax List
Path Parameters
Name
Type
Description
{
"meta": {
"totalResults": 6,
"start": 0,
"perPage": 1,
"count": 1
},
"results": [
{
"id": 648,
"venueId": 1,
"bookingId": 2,
"venueTaxId": 1,
"name": "GST",
"type": 1,
"appliesTo": 1,
"amountType": 1,
"amount": 7.5,
"taxIds": [],
"excludedTaxIds": [],
"costcenterIds": [
1,
2,
],
"calculateExclusively": false,
"unitType": 1
}
]
}Example Request
Returns
Property
Type
Description
Last updated