POST api/waitlist/AddToWaitList
Request Information
URI Parameters
None.
Body Parameters
RegiterToEventInput| Name | Description | Type | Additional information |
|---|---|---|---|
| eventType | string |
None. |
|
| eventId | string |
None. |
|
| contactId | string |
None. |
|
| vms_distancefromevent | integer |
None. |
|
| waitlisted | boolean |
None. |
|
| autoRegister | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"eventType": "sample string 1",
"eventId": "sample string 2",
"contactId": "sample string 3",
"vms_distancefromevent": 1,
"waitlisted": true,
"autoRegister": true
}
application/xml, text/xml
Sample:
<RegiterToEventInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WA.EvtMgmt.WebApi.Models"> <autoRegister>true</autoRegister> <contactId>sample string 3</contactId> <eventId>sample string 2</eventId> <eventType>sample string 1</eventType> <vms_distancefromevent>1</vms_distancefromevent> <waitlisted>true</waitlisted> </RegiterToEventInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |