POST api/event/EventAttendeeCouponCodeDetail
Request Information
URI Parameters
None.
Body Parameters
EventAttendeeDetailRequest| 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": "2523c603-643f-4655-9250-304c4a606b3f",
"CreateBy": "21c6c40a-6bac-419a-89b8-4666b917921c",
"CreateDate": "2026-05-31T23:10:41.6101363+08:00"
}
application/xml, text/xml
Sample:
<EventAttendeeDetailRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <CreateBy>21c6c40a-6bac-419a-89b8-4666b917921c</CreateBy> <CreateDate>2026-05-31T23:10:41.6101363+08:00</CreateDate> <Id>2523c603-643f-4655-9250-304c4a606b3f</Id> </EventAttendeeDetailRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfEventAttendeeCouponCodeResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | EventAttendeeCouponCodeResult |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.