Updates the employee's super fund with the specified ID.
PUT https://api.yourpayroll.com.au/api/v2/ess/{employeeId}/superfunds/{id}
Parameter name | Value | Description | Additional |
---|---|---|---|
id | int32 | Required | |
employeeId | string | Required |
The request body takes a complete SaveSuperFundModel resource, containing the following writable properties:
{
"allocateBalance": "boolean",
"allocatedPercentage": "double",
"fixedAmount": "double",
"fundName": "string",
"isEmployerNominatedFund": "boolean",
"memberNumber": "string",
"productCode": "string"
}
Name | Type | Description |
---|---|---|
allocateBalance | boolean | Boolean |
allocatedPercentage | double |
Nullable |
fixedAmount | double |
Nullable |
fundName | string | String |
isEmployerNominatedFund | boolean |
Nullable |
memberNumber | string | String |
productCode | string |
Nullable Must be "SMSF" for a self managed super fund |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK OK |
SaveSuperFundResponseModel |
Powered by DapperDox