TAG LINE
SMALL TITLE
id | "id": 1 Type: Number This is the unique numeric identifier for the UsageClassDynamicRule |
usageClassDynamicId | "usageClassDynamicId": 21 Type: Number Unique identifier for the associated UsageClassDynamic object. |
extensionAttributeListItemId | "extensionAttributeListItemId": 17 Type: Number Unique identifier for the associated ExtensionAttributeListItem object. |
geoTreeLocationGroupId | "geoTreeLocationGroupId": 26 Type: Number Unique identifier for the associated GeoTreeLocationGroup object. |
usageClassId | "usageClassId": 5 Type: Number Unique identifier for the associated UsageClass object. |
sortOrder | "sortOrder": 6 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:
GET | api/v2/Usage/Class/Dynamic/Rule |
Retrieve all of the UsageClassDynamicRule objects. |
GET | api/v2/Usage/Class/Dynamic/Rule/Paged |
Retreive all of the UsageClassDynamicRule objects in a paged fashion. |
GET | api/v2/Usage/Class/Dynamic/Rule/{id:int} |
Retrieve an instance of the UsageClassDynamicRule object by it's ID. | |
{id:int} | Unique identifier for the UsageClassDynamicRule object. |