TAG LINE
SMALL TITLE
id | "id": 14 Type: Number This is the unique numeric identifier for the AccountServiceUsageBucketTier |
usageBucketTierId | "usageBucketTierId": 4 Type: Number Unique identifier for the associated UsageBucketTier object. |
accountServiceUsageBucketId | "accountServiceUsageBucketId": 19 Type: Number Unique identifier for the associated AccountServiceUsageBucket object. |
usageRatePlanId | "usageRatePlanId": 27 Type: Number Unique identifier for the associated UsageRatePlan object. |
threshold | "threshold": "Hello World" Type: String |
flatCharge | "flatCharge": "Hello World" Type: String |
usageUnitId | "usageUnitId": 16 Type: Number Unique identifier for the associated UsageUnit object. |
When updating an object you use the update request header with the list of properties to update. Then you need only supply the new values in the body of your request. Please note, this header can only be used with PUT or PATCH requests.
Field List:
DataFlow PATCH objects:
GET | api/v3/Account/Service/Usage/Bucket/Tier |
Retrieve all of the AccountServiceUsageBucketTier objects. |
GET | api/v3/Account/Service/Usage/Bucket/Tier/Paged |
Retreive all of the AccountServiceUsageBucketTier objects in a paged fashion. |
GET | api/v3/Account/Service/Usage/Bucket/Tier/{id:int} |
Retrieve an instance of the AccountServiceUsageBucketTier object by it's ID. | |
{id:int} | Unique identifier for the AccountServiceUsageBucketTier object. |