Get Tax List

Get Tax List

POST [PlatformAddress]/api/1.0/venue?action=getTaxList

Return the tax list for the venue.

Path Parameters

{
  "meta": {
    "totalResults": 1,
    "start": 0,
    "perPage": 1,
    "count": 1
  },
  "results": [
    {
      "id": 2,
      "name": "GST"
    }
  ]
}

Example Request

Get Venues Tax List

{
  "venueId": 2
}

Returns

A collection object with the following properties in the results

Type

The tax types.

Applies To

The applies to options.

Amount Type

The amount options.

Unit Type

The unit type options.

Last updated