PUT api/consumer/v1/calendarEvents/{calendarEventId}/partecipants

Update Partecipant from an existing Calendar Event

Request Information

URI Parameters

NameDescriptionTypeAdditional information
calendarEventId

ID of the Calendar Event

integer

Required

Body Parameters

New list Calendar Event Partecipants information

CalendarEventPartecipantEditDto
NameDescriptionTypeAdditional information
Rules

Rules

Collection of CalendarEventPartecipantRuleEditDto

None

Request Formats

application/json, text/json

Sample:
{
  "Rules": [
    {
      "RuleEntityId": 1,
      "RuleId": 2
    },
    {
      "RuleEntityId": 1,
      "RuleId": 2
    }
  ]
}

application/xml, text/xml

Sample:
<CalendarEventPartecipantEditDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Oryx.Web.Api.Models">
  <Rules>
    <CalendarEventPartecipantRuleEditDto>
      <RuleEntityId>1</RuleEntityId>
      <RuleId>2</RuleId>
    </CalendarEventPartecipantRuleEditDto>
    <CalendarEventPartecipantRuleEditDto>
      <RuleEntityId>1</RuleEntityId>
      <RuleId>2</RuleId>
    </CalendarEventPartecipantRuleEditDto>
  </Rules>
</CalendarEventPartecipantEditDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

200

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None

Content

HttpContent

None

StatusCode

HttpStatusCode

None

ReasonPhrase

string

None

Headers

Collection of Object

None

RequestMessage

HttpRequestMessage

None

IsSuccessStatusCode

boolean

None