POST api/event/EventAttendeeListByFilter
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": "302ee46e-af2b-47a0-8e61-4dcc1980eda1",
"AttendeeFilter": 1003002,
"StatusList": [
1003000,
1003000
],
"DiscountId": "b4c34a2b-0d3f-4189-999a-b58403df9eab",
"PaymentStatus": 1001,
"CheckStatusType": 1001,
"QueryClause": "sample string 3",
"Page": 4,
"ItemsPerPage": 5,
"ExportField": [
"sample string 1",
"sample string 2"
],
"RegNumber": "ceac132b-4b2b-4c33-867e-7d636ebe5fe2",
"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>b4c34a2b-0d3f-4189-999a-b58403df9eab</DiscountId>
<EventId>302ee46e-af2b-47a0-8e61-4dcc1980eda1</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>ceac132b-4b2b-4c33-867e-7d636ebe5fe2</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.