POST api/event/EventAttendeeEngagementCodeUpdate
Request Information
URI Parameters
None.
Body Parameters
EventAttendeeEngagementCodeRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | globally unique identifier |
None. |
|
| EventAttendee | globally unique identifier |
None. |
|
| EngagementCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventId": "9e2e6918-0d7d-47b2-88b5-617b41f26383",
"EventAttendee": "80a3849f-57cc-4718-8302-70f99c566a93",
"EngagementCode": "sample string 3"
}
application/xml, text/xml
Sample:
<EventAttendeeEngagementCodeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <EngagementCode>sample string 3</EngagementCode> <EventAttendee>80a3849f-57cc-4718-8302-70f99c566a93</EventAttendee> <EventId>9e2e6918-0d7d-47b2-88b5-617b41f26383</EventId> </EventAttendeeEngagementCodeRequest>
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.