Sites
Get the tax details for a Site
Returns the registered tax identifier (e.g. VAT or GST number) and registered company address for a Site. These values appear on receipts, invoices, and exported tax reports.
get/sites/{siteId}/tax-info
Response
The site tax info
Example response
{
"data": {
"tax_id": "GB 123 4567 89",
"company_number": "12345678901234",
"fr_naf_code": "56.10A",
"address_line_1": "71 Aldwych",
"address_line_2": "WeWork",
"city": "London",
"county": "London",
"country": "United Kingdom",
"postcode": "WC2B 4HN"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.