Description HTTP Request
Create Employee Additional Earning
POST /api/v2/business/{businessId}/employee/{employeeId}/additional-earnings
Create Employee Benefits In Kind Adjustment
POST /api/v2/business/{businessId}/employee/{employeeId}/benefitsinkindadjustment
Create Employee Deduction
POST /api/v2/business/{businessId}/employee/{employeeId}/deduction
Create Employee Expense
POST /api/v2/business/{businessId}/employee/{employeeId}/expense
Create Employee Statutory Contribution Adjustment
POST /api/v2/business/{businessId}/employee/{employeeId}/statutorycontributionadjustment
Create Employee Tax Adjustment
POST /api/v2/business/{businessId}/employee/{employeeId}/taxadjustment
Create Employee Tax Relief Adjustment
POST /api/v2/business/{businessId}/employee/{employeeId}/taxreliefadjustment
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 Benefits In Kind Adjustment
DELETE /api/v2/business/{businessId}/employee/{employeeId}/benefitsinkindadjustment/{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 Statutory Contribution Adjustment
DELETE /api/v2/business/{businessId}/employee/{employeeId}/statutorycontributionadjustment/{id}
Delete Employee Tax Adjustment
DELETE /api/v2/business/{businessId}/employee/{employeeId}/taxadjustment/{id}
Delete Employee Tax Relief Adjustment
DELETE /api/v2/business/{businessId}/employee/{employeeId}/taxreliefadjustment/{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 Benefits In Kind Adjustment by ID
GET /api/v2/business/{businessId}/employee/{employeeId}/benefitsinkindadjustment/{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 Statutory Contribution Adjustment by ID
GET /api/v2/business/{businessId}/employee/{employeeId}/statutorycontributionadjustment/{id}
Get Employee Tax Adjustment by ID
GET /api/v2/business/{businessId}/employee/{employeeId}/taxadjustment/{id}
Get Employee Tax Relief Adjustment by ID
GET /api/v2/business/{businessId}/employee/{employeeId}/taxreliefadjustment/{id}
Get Employer liability by ID
GET /api/v2/business/{businessId}/employee/{employeeId}/employerliability/{id}
List Employee Additional Earnings
GET /api/v2/business/{businessId}/employee/{employeeId}/additional-earnings
List Employee Benefits In Kind Adjustments
GET /api/v2/business/{businessId}/employee/{employeeId}/benefitsinkindadjustment
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 Statutory Contribution Adjustments
GET /api/v2/business/{businessId}/employee/{employeeId}/statutorycontributionadjustment
List Employee Tax Adjustments
GET /api/v2/business/{businessId}/employee/{employeeId}/taxadjustment
List Employee Tax Relief Adjustments
GET /api/v2/business/{businessId}/employee/{employeeId}/taxreliefadjustment
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 Benefits In Kind Adjustment
PUT /api/v2/business/{businessId}/employee/{employeeId}/benefitsinkindadjustment/{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 Statutory Contribution Adjustment
PUT /api/v2/business/{businessId}/employee/{employeeId}/statutorycontributionadjustment/{id}
Update Employee Tax Adjustment
PUT /api/v2/business/{businessId}/employee/{employeeId}/taxadjustment/{id}
Update Employee Tax Relief Adjustment
PUT /api/v2/business/{businessId}/employee/{employeeId}/taxreliefadjustment/{id}
Update Employer liability
PUT /api/v2/business/{businessId}/employee/{employeeId}/employerliability/{id}