TAG LINE
SMALL TITLE
id | "id": 5 Type: Number This is the unique numeric identifier for the UsageBucketTier |
usageBucketId | "usageBucketId": 14 Type: Number Unique identifier for the associated UsageBucket object. |
usageRatePlanId | "usageRatePlanId": 12 Type: Number Unique identifier for the associated UsageRatePlan object. |
threshold | "threshold": "Hello World" Type: String |
flatCharge | "flatCharge": "Hello World" Type: String |
usageUnitId | "usageUnitId": 7 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:
DELETE | api/v2/Usage/Bucket/Tier/{id:int} |
Delete an instance of the UsageBucketTier object. |
GET | api/v2/Usage/Bucket/Tier |
Retrieve all of the UsageBucketTier objects. |
GET | api/v2/Usage/Bucket/Tier/Paged |
Retreive all of the UsageBucketTier objects in a paged fashion. |
GET | api/v2/Usage/Bucket/Tier/{id:int} |
Retrieve an instance of the UsageBucketTier object by it's ID. | |
{id:int} | Unique identifier for the UsageBucketTier object. |
POST | api/v2/Usage/Bucket/Tier |
Create a new instance of the UsageBucketTier object. |
PUT | api/v2/Usage/Bucket/Tier/{id:int} |
Update an existing instance of the UsageBucketTier object. |