PUT api/prospects/get/{start}/{length}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| start | string |
Required |
|
| length | string |
Required |
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": [
"1934dfa7-8ecb-4c67-94f7-89261086db6e",
"1795c458-61a2-47aa-a0df-4819ea44ee5e"
],
"products": [
"aad9ee93-7c04-4305-8850-eca4ee3c1e52",
"8123a447-7a86-4794-8c8b-1df15f56cf0c"
],
"campaigns": [
"812f8e6e-f2ae-471f-8c98-a6b60ccc96ff",
"a1bb5f10-7f84-4aec-9d49-10d5431657da"
],
"notReceivedMarketingInDays": 4,
"notPutOrderInDays": 5
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.