POST api/event/EventAttendeePaymentTypeUpdate

Request Information

URI Parameters

None.

Body Parameters

EventAttendeePaymentTypeRequest
NameDescriptionTypeAdditional information
EventId

globally unique identifier

None.

EventAttendee

globally unique identifier

None.

PaymentType

PaymentType

None.

Request Formats

application/json, text/json

Sample:
{
  "EventId": "7f74c4f3-2e9d-4f89-9909-fdcac29d3b75",
  "EventAttendee": "1efcd378-41a2-43bf-8614-6f12f0d8fdf5",
  "PaymentType": 1005001
}

application/xml, text/xml

Sample:
<EventAttendeePaymentTypeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel">
  <EventAttendee>1efcd378-41a2-43bf-8614-6f12f0d8fdf5</EventAttendee>
  <EventId>7f74c4f3-2e9d-4f89-9909-fdcac29d3b75</EventId>
  <PaymentType>Online</PaymentType>
</EventAttendeePaymentTypeRequest>

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.