TAG LINE
TAG LINE
SMALL TITLE
Summary of usage by day.
accountId | "accountId": 22 Type: Number |
accountName | "accountName": "Hello World" Type: String |
accountPackageId | "accountPackageId": "Hello World" Type: String |
accountPackageName | "accountPackageName": "Hello World" Type: String |
accountServiceId | "accountServiceId": "Hello World" Type: String |
accountServiceName | "accountServiceName": "Hello World" Type: String |
accountServiceTemporalId | "accountServiceTemporalId": "Hello World" Type: String The date of the record. |
udrUsageIdentifier | "udrUsageIdentifier": "Hello World" Type: String |
date | "date": "Hello World" Type: String The date of the record. |
usageTotal | "usageTotal": "Hello World" Type: String The total usage charges for that day. |
usageBaseUnitId | "usageBaseUnitId": 24 Type: Number |
usageBaseUnitName | "usageBaseUnitName": "Hello World" Type: String |
usageClassId | "usageClassId": 0 Type: Number |
usageClassName | "usageClassName": "Hello World" Type: String |
usageClassTypeId | "usageClassTypeId": 24 Type: Number |
usageClassTypeName | "usageClassTypeName": "Hello World" Type: String |
GET | DailyUsageSummary/ByAccountService/Paged |
Retrieve all of the ViewUDRDailyAggregateUsage objects in a paged fashion. This endpoint implements pagination for its results. Individual pages can be requested to return a particular paged set in the list of results. To learn more, see details on working with paginated endpoints. | |
Retrieve all of the ViewUDRDailyAggregateUsage objects in a paged fashion. GET DailyUsageSummary/ByAccountService/Paged HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "pagination": { "pageNumber": 1, "pageSize": 20, "excludeTotalCount": false }, "pagedResults": { "totalCount": 1, "items": [ { "accountId": 2, "accountName": "Sample Text Data", "accountPackageId": "Sample Text Data", "accountPackageName": "Sample Text Data", "accountServiceId": "Sample Text Data", "accountServiceName": "Sample Text Data", "accountServiceTemporalId": "Sample Text Data", "udrUsageIdentifier": "Sample Text Data", "date": "Sample Text Data", "usageTotal": "Sample Text Data", "usageBaseUnitId": 17, "usageBaseUnitName": "Sample Text Data", "usageClassId": 0, "usageClassName": "Sample Text Data", "usageClassTypeId": 15, "usageClassTypeName": "Sample Text Data" } ] } } |