TAG LINE
TAG LINE
SMALL TITLE
accountServiceUsageBucketId | "accountServiceUsageBucketId": 7 Type: Number |
accountId | "accountId": 19 Type: Number |
accountPackageId | "accountPackageId": "Hello World" Type: String |
accountServiceId | "accountServiceId": "Hello World" Type: String |
accountServiceName | "accountServiceName": "Hello World" Type: String |
bucketId | "bucketId": 15 Type: Number |
catalogBucketId | "catalogBucketId": 6 Type: Number |
bucketName | "bucketName": "Hello World" Type: String |
bucketSize | "bucketSize": 20 Type: Number |
usageConsumed | "usageConsumed": 7 Type: Number |
udrUsageIdentifier | "udrUsageIdentifier": "Hello World" Type: String |
recurFrequency | "recurFrequency": 23 Type: Number |
recurFrequencyTypeId | "recurFrequencyTypeId": 21 Type: Number |
recurFrequencyTypeName | "recurFrequencyTypeName": "Hello World" Type: String |
isProrated | "isProrated": true Type: Boolean |
isLastTierRepeating | "isLastTierRepeating": true Type: Boolean |
refillTypeId | "refillTypeId": 27 Type: Number |
refillTypeName | "refillTypeName": "Hello World" Type: String |
expireAfterFrequency | "expireAfterFrequency": 4 Type: Number |
expireAfterFrequencyTypeId | "expireAfterFrequencyTypeId": 13 Type: Number |
expireAfterFrequencyTypeName | "expireAfterFrequencyTypeName": "Hello World" Type: String |
isSharedAcrossPackage | "isSharedAcrossPackage": true Type: Boolean |
overageUsageRatePlanId | "overageUsageRatePlanId": 27 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": 24 Type: Number |
usageUnitName | "usageUnitName": "Hello World" Type: String |
GET | Account/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 HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "pagination": { "pageNumber": 1, "pageSize": 20, "excludeTotalCount": false }, "pagedResults": { "totalCount": 1, "items": [ { "accountServiceUsageBucketId": 2, "accountId": 18, "accountPackageId": "Sample Text Data", "accountServiceId": "Sample Text Data", "accountServiceName": "Sample Text Data", "bucketId": 1, "catalogBucketId": 25, "bucketName": "Sample Text Data", "bucketSize": 6, "usageConsumed": 0, "udrUsageIdentifier": "Sample Text Data", "recurFrequency": 21, "recurFrequencyTypeId": 17, "recurFrequencyTypeName": "Sample Text Data", "isProrated": true, "isLastTierRepeating": true, "refillTypeId": 21, "refillTypeName": "Sample Text Data", "expireAfterFrequency": 22, "expireAfterFrequencyTypeId": 6, "expireAfterFrequencyTypeName": "Sample Text Data", "isSharedAcrossPackage": true, "overageUsageRatePlanId": 22, "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": 6, "usageUnitName": "Sample Text Data" } ] } } |
GET | Account/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 HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "pagination": { "pageNumber": 1, "pageSize": 20, "excludeTotalCount": false }, "pagedResults": { "totalCount": 1, "items": [ { "accountServiceUsageBucketId": 15, "accountId": 9, "accountPackageId": "Sample Text Data", "accountServiceId": "Sample Text Data", "accountServiceName": "Sample Text Data", "bucketId": 16, "catalogBucketId": 22, "bucketName": "Sample Text Data", "bucketSize": 27, "usageConsumed": 1, "udrUsageIdentifier": "Sample Text Data", "recurFrequency": 13, "recurFrequencyTypeId": 8, "recurFrequencyTypeName": "Sample Text Data", "isProrated": true, "isLastTierRepeating": true, "refillTypeId": 24, "refillTypeName": "Sample Text Data", "expireAfterFrequency": 17, "expireAfterFrequencyTypeId": 14, "expireAfterFrequencyTypeName": "Sample Text Data", "isSharedAcrossPackage": true, "overageUsageRatePlanId": 26, "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": 27, "usageUnitName": "Sample Text Data" } ] } } |
GET | Account/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 HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "pagination": { "pageNumber": 1, "pageSize": 20, "excludeTotalCount": false }, "pagedResults": { "totalCount": 1, "items": [ { "accountServiceUsageBucketId": 24, "accountId": 9, "accountPackageId": "Sample Text Data", "accountServiceId": "Sample Text Data", "accountServiceName": "Sample Text Data", "bucketId": 11, "catalogBucketId": 10, "bucketName": "Sample Text Data", "bucketSize": 17, "usageConsumed": 1, "udrUsageIdentifier": "Sample Text Data", "recurFrequency": 18, "recurFrequencyTypeId": 26, "recurFrequencyTypeName": "Sample Text Data", "isProrated": true, "isLastTierRepeating": true, "refillTypeId": 18, "refillTypeName": "Sample Text Data", "expireAfterFrequency": 7, "expireAfterFrequencyTypeId": 8, "expireAfterFrequencyTypeName": "Sample Text Data", "isSharedAcrossPackage": true, "overageUsageRatePlanId": 21, "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" } ] } } |