TAG LINE
TAG LINE
SMALL TITLE

View Account Service Usage Bucket Consumption

(API Version v5)


What can you do with ViewAccountServiceUsageBucketConsumption?


Properties

Property Details
accountServiceUsageBucketId
"accountServiceUsageBucketId": 2
Type: Number
accountId
"accountId": 20
Type: Number
accountPackageId
"accountPackageId": "Hello World"
Type: String
accountServiceId
"accountServiceId": "Hello World"
Type: String
accountServiceName
"accountServiceName": "Hello World"
Type: String
bucketId
"bucketId": 0
Type: Number
catalogBucketId
"catalogBucketId": 0
Type: Number
bucketName
"bucketName": "Hello World"
Type: String
bucketSize
"bucketSize": 10
Type: Number
usageConsumed
"usageConsumed": 5
Type: Number
udrUsageIdentifier
"udrUsageIdentifier": "Hello World"
Type: String
recurFrequency
"recurFrequency": 4
Type: Number
recurFrequencyTypeId
"recurFrequencyTypeId": 2
Type: Number
recurFrequencyTypeName
"recurFrequencyTypeName": "Hello World"
Type: String
isProrated
"isProrated": true
Type: Boolean
isLastTierRepeating
"isLastTierRepeating": true
Type: Boolean
refillTypeId
"refillTypeId": 25
Type: Number
refillTypeName
"refillTypeName": "Hello World"
Type: String
expireAfterFrequency
"expireAfterFrequency": 3
Type: Number
expireAfterFrequencyTypeId
"expireAfterFrequencyTypeId": 21
Type: Number
expireAfterFrequencyTypeName
"expireAfterFrequencyTypeName": "Hello World"
Type: String
isSharedAcrossPackage
"isSharedAcrossPackage": true
Type: Boolean
overageUsageRatePlanId
"overageUsageRatePlanId": 26
Type: Number
overageUsageRatePlanName
"overageUsageRatePlanName": "Hello World"
Type: String
effectiveDate
"effectiveDate": "2021-04-26T15:25:27.587Z"
Type: Date
Date and time values are specified in the ISO 8601 format.
effectiveCancelDate
"effectiveCancelDate": "2021-04-26T15:25:27.587Z"
Type: Date
Date and time values are specified in the ISO 8601 format.
expiryDate
"expiryDate": "2021-04-26T15:25:27.587Z"
Type: Date
Date and time values are specified in the ISO 8601 format.
startDate
"startDate": "2021-04-26T15:25:27.587Z"
Type: Date
Date and time values are specified in the ISO 8601 format.
endDate
"endDate": "2021-04-26T15:25:27.587Z"
Type: Date
Date and time values are specified in the ISO 8601 format.
usageUnitId
"usageUnitId": 7
Type: Number
usageUnitName
"usageUnitName": "Hello World"
Type: String


End Points

GETAccount/Service/Usage/Bucket/Consumption/Paged
Retrieve all of the ViewAccountServiceUsageBucketConsumption 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 ViewAccountServiceUsageBucketConsumption objects in a paged fashion.
GET Account/Service/Usage/Bucket/Consumption/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": [
            {
                "accountServiceUsageBucketId": 8,
                "accountId": 18,
                "accountPackageId": "Sample Text Data",
                "accountServiceId": "Sample Text Data",
                "accountServiceName": "Sample Text Data",
                "bucketId": 2,
                "catalogBucketId": 6,
                "bucketName": "Sample Text Data",
                "bucketSize": 0,
                "usageConsumed": 21,
                "udrUsageIdentifier": "Sample Text Data",
                "recurFrequency": 18,
                "recurFrequencyTypeId": 16,
                "recurFrequencyTypeName": "Sample Text Data",
                "isProrated": true,
                "isLastTierRepeating": true,
                "refillTypeId": 0,
                "refillTypeName": "Sample Text Data",
                "expireAfterFrequency": 27,
                "expireAfterFrequencyTypeId": 19,
                "expireAfterFrequencyTypeName": "Sample Text Data",
                "isSharedAcrossPackage": true,
                "overageUsageRatePlanId": 13,
                "overageUsageRatePlanName": "Sample Text Data",
                "effectiveDate": "2021-04-26T15:25:27.587Z",
                "effectiveCancelDate": "2021-04-26T15:25:27.587Z",
                "expiryDate": "2021-04-26T15:25:27.587Z",
                "startDate": "2021-04-26T15:25:27.587Z",
                "endDate": "2021-04-26T15:25:27.587Z",
                "usageUnitId": 15,
                "usageUnitName": "Sample Text Data"
            }
        ]
    }
}