The following operations are available for this resource.
Http Verb | Operation | ||
---|---|---|---|
GET | Method: Get, URL: ReferenceData/InterestCategories/{id}?maintenanceMode={maintenanceMode} | Test | |
Get the details of an interest category by id. |
|||
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. |
|||
GET | Method: GetSummaries, URL: ReferenceData/InterestCategories/Summary | Test | |
Get a summary representation of all interest categories. |
|||
POST | Method: Create, URL: ReferenceData/InterestCategories | Test | |
Create a new interest category. |
|||
PUT | Method: Update, URL: ReferenceData/InterestCategories/{id} | Test | |
Update an existing interest category. |
|||
DELETE | Method: Delete, URL: ReferenceData/InterestCategories/{id} | Test | |
Delete an existing interest category. |