PUT api/prospects/get/{start}/{length}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
start

string

Required

length

string

Required

Body Parameters

ProspectSearchDto
NameDescriptionTypeAdditional information
IsNotStopped

boolean

None.

HasNoFailedTelephone

boolean

None.

HasNoFailedEmail

boolean

None.

OrFilters

Collection of globally unique identifier

None.

Products

Collection of globally unique identifier

None.

Campaigns

Collection of globally unique identifier

None.

NotReceivedMarketingInDays

integer

None.

NotPutOrderInDays

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "isNotStopped": true,
  "hasNoFailedTelephone": true,
  "hasNoFailedEmail": true,
  "orFilters": [
    "c0f3e5cf-6886-4fc6-83a5-eefb25d82d6f",
    "1edb9d2e-228d-422b-b550-8366c3544ed5"
  ],
  "products": [
    "b0ec886d-ac12-400c-b78a-b1306b038385",
    "ac3382c7-beeb-41a9-ad31-36c228d13c5a"
  ],
  "campaigns": [
    "47589346-e21b-4b94-b674-96a9ec13f27c",
    "8ee6113c-9ab4-4deb-a71f-d13c044705b0"
  ],
  "notReceivedMarketingInDays": 4,
  "notPutOrderInDays": 5
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.