POST api/event/add-delegate

Request Information

URI Parameters

None.

Body Parameters

CreateEventModel
NameDescriptionTypeAdditional information
Id

string

None.

Event

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "event": "sample string 2"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.