Uploads a source tax rates file for the specified calendar year. Returns 204 on success.
Headers
-
API token (can be retrieved from account settings)
-
ID of organization, for which the operation must be performed
POST
/api-v1/payslip/upload-source-tax-rates/{calendarYear}
curl \
--request POST 'https://wyzio.app/api-v1/payslip/upload-source-tax-rates/{calendarYear}' \
--header "Content-Type: multipart/form-data" \
--form "file=@file"
Response examples (200)
{}