Add Involved to an Event

Adds people or groups to the list of members involved in an event.

 

URL

{WSUrl}/api/events/<EventCode>/involved

 

REQUEST METHOD

POST

 

URL PARAMETER

EventCode: This parameter is provided in the URL and does not need to be sent through POST.

 

FORM CONTENT

An array with the members below:

Name (Required): Name of person or group.

Type (Required): Type of name, either person or group.

 

REQUEST EXAMPLE

{WSUrl}/api/events/EVTC201105000052/involved

 

FORM CONTENT EXAMPLES

[

{"Name" : "Name of person", "Type" : "Person"},

{"Name" : "Name of group", "Type" : "Group"}

]

 

SUCCESS RESPONSE

HTTP status code 204: NoContent