From b94b4c49d3d099c9bbed25f5baae9777edd936b6 Mon Sep 17 00:00:00 2001 From: YangZhang-GitHub <2533471770@qq.com> Date: Thu, 20 May 2021 15:45:06 +0800 Subject: [PATCH] Add Combined Equipment API information to the MyEMS.postman_collection.json --- myems-api/MyEMS.postman_collection.json | 32 +++++++++++++++++++++++++ 1 file changed, 32 insertions(+) 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": {