{
  "actions": [
    {
      "name": "getAccountPlantypes",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/account/plantypes?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/getAccountPlantypes-default.json"
        }
      ]
    },
    {
      "name": "getAccountPlan",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/account/plan?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/getAccountPlan-default.json"
        }
      ]
    },
    {
      "name": "postAccountPlan",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/account/plan?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/postAccountPlan-default.json"
        }
      ]
    },
    {
      "name": "getAccountInvoices",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/account/invoices?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/getAccountInvoices-default.json"
        }
      ]
    },
    {
      "name": "downloadAnInvoice",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/account/invoices/{pathv1}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "getAccountBillataglance",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/account/billataglance?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/getAccountBillataglance-default.json"
        }
      ]
    }
  ]
}