Parameter | Type | Default | Description |
---|---|---|---|
date_from | date | nil | When present (along with date_to), returns only historical records available within given period |
date_to | date | nil | When present (along with date_from), returns only historical records available within given period |
per_page | integer | 100 | Number of results to be returned per request (100 is the maximum) |
page_no | integer | 1 | Number of results page |
{
"tax_categories": [], // List of tax categories - see 'Revenue reporting tax category model'
"pagination_info": {} // Pagination info - see 'Pagination info'
}