POST api/BannerEvent/GetAllEventBanners?isArchived={isArchived}&take={take}&skip={skip}&sortColumn={sortColumn}&sortDirection={sortDirection}&referenceId={referenceId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| isArchived | boolean |
Required |
|
| take | integer |
Required |
|
| skip | integer |
Required |
|
| sortColumn | string |
Required |
|
| sortDirection | string |
Required |
|
| referenceId | integer |
None. |
Body Parameters
Collection of integerRequest Formats
application/json, text/json
Sample:
[ 1, 2 ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PagedDTOOfBannerEventDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| PagedRecords | Collection of BannerEventDTO |
None. |
|
| Data | Collection of BannerEventDTO |
None. |
|
| TotalRecords | integer |
None. |
|
| TotalAssociateRecords | integer |
None. |
|
| CwaTotal | decimal number |
None. |
|
| AlpTotal | decimal number |
None. |
|
| AnHTotal | decimal number |
None. |
|
| SubmittedAgentCount | integer |
None. |
|
| TotalNoPrds | integer |
None. |
|
| TotalCompletedNoPrds | decimal number |
None. |
|
| TotalCancelNoPrds | integer |
None. |
|
| TotalAlpNoPrds | decimal number |
None. |
|
| FormattedTotalAlpNoPrds | string |
None. |
|
| TotalCompletedAlpNoPrds | decimal number |
None. |
|
| FormattedTotalCompletedAlpNoPrds | string |
None. |
|
| TotalCancelAlpNoPrds | decimal number |
None. |
|
| FormattedTotalCancelAlpNoPrds | string |
None. |
|
| IsSearchLimitCompleted | boolean |
None. |
|
| PolicySearchesLeft | string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.