Currency

View currencies.

Date Released: April 2018 Date Updated: Dec 2020
URLSupports
/{cf_uri}/GeneralLedger/Currency 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 or the AccountRight Browser.

The elements list below details information for Currency. 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 Currency identifier in the form of a guid.
  • CodeString (3)
  • Three letter ISO 4217 code for this currency.
  • CurrencyNameString
  • Full currency name
  • CurrencyRateDecimal (19.8)
  • Conversion rate from local currency.
  • 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" : "a524972e-97d0-41cb-9b27-6ba8eb25f55a",
    • "Code" : "AED",
    • "CurrencyName" : "Emirati Dirham",
    • "CurrencyRate" : 0.01202800,
    • "URI" : "{cf_uri}/GeneralLedger/Currency/a524972e-97d0-41cb-9b27-6ba8eb25f55a",
    • "RowVersion" : "-4498533077789704192"
    • }
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.