cURL
curl --request POST \ --url https://sandbox.intermezzo.ai/organizations/{organization_id}/employees/{employee_id}/tax-details \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Create new tax details for an employee.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The body is of type Tax Details · object.
Tax Details · object
Successful Response
Was this page helpful?