TAG LINE
TAG LINE
SMALL TITLE

Daily Usage Summary / By Account Service

(API Version v7)


What can you do with ViewUDRDailyAggregateUsage?


Properties

Property Details
accountId
"accountId": 4
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
udrUsageIdentifier
"udrUsageIdentifier": "Hello World"
Type: String
date
"date": "Hello World"
Type: String
usageTotal
"usageTotal": "Hello World"
Type: String
usageBaseUnitId
"usageBaseUnitId": 24
Type: Number
usageBaseUnitName
"usageBaseUnitName": "Hello World"
Type: String
usageClassId
"usageClassId": 3
Type: Number
usageClassName
"usageClassName": "Hello World"
Type: String
usageClassTypeId
"usageClassTypeId": 18
Type: Number
usageClassTypeName
"usageClassTypeName": "Hello World"
Type: String


End Points

GETDailyUsageSummary/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
View Sample Response
HTTP/1.1 200 OK
{
    "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
    "pagination": {
        "pageNumber": 1,
        "pageSize": 20,
        "excludeTotalCount": false
    },
    "pagedResults": {
        "totalCount": 1,
        "items": [
            {
                "accountId": 15,
                "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": 22,
                "usageBaseUnitName": "Sample Text Data",
                "usageClassId": 16,
                "usageClassName": "Sample Text Data",
                "usageClassTypeId": 15,
                "usageClassTypeName": "Sample Text Data"
            }
        ]
    }
}