POST api/Hub47/addEvent
Request Information
URI Parameters
None.
Body Parameters
addEventModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| eventid | integer |
None. |
|
| Organization | string |
None. |
|
| string |
None. |
||
| Phone | string |
None. |
|
| Workshop | string |
None. |
|
| Additionalcomments | string |
None. |
|
| CurrentOccupation | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"eventid": 1,
"Organization": "sample string 2",
"Email": "sample string 3",
"Phone": "sample string 4",
"Workshop": "sample string 5",
"Additionalcomments": "sample string 6",
"CurrentOccupation": "sample string 7"
}
application/xml, text/xml
Sample:
<Hub47Controller.addEventModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaskManagementServices.Controllers"> <Additionalcomments>sample string 6</Additionalcomments> <CurrentOccupation>sample string 7</CurrentOccupation> <Email>sample string 3</Email> <Name>sample string 1</Name> <Organization>sample string 2</Organization> <Phone>sample string 4</Phone> <Workshop>sample string 5</Workshop> <eventid>1</eventid> </Hub47Controller.addEventModel>
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. |