Info

Returns API build information for each individual endpoint

Date Released: Nov 2013 Date Updated: Nov 2020
URLSupports
{domain}/accountright/Info GET |  PUT |  POST |  DELETE

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

  • BuildString
  • Api build number.
  • Resources []
  • The following set of information pulls through details for each resource.
    • ResourcePathString
    • The endpoint reference ie Contact/Customer or GeneralLedger/Account
    • VersionString
    • Api version contracts ie v2
    • FromProductVersionString
    • The minimum supported AccountRight product version ie 2013.3.
    • ToProductVersionString
    • AccountRight product version the resource is supported up until.
    • MinimumProductLevel
    • The following set of information pulls through details for the AccountRight product
      • CodeString
      • AccountRight product code.
      • NameString
      • AccountRight product name, ie Basics, Standard, Plus.

Example json GET response

  • {
  • "Build" : "2.15.7224",
  • "Resources" : [
    • {
    • "ResourcePath" : "/Contact/Customer/",
    • "Version" : "v2",
    • "FromProductVersion" : "2013.3",
    • "ToProductVersion" : null,
    • "MinimumProductLevel" : {
      • "Code" : 20,
      • "Name" : "Standard"
      • }
    • }
  • ]
  • }