POST api/event/EventAttendeeListByStatusAdmin
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": "b60ba40b-0d78-45ed-9fac-5cf09947ed18",
"ApprovalStatus": 1003000,
"DiscountId": "6eb955df-6227-4f16-8009-d556dfbd1134",
"PaymentStatus": 1001,
"RegNumber": "cd3ffce0-b0f9-480a-a31f-ba1b5ba8ebc9",
"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>6eb955df-6227-4f16-8009-d556dfbd1134</DiscountId> <EventId>b60ba40b-0d78-45ed-9fac-5cf09947ed18</EventId> <ItemsPerPage>6</ItemsPerPage> <Page>5</Page> <PaymentStatus>Unpaid</PaymentStatus> <QueryClause>sample string 4</QueryClause> <RegNumber>cd3ffce0-b0f9-480a-a31f-ba1b5ba8ebc9</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.