EmploymentClassification

Returns a list of employment classifications for Australian Files.

Date Released: May 2014 Date Updated: Jan 2021
URLSupports
/{cf_uri}/Payroll/EmploymentClassification 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 EmploymentClassification. 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 employment classification identifier in the form of a guid.
  • NameString (255)
  • Name of the employment classification.
  • 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" : "f450bf45-caf8-4dc1-ab34-3ed4a5234b4c",
  • "Name" : "Construction Worker Level 1 CW1(c)",
  • "URI" : "{cf_uri}/Payroll/EmploymentClassification/f450bf45-caf8-4dc1-ab34-3ed4a5234b4c",
  • "RowVersion" : "8905868263125155840"
  • }
  • 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.