GetEcoUnitsSummary

Container: CCPService
Namespace: System.Data.Objects

Summary

No summary yet

Method

The HTTP method for this function import is POST

Parameters

Name Type Summary
unitIds* Edm.Int32
start* Edm.DateTime
end* Edm.DateTime
Parameters marked with a * are required

Return

Type: Complex type - EcoUnitSummary
Is collection: true

Example

Request URL: https://www.cabmanonline.nl/CCPService/DataServiceCCP.svc/GetEcoUnitsSummary
Example body (sent with POST-request):
{
  "unitIds" : 1,
  "start" : "2026-05-29T09:26:24",
  "end" : "2026-05-29T10:26:24"
}