TAG LINE
SMALL TITLE
id | "id": 24 Type: Number This is the unique numeric identifier for the UsageClass |
name | "name": "Hello World" Type: String |
usageRaterTypeId | "usageRaterTypeId": 27 Type: Number Unique identifier for the associated UsageRaterType object. |
usageBaseUnitId | "usageBaseUnitId": 20 Type: Number Unique identifier for the associated UsageBaseUnit object. |
usageClassTypeId | "usageClassTypeId": 0 Type: Number Unique identifier for the associated UsageClassType 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/v3/Usage/Class/{id:int} |
Delete an instance of the UsageClass object. |
GET | api/v3/Usage/Class |
Retrieve all of the UsageClass objects. |
GET | api/v3/Usage/Class/AvailableFor/RateGroup/{usageRateGroupId:int}/BaseUnit/{usageBaseUnitId:int} |
Retrieve all of the UsageClass objects. |
GET | api/v3/Usage/Class/Paged |
Retreive all of the UsageClass objects in a paged fashion. |
GET | api/v3/Usage/Class/{id:int} |
Retrieve an instance of the UsageClass object by it's ID. | |
{id:int} | Unique identifier for the UsageClass object. |
POST | api/v3/Usage/Class |
Create a new instance of the UsageClass object. |
PUT | api/v3/Usage/Class/{id:int} |
Update an existing instance of the UsageClass object. |