Add Combined Equipment API information to the MyEMS.postman_collection.json

pull/45/head
YangZhang-GitHub 2021-05-20 15:45:06 +08:00
parent f912c27299
commit b94b4c49d3
1 changed files with 32 additions and 0 deletions

View File

@ -7079,6 +7079,38 @@
}, },
"response": [] "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", "name": "GET Combined Equipment Cost Report",
"request": { "request": {