Sites
Update the tax details for a Site
Updates the registered tax identifier (e.g. VAT or GST number) and registered company address for a Site. The updated values take effect on invoices and tax reports generated after the request — historical receipts are unaffected.
post/sites/{siteId}/tax-info
Request body
Example request
{
"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"
}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.