POST api/event/EventDelegated
Request Information
URI Parameters
None.
Body Parameters
EventAttendeeMineRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientType | integer |
None. |
|
| EventStatus | EventStatusType |
None. |
|
| PaymentStatus | PaymentStatus |
None. |
|
| ApprovalStatus | ApprovalStatusType |
None. |
|
| PriceType | EventPriceType |
None. |
|
| KeyWord | string |
None. |
|
| Page | integer |
None. |
|
| ItemsPerPage | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClientType": 1,
"EventStatus": 1009001,
"PaymentStatus": 1001,
"ApprovalStatus": 1003000,
"PriceType": 1001,
"KeyWord": "sample string 2",
"Page": 3,
"ItemsPerPage": 4
}
application/xml, text/xml
Sample:
<EventAttendeeMineRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <ApprovalStatus>Draft</ApprovalStatus> <ClientType>1</ClientType> <EventStatus>Draft</EventStatus> <ItemsPerPage>4</ItemsPerPage> <KeyWord>sample string 2</KeyWord> <Page>3</Page> <PaymentStatus>Unpaid</PaymentStatus> <PriceType>ChargeEvent</PriceType> </EventAttendeeMineRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfMyEventInfoList| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | MyEventInfoList |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.