Tax rebate suppressions prevent tax rebates from being applied to an employee's pay for a specified period and reason, such as for pension payrolls or late payments
Creates a new tax rebate suppression for a specific employment. Tax rebate suppressions are used to prevent tax rebates from being applied to an employee's pay for a specified period and reason.
Employment tax rebate suppression to be added. startDate and reason are required.
Business Rules:
object |
Successfully created employment tax rebate suppression
Bad Request
Unauthorized - Authorization Required
Forbidden - Insufficient Permissions
Not Found
Unprocessable Entity
General Error
{- "data": {
- "type": "employmentTaxRebateSuppressions",
- "attributes": {
- "startDate": "2024-01-01",
- "endDate": "2024-12-31",
- "reason": "Pension Payroll"
}
}
}{- "data": {
- "type": "employmentTaxRebateSuppressions",
- "id": "123",
- "attributes": {
- "employmentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
- "startDate": "2024-01-01",
- "endDate": "2024-12-31",
- "reason": "Pension Payroll"
}, - "relationships": {
- "employment": {
- "links": {
}, - "data": {
- "type": "employments",
- "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
}
},
},
}