Interest Categories

The following operations are available for this resource.

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

Get the details of an interest category by id.

GetAll ReferenceData/InterestCategories?maintenanceMode={maintenanceMode} Get all interest 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/InterestCategories?maintenanceMode={maintenanceMode} Test

Get all interest 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/InterestCategories/Summary Get a summary representation of all interest categories.
GET Method: GetSummaries, URL: ReferenceData/InterestCategories/Summary Test

Get a summary representation of all interest categories.

Create ReferenceData/InterestCategories Create a new interest category.
POST Method: Create, URL: ReferenceData/InterestCategories Test

Create a new interest category.

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

Update an existing interest category.

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

Delete an existing interest category.