diff --git a/myems-api/MyEMS.postman_collection.json b/myems-api/MyEMS.postman_collection.json index d09aa0fc..b9d71af2 100644 --- a/myems-api/MyEMS.postman_collection.json +++ b/myems-api/MyEMS.postman_collection.json @@ -7079,6 +7079,38 @@ }, "response": [] }, + { + "name": "GET Combined Equipment Batch Analysis Report", + "request": { + "method": "GET", + "header": [], + "url": { + "raw": "{{base_url}}/reports/combinedequipmentbatch?spaceid=1&reportingperiodstartdatetime=2020-10-01T00:00:00&reportingperiodenddatetime=2020-11-01T00:00:00", + "host": [ + "{{base_url}}" + ], + "path": [ + "reports", + "combinedequipmentbatch" + ], + "query": [ + { + "key": "spaceid", + "value": "1" + }, + { + "key": "reportingperiodstartdatetime", + "value": "2020-10-01T00:00:00" + }, + { + "key": "reportingperiodenddatetime", + "value": "2020-11-01T00:00:00" + } + ] + } + }, + "response": [] + }, { "name": "GET Combined Equipment Cost Report", "request": {