|
GET /api/v2/business/{businessId}/employee/{employeeId}/additional-earnings/{id} |
|
GET /api/v2/business/{businessId}/employee/{employeeId}/additional-earnings |
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 |
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 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 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 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} |
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 |
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} |