PayrollAu
Retrieves a superfund by using a unique superfund ID
get/Superfunds/{SuperFundID}
Path parameters
SuperFundIDstring uuid required
Example:4ff1e5cc-9835-40d5-bb18-09fdb118db9c
Superfund id for single object
Response
search results matching criteria
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)/"
}
]
}