POST api/event/EventAttendeeListByStatus
Request Information
URI Parameters
None.
Body Parameters
EventAttendeeStatusRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | globally unique identifier |
None. |
|
| ApprovalStatus | ApprovalStatusType |
None. |
|
| DiscountId | globally unique identifier |
None. |
|
| PaymentStatus | PaymentStatus |
None. |
|
| RegNumber | globally unique identifier |
None. |
|
| QueryClause | string |
None. |
|
| Page | integer |
None. |
|
| ItemsPerPage | integer |
None. |
|
| SendType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventId": "57361437-97a9-4c98-94a6-11f99c1e0369",
"ApprovalStatus": 1003000,
"DiscountId": "64e49d22-e5ff-4b2f-ad3a-a7e1c9c53670",
"PaymentStatus": 1001,
"RegNumber": "de1c2872-5d67-4cb9-870e-9a122ac51ed5",
"QueryClause": "sample string 4",
"Page": 5,
"ItemsPerPage": 6,
"SendType": 7
}
application/xml, text/xml
Sample:
<EventAttendeeStatusRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <ApprovalStatus>Draft</ApprovalStatus> <DiscountId>64e49d22-e5ff-4b2f-ad3a-a7e1c9c53670</DiscountId> <EventId>57361437-97a9-4c98-94a6-11f99c1e0369</EventId> <ItemsPerPage>6</ItemsPerPage> <Page>5</Page> <PaymentStatus>Unpaid</PaymentStatus> <QueryClause>sample string 4</QueryClause> <RegNumber>de1c2872-5d67-4cb9-870e-9a122ac51ed5</RegNumber> <SendType>7</SendType> </EventAttendeeStatusRequest>
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.