SuperannuationFund

Returns a list of superannuation fund details for Australian Files

Date Released: May 2014 Date Updated: Jan 2021
URLSupports
/{cf_uri}/Payroll/SuperannuationFund GET |  PUT |  POST |  DELETE
Please note: While accessibility via the API is available to both AccountRight and new Essentials files. Not all features will be displayed in Product for new Essentials

The elements list below details information for SuperannuationFund. To view the descriptions for the elements you can either hover any attribute to reveal details or click here to show all details inline.

Items shown with are required when posting or puting data
Items shown with are read-only elements

Attribute Details

  • UIDGuid (36)
  • Unique superannuation fund identifier in the form of a guid.
  • NameString (76)
  • Name of the superannuation fund.
  • EmployerMembershipNumberString (30)
  • Employer Membership number
  • PhoneNumberString (13)
  • Superannuation fund contact phone number.
  • WebsiteString (255)
  • World wide web address for superannuation fund.
  • URIString
  • Uniform resource identifier encompasses all types of names and addresses that refer to objects on the web.
  • RowVersionString
  • Number value that changes upon a record update, can be used for change control but does does not preserve a date or a time.

Example json GET response

  • {
  • "UID" : "a05b34e5-5d10-465a-98ae-aa2a7eb65a35",
  • "Name" : "AMP Life",
  • "EmployerMembershipNumber" : "",
  • "PhoneNumber" : "03 9222 9992",
  • "Website" : "www.myclearwtrsuper.myob.com.au",
  • "URI" : "{cf_uri}/Payroll/SuperannuationFund/a05b34e5-5d10-465a-98ae-aa2a7eb65a35",
  • "RowVersion" : "-7307090395408629760"
  • }
  • Hypermedia in the MYOB Business API

    The {cf_uri} is provided by the Company File endpoint.

    Read more about Hypermedia in the MYOB Business API in our best practice guide.