TAG LINE
SMALL TITLE
id | "id": 2 Type: Number This is the unique numeric identifier for the UsageClassType |
name | "name": "Hello World" Type: String |
sortOrder | "sortOrder": 8 Type: Number |
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/ClassType/{id:int} |
Delete an instance of the UsageClassType object. |
GET | api/v2/Usage/ClassType |
Retrieve all of the UsageClassType objects. |
GET | api/v2/Usage/ClassType/Paged |
Retreive all of the UsageClassType objects in a paged fashion. |
GET | api/v2/Usage/ClassType/{id:int} |
Retrieve an instance of the UsageClassType object by it's ID. | |
{id:int} | Unique identifier for the UsageClassType object. |
POST | api/v2/Usage/ClassType |
Create a new instance of the UsageClassType object. |
PUT | api/v2/Usage/ClassType/{id:int} |
Update an existing instance of the UsageClassType object. |