TaxTable

Return payroll tax tables loaded into an Australian AccountRight and new Essentials files

Date Released: May 2014 Date Updated: Nov 2020
URLSupports
/{cf_uri}/Payroll/PayrollCategory/TaxTable 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 TaxTable. 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 payroll tax table identifier in the form of a guid.
  • NameString (31)
  • Name of the payroll tax table.
  • 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" : "9d405cc0-af0b-4802-b358-b70912b8352d",
  • "Name" : "Tax Free Threshold + HELP",
  • "URI" : "{cf_uri}/Payroll/PayrollCategory/TaxTable/9d405cc0-af0b-4802-b358-b70912b8352d",
  • "RowVersion" : "-2041538006082387968"
  • }
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.