Create a new instance of the AccountServiceUsageBucket object.Copy Pagepost https://{server_address}/ResourceServer/api/v10/Account/Service/Usage/BucketCreates a usage bucket assignment for an account service.Body ParamsA Usage Bucket associated with an Account Service. This typically will hold any inclusions of usage for the Account Service.usageBucketIdnumberUnique identifier for the associated UsageBucket object.usageBucketNamestringThe name of the object associated with the usageBucketId property.accountServiceIdstringUnique identifier for the associated AccountService object.accountServiceNamestringThe name of the object associated with the accountServiceId property.refillFrequencyTypeIdnumberUnique identifier for the associated FrequencyType object.refillFrequencyTypeNamestringThe name of the object associated with the refillFrequencyTypeId property.isThresholdPerAccountServicebooleantruetruefalseusageBucketRefillTypeIdnumberUnique identifier for the associated UsageBucketRefillType object.usageBucketRefillTypeNamestringThe name of the object associated with the usageBucketRefillTypeId property.expireAfterFrequencyTypeIdnumberUnique identifier for the associated FrequencyType object.expireAfterFrequencyTypeNamestringThe name of the object associated with the expireAfterFrequencyTypeId property.overageUsageRatePlanIdnumberUnique identifier for the associated UsageRatePlan object.overageUsageRatePlanNamestringThe name of the object associated with the overageUsageRatePlanId property.Responses 201Account service usage bucket created successfully. 400The request could not be processed.Updated about 2 months ago