JobRegister

Return transactions grouped with job profit centers.

Date Released: Aug 2013 Date Updated: Jan 2022
URLSupports
/{cf_uri}/GeneralLedger/JobRegister 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 JobRegister. 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

  • UID Guid (36)
  • Unique identifier in the form of a guid.
  • Job
  • The following set of information pulls through job details.
    • UID Guid (36)
    • Foreign Key: Unique guid identifier belonging to the assigned job.
    • NumberString (30)
    • Number assigned to the job.
    • NameString (30)
    • Name assigned to the job.
    • URIString
    • Uniform resource identifier associated with the job object.
  • Account
  • The following set of information pulls through account details.
    • UID Guid (36)
    • Foreign Key: Unique guid identifier belonging to the account.
    • NameString (60)
    • Account name belonging to the account record.
    • DisplayIDString (6)
    • Account code format includes separator ie 1-1100
    • URIString
    • Uniform resource identifier associated with the account object.
  • YearInteger
  • Financial year in which the activity was generated ie 2014.
  • MonthInteger
  • Month in which the activity was generated ie December = 12.
  • ActivityDecimal (13.6)
  • Net activity within profit & loss account or net movement within balance sheet accounts.
  • YearEndActivityDecimal (13.6)
  • Net activity within profit & loss account or net movement within balance sheet accounts for YearEndAdjustments.
  • 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.


Paging: default page size is set to 400 with a maximum of 1000 results.

Example json GET response

  • {
  • "UID" : "797755431-e8d1-411f-9859-5ff2a54f97d9",
  • "Job" : {
      • "UID" : "fd93d413-742d-4f14-9494-1c8418cb9df8",
      • "Number" : "125",
      • "Name" : "Supply of Coolers FH",
      • "URI" : {cf_uri}/GeneralLedger/Job/fd93d413-742d-4f14-9494-1c8418cb9df8"
      • },
    • "Account" : {
      • "UID" : "2ec6e1a6-cf79-4fb6-ab2a-4c9f8ad5c4c3",
      • "Name" : "Sales - Water Cooler",
      • "DisplayID" : "4-1300",
      • "URI" : "{cf_uri}/GeneralLedger/Account/2ec6e1a6-cf79-4fb6-ab2a-4c9f8ad5c4c3"
      • },
    • "Year" : 2013,
    • "Month" : 1,
    • "Activity" : -800,
    • "YearEndActivity" : 0,
    • "URI" : "{cf_uri}/GeneralLedger/JobRegister/797755431-e8d1-411f-9859-5ff2a54f97d9",
    • "RowVersion" : "2708070750933221376"
    • }
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.