Activity Categories

The following operations are available for this resource.

Http Verb Operation
Get ReferenceData/ActivityCategories/{id}?maintenanceMode={maintenanceMode} Get the details of an activity category by id.
GET Method: Get, URL: ReferenceData/ActivityCategories/{id}?maintenanceMode={maintenanceMode} Test

Get the details of an activity category by id.

GetAll ReferenceData/ActivityCategories?maintenanceMode={maintenanceMode} Get all activity categories. For filtering on specific property value, pass the property name with value as query parameter. If the property is another non primitive object, pass PropertyName.Id and its value as query parameter.
GET Method: GetAll, URL: ReferenceData/ActivityCategories?maintenanceMode={maintenanceMode} Test

Get all activity categories. For filtering on specific property value, pass the property name with value as query parameter. If the property is another non primitive object, pass PropertyName.Id and its value as query parameter.

GetSummaries ReferenceData/ActivityCategories/Summary Get a summary representation of all activity categories.
GET Method: GetSummaries, URL: ReferenceData/ActivityCategories/Summary Test

Get a summary representation of all activity categories.

Create ReferenceData/ActivityCategories Create a new activity category.
POST Method: Create, URL: ReferenceData/ActivityCategories Test

Create a new activity category.

Update ReferenceData/ActivityCategories/{id} Update an existing activity category.
PUT Method: Update, URL: ReferenceData/ActivityCategories/{id} Test

Update an existing activity category.

Delete ReferenceData/ActivityCategories/{id} Delete an existing activity category.
DELETE Method: Delete, URL: ReferenceData/ActivityCategories/{id} Test

Delete an existing activity category.