POST api/event/EventAttendeeEngagementCodeBatchUpdate

Request Information

URI Parameters

None.

Body Parameters

EventAttendeeEngagementCodeBatchRequest
NameDescriptionTypeAdditional information
EventId

globally unique identifier

None.

EventAttendees

Collection of globally unique identifier

None.

EngagementCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "EventId": "db5b35c9-9904-4680-8871-206084c6ca91",
  "EventAttendees": [
    "f18fcc1c-e54c-486f-8f57-5f5ef052afef",
    "e6adde65-4b41-451d-8230-c01c2ac8edf6"
  ],
  "EngagementCode": "sample string 2"
}

application/xml, text/xml

Sample:
<EventAttendeeEngagementCodeBatchRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel">
  <EngagementCode>sample string 2</EngagementCode>
  <EventAttendees xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>f18fcc1c-e54c-486f-8f57-5f5ef052afef</d2p1:guid>
    <d2p1:guid>e6adde65-4b41-451d-8230-c01c2ac8edf6</d2p1:guid>
  </EventAttendees>
  <EventId>db5b35c9-9904-4680-8871-206084c6ca91</EventId>
</EventAttendeeEngagementCodeBatchRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonResultOfCommonResult
NameDescriptionTypeAdditional information
Content

CommonResult

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.