POST integration/events/{eventId}/attendees/{attendeeId}/sessions/cancel-booking
Cancels a session booking.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| eventId |
Event Id or Event External Id |
string |
Required |
| attendeeId |
Attendee Id or Attendee External Id |
string |
Required |
Body Parameters
IntegrationSession| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
AI Connect session primary key. Guid. |
string |
None. |
| ExternalId |
Client session primary key. String. |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "sample string 1",
"externalId": "sample string 2"
}
application/xml, text/xml
Sample:
<Session xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AIConnectAPI.Integration.Models"> <ExternalId>sample string 2</ExternalId> <Id>sample string 1</Id> </Session>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.