TAG LINE
SMALL TITLE
id | "id": 7 Type: Number This is the unique numeric identifier for the UsageBucketBaseUnit |
usageBaseUnitId | "usageBaseUnitId": 0 Type: Number Unique identifier for the associated UsageBaseUnit object. |
name | "name": "Hello World" Type: String |
description | "description": "Hello World" Type: String |
sortOrder | "sortOrder": 20 Type: Number |
visible | "visible": true Type: Boolean |
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/Usage/Bucket/BaseUnit |
Retrieve all of the UsageBucketBaseUnit objects. |
GET | api/v3/Usage/Bucket/BaseUnit/Paged |
Retreive all of the UsageBucketBaseUnit objects in a paged fashion. |
GET | api/v3/Usage/Bucket/BaseUnit/{id:int} |
Retrieve an instance of the UsageBucketBaseUnit object by it's ID. | |
{id:int} | Unique identifier for the UsageBucketBaseUnit object. |