Description HTTP Request
Create Super Fund
POST /api/v2/business/{businessId}/employee/{employeeId}/superfund
Delete Super Fund
DELETE /api/v2/business/{businessId}/employee/{employeeId}/superfund/{superfundId}
Get Super Fund by ID
GET /api/v2/business/{businessId}/employee/{employeeId}/superfund/{superFundId}
List Super Funds
GET /api/v2/business/{businessId}/employee/{employeeId}/superfund
Update Super Fund
PUT /api/v2/business/{businessId}/employee/{employeeId}/superfund/{id}