POST api/event/EventSpeakerManuallyAddition
Request Information
URI Parameters
None.
Body Parameters
EventSpeakerManuallyAdditionRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | globally unique identifier |
None. |
|
| Photo | string |
None. |
|
| PersonName | string |
None. |
|
| JobTitle | string |
None. |
|
| CompanyName | string |
None. |
|
| CompanyPhone | string |
None. |
|
| string |
None. |
||
| Order | integer |
None. |
|
| Website | string |
None. |
|
| Introduction | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventId": "54c737a2-70ad-41b4-9822-945bdf29c1c6",
"Photo": "sample string 2",
"PersonName": "sample string 3",
"JobTitle": "sample string 4",
"CompanyName": "sample string 5",
"CompanyPhone": "sample string 6",
"Email": "sample string 7",
"Order": 8,
"Website": "sample string 9",
"Introduction": "sample string 10"
}
application/xml, text/xml
Sample:
<EventSpeakerManuallyAdditionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <CompanyName>sample string 5</CompanyName> <CompanyPhone>sample string 6</CompanyPhone> <Email>sample string 7</Email> <EventId>54c737a2-70ad-41b4-9822-945bdf29c1c6</EventId> <Introduction>sample string 10</Introduction> <JobTitle>sample string 4</JobTitle> <Order>8</Order> <PersonName>sample string 3</PersonName> <Photo>sample string 2</Photo> <Website>sample string 9</Website> </EventSpeakerManuallyAdditionRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfEventSpeakerOutputParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | EventSpeakerOutputParameters |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.