Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PATCH \ --url https://preview.intermezzo.ai/organizations/{organization_id}/worksites/{worksite_id}/tax-identifiers/{tax_identifier_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "id": 123, "validFrom": "2023-12-25", "validTo": "2023-12-25", "taxData": { "country": "<string>", "validFrom": "2023-12-25", "validTo": "2023-12-25", "taxNumber": "<string>", "isEmployeeFlatTax": false, "isEmployeeMiniJobFlatTax": false } }
Get token from Auth0 and paste it here
Show child attributes
Successful Response
Was this page helpful?