Description | HTTP Request |
---|---|
Create Employee Additional Earning |
POST /api/v2/business/{businessId}/employee/{employeeId}/additional-earnings |
Create Employee Deduction |
POST /api/v2/business/{businessId}/employee/{employeeId}/deduction |
Create Employee Expense |
POST /api/v2/business/{businessId}/employee/{employeeId}/expense |
Create Employee Tax Adjustment |
POST /api/v2/business/{businessId}/employee/{employeeId}/taxadjustment |
Create Employer liability |
POST /api/v2/business/{businessId}/employee/{employeeId}/employerliability |
Create Or Update Employee HMRC Adjustment |
POST /api/v2/business/{businessId}/employee/{employeeId}/hmrcadjustment |
Delete Employee Additional Earning |
DELETE /api/v2/business/{businessId}/employee/{employeeId}/additional-earnings/{id} |
Delete Employee Deduction |
DELETE /api/v2/business/{businessId}/employee/{employeeId}/deduction/{id} |
Delete Employee Expense |
DELETE /api/v2/business/{businessId}/employee/{employeeId}/expense/{id} |
Delete Employee Hmrc Adjustment |
DELETE /api/v2/business/{businessId}/employee/{employeeId}/hmrcadjustment/{id} |
Delete Employee Tax Adjustment |
DELETE /api/v2/business/{businessId}/employee/{employeeId}/taxadjustment/{id} |
Delete Employer liability |
DELETE /api/v2/business/{businessId}/employee/{employeeId}/employerliability/{id} |
Get Employee Additional Earning by ID |
GET /api/v2/business/{businessId}/employee/{employeeId}/additional-earnings/{id} |
Get Employee Deduction by External Reference Id |
GET /api/v2/business/{businessId}/employee/{employeeId}/deduction/{externalReferenceId} |
Get Employee Deduction by ID |
GET /api/v2/business/{businessId}/employee/{employeeId}/deduction/{id} |
Get Employee Expense by ID |
GET /api/v2/business/{businessId}/employee/{employeeId}/expense/{id} |
Get Employee HMRC adjustment by External Reference Id |
GET /api/v2/business/{businessId}/employee/{employeeId}/hmrcadjustment/{externalReferenceId} |
Get Employee Tax Adjustment by ID |
GET /api/v2/business/{businessId}/employee/{employeeId}/taxadjustment/{id} |
Get Employer liability by ID |
GET /api/v2/business/{businessId}/employee/{employeeId}/employerliability/{id} |
Get Hmrc Adjustment By Id |
GET /api/v2/business/{businessId}/employee/{employeeId}/hmrcadjustment/{id} |
List Employee Additional Earnings |
GET /api/v2/business/{businessId}/employee/{employeeId}/additional-earnings |
List Employee Deductions |
GET /api/v2/business/{businessId}/employee/{employeeId}/deduction |
List Employee Deductions By External Reference Id |
POST /api/v2/business/{businessId}/employee/deduction |
List Employee Expenses |
GET /api/v2/business/{businessId}/employee/{employeeId}/expense |
List Employee Tax Adjustments |
GET /api/v2/business/{businessId}/employee/{employeeId}/taxadjustment |
List Employer liabilities |
GET /api/v2/business/{businessId}/employee/{employeeId}/employerliability |
List Hmrc Adjustments |
GET /api/v2/business/{businessId}/employee/{employeeId}/hmrcadjustment |
Update Employee Additional Earning |
PUT /api/v2/business/{businessId}/employee/{employeeId}/additional-earnings/{id} |
Update Employee Deduction |
PUT /api/v2/business/{businessId}/employee/{employeeId}/deduction/{id} |
Update Employee Expense |
PUT /api/v2/business/{businessId}/employee/{employeeId}/expense/{id} |
Update Employee Tax Adjustment |
PUT /api/v2/business/{businessId}/employee/{employeeId}/taxadjustment/{id} |
Update Employer liability |
PUT /api/v2/business/{businessId}/employee/{employeeId}/employerliability/{id} |
Powered by DapperDox