GetEco2UnitsSummary
Container: CCPServiceNamespace: System.Data.Objects
Summary
No summary yetMethod
The HTTP method for this function import is POSTParameters
| Name | Type | Summary |
|---|---|---|
| unitIds* | Edm.Int32 | |
| start* | Edm.DateTime | |
| end* | Edm.DateTime |
Return
Type: Complex type - Eco2UnitSummaryIs collection: true
Example
Request URL: https://www.cabmanonline.nl/CCPService/DataServiceCCP.svc/GetEco2UnitsSummaryExample body (sent with POST-request):
{
"unitIds" : 1,
"start" : "2026-05-29T09:30:19",
"end" : "2026-05-29T10:30:19"
}