POST Redemption/LinkContactToEvent
Request Information
URI Parameters
None.
Body Parameters
MYCII_EWS.BusinessObjects.Event.Redemptions.LinkContactToEvent| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | string |
Required |
|
| ContactId | string |
Required |
|
| CategoryId | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"EventId": "sample string 1",
"ContactId": "sample string 2",
"CategoryId": "sample string 3"
}
application/xml, text/xml
Sample:
<LinkContactToEvent xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <EventId>sample string 1</EventId> <ContactId>sample string 2</ContactId> <CategoryId>sample string 3</CategoryId> </LinkContactToEvent>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.