POST api/event/EventSpeakerEdit
Request Information
URI Parameters
None.
Body Parameters
EventSpeakerEditRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | globally unique identifier |
None. |
|
| EventSpeakerId | 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": "ac70c166-cfad-4b60-b47c-1b54ac318c2a",
"EventSpeakerId": "8bad8370-e9e2-41d2-9051-de3cda901fb2",
"Photo": "sample string 3",
"PersonName": "sample string 4",
"JobTitle": "sample string 5",
"CompanyName": "sample string 6",
"CompanyPhone": "sample string 7",
"Email": "sample string 8",
"Order": 9,
"Website": "sample string 10",
"Introduction": "sample string 11"
}
application/xml, text/xml
Sample:
<EventSpeakerEditRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <CompanyName>sample string 6</CompanyName> <CompanyPhone>sample string 7</CompanyPhone> <Email>sample string 8</Email> <EventId>ac70c166-cfad-4b60-b47c-1b54ac318c2a</EventId> <EventSpeakerId>8bad8370-e9e2-41d2-9051-de3cda901fb2</EventSpeakerId> <Introduction>sample string 11</Introduction> <JobTitle>sample string 5</JobTitle> <Order>9</Order> <PersonName>sample string 4</PersonName> <Photo>sample string 3</Photo> <Website>sample string 10</Website> </EventSpeakerEditRequest>
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.