POST api/OptOutAndDNC/RequestOptOutUserExport
Request Information
URI Parameters
None.
Body Parameters
SearchOptOutDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| PageIndex | integer |
None. |
|
| Pagesize | integer |
None. |
|
| SortBy | string |
None. |
|
| SortOrder | string |
None. |
|
| SearchOptOutUser | string |
None. |
|
| SearchBy | string |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| SearchCategoryType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PageIndex": 1,
"Pagesize": 2,
"SortBy": "sample string 3",
"SortOrder": "sample string 4",
"SearchOptOutUser": "sample string 5",
"SearchBy": "sample string 6",
"StartDate": "2026-02-03T18:24:05.1590863-08:00",
"EndDate": "2026-02-03T18:24:05.1590863-08:00",
"SearchCategoryType": "sample string 9"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true