TAG LINE
TAG LINE
SMALL TITLE
Summary of usage by day.
accountId | "accountId": 1 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": "145.78" Type: String The total usage charges for that day. |
usageBaseUnitId | "usageBaseUnitId": 3 Type: Number |
usageBaseUnitName | "usageBaseUnitName": "Hello World" Type: String |
usageClassId | "usageClassId": 2 Type: Number |
usageClassName | "usageClassName": "Hello World" Type: String |
usageClassTypeId | "usageClassTypeId": 22 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": 11,
"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": "145.78",
"usageBaseUnitId": 11,
"usageBaseUnitName": "Sample Text Data",
"usageClassId": 13,
"usageClassName": "Sample Text Data",
"usageClassTypeId": 24,
"usageClassTypeName": "Sample Text Data"
}
]
}
} | |