POST api/LeadAppend/DeleteRule

Request Information

URI Parameters

None.

Body Parameters

LeadAppendRuleDTO
NameDescriptionTypeAdditional information
groups

string

None.

TriggerId

integer

None.

AppendType

integer

None.

RtriggerId

integer

None.

isMarketSelected

boolean

None.

RuleId

integer

None.

lst_Groups

Collection of GroupMinDTO

None.

markets

string

None.

AllMarkets

boolean

None.

AppendTag

boolean

None.

AllLeads

boolean

None.

NoMarketMapped

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "groups": "sample string 1",
  "TriggerId": 2,
  "AppendType": 3,
  "RtriggerId": 4,
  "isMarketSelected": true,
  "RuleId": 6,
  "lst_Groups": [
    {
      "Id": 1,
      "GroupCode": "sample string 2",
      "GroupName": "sample string 3",
      "State": "sample string 4",
      "GroupCodeAndName": "sample string 2 - sample string 3",
      "Marketid": 1
    },
    {
      "Id": 1,
      "GroupCode": "sample string 2",
      "GroupName": "sample string 3",
      "State": "sample string 4",
      "GroupCodeAndName": "sample string 2 - sample string 3",
      "Marketid": 1
    }
  ],
  "markets": "sample string 7",
  "AllMarkets": true,
  "AppendTag": true,
  "AllLeads": true,
  "NoMarketMapped": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true