PayrollAu
Creates a superfund
post/Superfunds
Headers
Idempotency-Keystring
This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
Request body
Example request
[
{
"SuperFundID": "bfac31bd-ea62-4fc8-a5e7-7965d9504b15",
"Name": "MLC Navigator Retirement Plan - Superannuation Service (including Series 2) (MLC Superannuation Fund)",
"AccountName": "Money account",
"UpdatedDateUTC": "/Date(1583967733054+0000)/"
}
]Response
A successful request
Example response
{
"SuperFunds": [
{
"SuperFundID": "bfac31bd-ea62-4fc8-a5e7-7965d9504b15",
"Name": "MLC Navigator Retirement Plan - Superannuation Service (including Series 2) (MLC Superannuation Fund)",
"AccountName": "Money account",
"UpdatedDateUTC": "/Date(1583967733054+0000)/"
}
]
}