PUT 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": "e195f8f4-688e-4c01-a052-dc29c9b2d80c", "EventGuid": "7cb28206-d8c3-442e-85d3-ae9f305e432f", "Guid": "01ee2f5f-65bc-4b37-bc69-e88a6c653e1f", "Created": "2025-10-11T16:00:18.341844+00:00", "Modified": "2025-10-11T16:00:18.341844+00:00", "Deleted": "2025-10-11T16:00:18.341844+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":"e195f8f4-688e-4c01-a052-dc29c9b2d80c","EventGuid":"7cb28206-d8c3-442e-85d3-ae9f305e432f","Guid":"01ee2f5f-65bc-4b37-bc69-e88a6c653e1f","Created":"2025-10-11T16:00:18.341844+00:00","Modified":"2025-10-11T16:00:18.341844+00:00","Deleted":"2025-10-11T16:00:18.341844+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">2025-10-11T16:00:18.341844+00:00</Created> <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-10-11T16:00:18.341844+00:00</Deleted> <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">01ee2f5f-65bc-4b37-bc69-e88a6c653e1f</Guid> <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-10-11T16:00:18.341844+00:00</Modified> <EventGuid>7cb28206-d8c3-442e-85d3-ae9f305e432f</EventGuid> <FollowingNumber>2</FollowingNumber> <PersonGuid>e195f8f4-688e-4c01-a052-dc29c9b2d80c</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": "2e271535-4e09-4603-9023-c98fc34affbd", "EventGuid": "98815d4f-1b53-4af6-9b37-1d5e5373bf94", "Guid": "0f5cf4d1-7576-4b60-8572-8a63aca864cf", "Created": "2025-10-11T16:00:18.341844+00:00", "Modified": "2025-10-11T16:00:18.341844+00:00", "Deleted": "2025-10-11T16:00:18.341844+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":"2e271535-4e09-4603-9023-c98fc34affbd","EventGuid":"98815d4f-1b53-4af6-9b37-1d5e5373bf94","Guid":"0f5cf4d1-7576-4b60-8572-8a63aca864cf","Created":"2025-10-11T16:00:18.341844+00:00","Modified":"2025-10-11T16:00:18.341844+00:00","Deleted":"2025-10-11T16:00:18.341844+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">2025-10-11T16:00:18.341844+00:00</Created> <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-10-11T16:00:18.341844+00:00</Deleted> <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">0f5cf4d1-7576-4b60-8572-8a63aca864cf</Guid> <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-10-11T16:00:18.341844+00:00</Modified> <EventGuid>98815d4f-1b53-4af6-9b37-1d5e5373bf94</EventGuid> <FollowingNumber>2</FollowingNumber> <PersonGuid>2e271535-4e09-4603-9023-c98fc34affbd</PersonGuid> <SpeakerType>Unassigned</SpeakerType> <Text>sample string 3</Text> <Visible>true</Visible> </SpeakerEventViewModel>