POST api/leadpulse/exclusions

Exclude a property from LeadPulse, this will stop it from being included in the leadpulse filter.

Request Information

URI Parameters

None.

Body Parameters

LeadPulseFilterExclusionsDataContract
NameDescriptionTypeAdditional information
LeadPulseFilterId

integer

None.

Exclusions

Collection of integer

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "LeadPulseFilterId": 1,
  "Exclusions": [
    1,
    2
  ]
}

Response Information

Resource Description

201 Created if successful, or 409 Conflict if already excluded

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.