POST api/ContactRoles/{id}?role={role}
Retrieve Event Information By Event Id.
Possible Service Responses:
200/OK - a match found and the event is returned in the body of the response.
404/Event Not Found - no event found matching the specified id.
500/Internal Server - unexpected server error, details in the body of the response.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Event Id |
System.String |
Required |
role | System.String |
Required |
Body Parameters
None.
Response Information
Resource Description
Event
System.BooleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>