POST api/event/EventAttendeeListByFilterAdmin
Request Information
URI Parameters
None.
Body Parameters
EventAttendeeFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | globally unique identifier |
None. |
|
| AttendeeFilter | AttendeeFilter |
None. |
|
| StatusList | Collection of ApprovalStatusType |
None. |
|
| DiscountId | globally unique identifier |
None. |
|
| PaymentStatus | PaymentStatus |
None. |
|
| CheckStatusType | CheckStatusType |
None. |
|
| QueryClause | string |
None. |
|
| Page | integer |
None. |
|
| ItemsPerPage | integer |
None. |
|
| ExportField | Collection of string |
None. |
|
| RegNumber | globally unique identifier |
None. |
|
| SendType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventId": "e02d8a76-2e07-48d8-a9c8-2a4d5c070421",
"AttendeeFilter": 1003002,
"StatusList": [
1003000,
1003000
],
"DiscountId": "f11a48a2-05ad-4e0e-8901-14ac4b446dc2",
"PaymentStatus": 1001,
"CheckStatusType": 1001,
"QueryClause": "sample string 3",
"Page": 4,
"ItemsPerPage": 5,
"ExportField": [
"sample string 1",
"sample string 2"
],
"RegNumber": "efaaa63b-6031-4a16-a68f-3a5443a6964f",
"SendType": 7
}
application/xml, text/xml
Sample:
<EventAttendeeFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel">
<AttendeeFilter>AllAttendee</AttendeeFilter>
<CheckStatusType>NotChecked</CheckStatusType>
<DiscountId>f11a48a2-05ad-4e0e-8901-14ac4b446dc2</DiscountId>
<EventId>e02d8a76-2e07-48d8-a9c8-2a4d5c070421</EventId>
<ExportField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</ExportField>
<ItemsPerPage>5</ItemsPerPage>
<Page>4</Page>
<PaymentStatus>Unpaid</PaymentStatus>
<QueryClause>sample string 3</QueryClause>
<RegNumber>efaaa63b-6031-4a16-a68f-3a5443a6964f</RegNumber>
<SendType>7</SendType>
<StatusList>
<ApprovalStatusType>Draft</ApprovalStatusType>
<ApprovalStatusType>Draft</ApprovalStatusType>
</StatusList>
</EventAttendeeFilter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfEventAttendeeListView| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | EventAttendeeListView |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.