Mail Indicators

The following operations are available for this resource.

Http Verb Operation
Get ReferenceData/MailIndicators/{id}?maintenanceMode={maintenanceMode} Get the details of a mail indicator by id.
GET Method: Get, URL: ReferenceData/MailIndicators/{id}?maintenanceMode={maintenanceMode} Test

Get the details of a mail indicator by id.

GetAll ReferenceData/MailIndicators?maintenanceMode={maintenanceMode} Get all mail indicators. 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/MailIndicators?maintenanceMode={maintenanceMode} Test

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

Get a summary representation of all mail indicators.

Create ReferenceData/MailIndicators Create a new mail indicator.
POST Method: Create, URL: ReferenceData/MailIndicators Test

Create a new mail indicator.

Update ReferenceData/MailIndicators/{id} Update an existing mail indicator.
PUT Method: Update, URL: ReferenceData/MailIndicators/{id} Test

Update an existing mail indicator.

Delete ReferenceData/MailIndicators/{id} Delete an existing mail indicator.
DELETE Method: Delete, URL: ReferenceData/MailIndicators/{id} Test

Delete an existing mail indicator.