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": [
"a08e6e86-2f7a-474a-9692-ef1382988cc7",
"a4f6c70a-17dc-495f-b802-398a3250e4f5"
],
"products": [
"c87a8e92-0cb9-4452-9bbc-f24bd46376d8",
"0ad999af-5842-4cb0-b1cc-fbf59cb691d1"
],
"campaigns": [
"1110b0da-a6ec-4a48-8bb4-1c254524be91",
"3e7ed5e2-5c24-4a35-90dc-31e876677211"
],
"notReceivedMarketingInDays": 4,
"notPutOrderInDays": 5
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.