POST api/event/EventAttendeeDelete
Request Information
URI Parameters
None.
Body Parameters
EventAttendeeDelRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CreateBy | globally unique identifier |
None. |
|
| CreateDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "58addc1a-bfc7-4508-b220-e57055249ea0",
"CreateBy": "98e0da03-572c-4ac1-ae42-4416d9232f28",
"CreateDate": "2026-05-31T16:09:11.6804024+08:00"
}
application/xml, text/xml
Sample:
<EventAttendeeDelRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <CreateBy>98e0da03-572c-4ac1-ae42-4416d9232f28</CreateBy> <CreateDate>2026-05-31T16:09:11.6804024+08:00</CreateDate> <Id>58addc1a-bfc7-4508-b220-e57055249ea0</Id> </EventAttendeeDelRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfCommonResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | CommonResult |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.