Updates the employee's super fund with the specified ID.

Request

PUT https://api.yourpayroll.com.au/api/v2/business/{businessId}/employee/{employeeId}/superfund/{id}

Path parameters

Parameter name Value Description Additional
id int32 Required
businessId string Required
employeeId string Required

Request body

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"
}

Properties

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

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK

OK

SaveSuperFundResponseModel