API Built in Help

API will provide inline help hints when incorrect payload requests are given, example below

{
  "status": "failure",
  "message": "Missing input parameters or invalid Json format",
  "data": [],
  "errors": {
    "api_dev_doc": {
      "partner_id": "unique partner string that represents the property",
      "name": "string that represents the name of the property name",
      "timezone": "Valid time zone string, example America\/Vancouver"
    }
  }
}