POST api/event/EventAttendeeEngagementCodeUpdate

Request Information

URI Parameters

None.

Body Parameters

EventAttendeeEngagementCodeRequest
NameDescriptionTypeAdditional information
EventId

globally unique identifier

None.

EventAttendee

globally unique identifier

None.

EngagementCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "EventId": "bf04f1c5-81a2-4ad6-bf4b-b87902eb654f",
  "EventAttendee": "2cad6806-3137-4285-a091-21a642a1cfb1",
  "EngagementCode": "sample string 3"
}

application/xml, text/xml

Sample:

application/x-www-form-urlencoded

Sample:

Sample not available.

multipart/form-data

Sample:
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="EventId"

bf04f1c5-81a2-4ad6-bf4b-b87902eb654f
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="EventAttendee"

2cad6806-3137-4285-a091-21a642a1cfb1
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="EngagementCode"

sample string 3
--MultipartDataMediaFormatterBoundary1q2w3e--

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, multipart/form-data

Sample:

Sample not available.