PUT api/prospects/search
Request Information
URI Parameters
None.
Body Parameters
ProspectSearchDto| Name | Description | Type | Additional 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": [
"291bfdfa-d401-4fe3-bb08-7245edb5f14a",
"55c2004d-766d-4733-9608-0e4d15a04d12"
],
"products": [
"f0b63bab-2a2b-4844-8a33-feedff520faa",
"faa81f9b-b18f-4428-aba1-91c77055f5a6"
],
"campaigns": [
"61f4d90d-327f-41df-b88f-6fd20b0aea4c",
"4fab43f3-6bd2-4515-80c0-3679706f5a09"
],
"notReceivedMarketingInDays": 4,
"notPutOrderInDays": 5
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.