PUT MyEvents/RegisterUnRegister

Request Information

URI Parameters

None.

Body Parameters

MYCII_EWS.BusinessObjects.Events+RegUnRegConCurrentEvent
NameDescriptionTypeAdditional information
ConCurrentEventId

integer

Required

EventId

string

Required

IsChecked

boolean

Required

Request Formats

application/json, text/json

Sample:
{
  "ConCurrentEventId": 1,
  "EventId": "sample string 2",
  "IsChecked": true
}

application/xml, text/xml

Sample:
<RegUnRegConCurrentEvent xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ConCurrentEventId>1</ConCurrentEventId>
  <EventId>sample string 2</EventId>
  <IsChecked>true</IsChecked>
</RegUnRegConCurrentEvent>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.