Creates a new super fund for the employee.
POST https://api.yourpayroll.com.au/api/v2/ess/{employeeId}/superfunds
Parameter name | Value | Description | Additional |
---|---|---|---|
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