GetEcoUnitsSummary
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 - EcoUnitSummaryIs collection: true
Example
Request URL: https://www.cabmanonline.nl/CCPService/DataServiceCCP.svc/GetEcoUnitsSummaryExample body (sent with POST-request):
{
"unitIds" : 1,
"start" : "2026-05-29T09:26:24",
"end" : "2026-05-29T10:26:24"
}