POST v1/SpeakerEvent
Request Information
URI Parameters
None.
Body Parameters
SpeakerEventViewModelName | Description | Type | Additional information |
---|---|---|---|
Visible | boolean |
None. |
|
SpeakerType | SpeakerType |
None. |
|
FollowingNumber | integer |
None. |
|
Text | string |
None. |
|
PersonGuid | globally unique identifier |
None. |
|
EventGuid | globally unique identifier |
None. |
|
Guid | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "Visible": true, "SpeakerType": 0, "FollowingNumber": 2, "Text": "sample string 3", "PersonGuid": "49fff73b-6655-40a8-bab5-90d5bc62d5cc", "EventGuid": "fa003fdc-fc5f-4a7d-8a76-8cc2cc3bde97", "Guid": "9de01adb-6a55-4a2c-87af-fad659950ea2", "Created": "2024-11-21T06:22:00.9794762+00:00", "Modified": "2024-11-21T06:22:00.9794762+00:00", "Deleted": "2024-11-21T06:22:00.9794762+00:00", "ErrorMessages": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "IsValid": false }
application/octet-stream
Sample:
{"Visible":true,"SpeakerType":0,"FollowingNumber":2,"Text":"sample string 3","PersonGuid":"49fff73b-6655-40a8-bab5-90d5bc62d5cc","EventGuid":"fa003fdc-fc5f-4a7d-8a76-8cc2cc3bde97","Guid":"9de01adb-6a55-4a2c-87af-fad659950ea2","Created":"2024-11-21T06:22:00.9794762+00:00","Modified":"2024-11-21T06:22:00.9794762+00:00","Deleted":"2024-11-21T06:22:00.9794762+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false}
application/xml, text/xml
Sample:
<SpeakerEventViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Entity"> <ErrorMessages xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services"> <d2p1:KeyValueOfstringstring> <d2p1:Key>sample string 1</d2p1:Key> <d2p1:Value>sample string 2</d2p1:Value> </d2p1:KeyValueOfstringstring> <d2p1:KeyValueOfstringstring> <d2p1:Key>sample string 3</d2p1:Key> <d2p1:Value>sample string 4</d2p1:Value> </d2p1:KeyValueOfstringstring> </ErrorMessages> <Created xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2024-11-21T06:22:00.9794762+00:00</Created> <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2024-11-21T06:22:00.9794762+00:00</Deleted> <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">9de01adb-6a55-4a2c-87af-fad659950ea2</Guid> <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2024-11-21T06:22:00.9794762+00:00</Modified> <EventGuid>fa003fdc-fc5f-4a7d-8a76-8cc2cc3bde97</EventGuid> <FollowingNumber>2</FollowingNumber> <PersonGuid>49fff73b-6655-40a8-bab5-90d5bc62d5cc</PersonGuid> <SpeakerType>Unassigned</SpeakerType> <Text>sample string 3</Text> <Visible>true</Visible> </SpeakerEventViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SpeakerEventViewModelName | Description | Type | Additional information |
---|---|---|---|
Visible | boolean |
None. |
|
SpeakerType | SpeakerType |
None. |
|
FollowingNumber | integer |
None. |
|
Text | string |
None. |
|
PersonGuid | globally unique identifier |
None. |
|
EventGuid | globally unique identifier |
None. |
|
Guid | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "Visible": true, "SpeakerType": 0, "FollowingNumber": 2, "Text": "sample string 3", "PersonGuid": "005b99ee-dbfb-4a51-a6cc-1d8fd9182145", "EventGuid": "383fbe93-eaaa-405c-93af-68c6d014ce58", "Guid": "b7d3b621-a4ac-4120-8fa9-7807a4656de5", "Created": "2024-11-21T06:22:00.9794762+00:00", "Modified": "2024-11-21T06:22:00.9794762+00:00", "Deleted": "2024-11-21T06:22:00.9794762+00:00", "ErrorMessages": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "IsValid": false }
application/octet-stream
Sample:
{"Visible":true,"SpeakerType":0,"FollowingNumber":2,"Text":"sample string 3","PersonGuid":"005b99ee-dbfb-4a51-a6cc-1d8fd9182145","EventGuid":"383fbe93-eaaa-405c-93af-68c6d014ce58","Guid":"b7d3b621-a4ac-4120-8fa9-7807a4656de5","Created":"2024-11-21T06:22:00.9794762+00:00","Modified":"2024-11-21T06:22:00.9794762+00:00","Deleted":"2024-11-21T06:22:00.9794762+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false}
application/xml, text/xml
Sample:
<SpeakerEventViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Entity"> <ErrorMessages xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services"> <d2p1:KeyValueOfstringstring> <d2p1:Key>sample string 1</d2p1:Key> <d2p1:Value>sample string 2</d2p1:Value> </d2p1:KeyValueOfstringstring> <d2p1:KeyValueOfstringstring> <d2p1:Key>sample string 3</d2p1:Key> <d2p1:Value>sample string 4</d2p1:Value> </d2p1:KeyValueOfstringstring> </ErrorMessages> <Created xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2024-11-21T06:22:00.9794762+00:00</Created> <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2024-11-21T06:22:00.9794762+00:00</Deleted> <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">b7d3b621-a4ac-4120-8fa9-7807a4656de5</Guid> <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2024-11-21T06:22:00.9794762+00:00</Modified> <EventGuid>383fbe93-eaaa-405c-93af-68c6d014ce58</EventGuid> <FollowingNumber>2</FollowingNumber> <PersonGuid>005b99ee-dbfb-4a51-a6cc-1d8fd9182145</PersonGuid> <SpeakerType>Unassigned</SpeakerType> <Text>sample string 3</Text> <Visible>true</Visible> </SpeakerEventViewModel>