Add Combined Equipment API information to the MyEMS.postman_collection.json
parent
f912c27299
commit
b94b4c49d3
|
@ -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": {
|
||||||
|
|
Loading…
Reference in New Issue