Create a new self managed super fund for the employee. To update existing self managed super funds, please use the PUT method.
POST https://api.yourpayroll.com.au/api/v2/ess/{employeeId}/selfmanagedsuperfund
Parameter name | Value | Description | Additional |
---|---|---|---|
employeeId | string | Required |
The request body takes a complete SelfManagedSuperFundModel resource, containing the following writable properties:
{
"abn": "string",
"accountName": "string",
"accountNumber": "string",
"bsb": "string",
"electronicServiceAddress": "string",
"email": "string",
"employeeId": "int32",
"externalId": "string",
"fundName": "string",
"id": "int32"
}
Name | Type | Description |
---|---|---|
abn | string | String |
accountName | string | String |
accountNumber | string | String |
bsb | string | String |
electronicServiceAddress | string | String |
string | String | |
employeeId | int32 |
Nullable |
externalId | string | String |
fundName | string | String |
id | int32 | Int32 |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK OK |
Powered by DapperDox