PUT v1/EventWorkForm
Request Information
URI Parameters
None.
Body Parameters
EventWorkFormViewModelName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
Url | string |
None. |
|
FollowingNumber | integer |
None. |
|
Visible | boolean |
None. |
|
Text | string |
None. |
|
EventGuid | globally unique identifier |
None. |
|
EventLocationGuid | globally unique identifier |
None. |
|
Guid | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "Name": "sample string 1", "Url": "sample string 2", "FollowingNumber": 3, "Visible": true, "Text": "sample string 5", "EventGuid": "c490aa5d-d14e-4486-b654-ac0e39018556", "EventLocationGuid": "60bcc7d9-192a-4582-a1f8-bd089d45ac44", "Guid": "25264f3b-9be6-4d00-84b8-44cfee059781", "Created": "2025-04-26T08:33:43.4377235+00:00", "Modified": "2025-04-26T08:33:43.4377235+00:00", "Deleted": "2025-04-26T08:33:43.4377235+00:00", "ErrorMessages": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "IsValid": false }
application/octet-stream
Sample:
{"Name":"sample string 1","Url":"sample string 2","FollowingNumber":3,"Visible":true,"Text":"sample string 5","EventGuid":"c490aa5d-d14e-4486-b654-ac0e39018556","EventLocationGuid":"60bcc7d9-192a-4582-a1f8-bd089d45ac44","Guid":"25264f3b-9be6-4d00-84b8-44cfee059781","Created":"2025-04-26T08:33:43.4377235+00:00","Modified":"2025-04-26T08:33:43.4377235+00:00","Deleted":"2025-04-26T08:33:43.4377235+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false}
application/xml, text/xml
Sample:
<EventWorkFormViewModel 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-04-26T08:33:43.4377235+00:00</Created> <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-04-26T08:33:43.4377235+00:00</Deleted> <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">25264f3b-9be6-4d00-84b8-44cfee059781</Guid> <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-04-26T08:33:43.4377235+00:00</Modified> <EventGuid>c490aa5d-d14e-4486-b654-ac0e39018556</EventGuid> <EventLocationGuid>60bcc7d9-192a-4582-a1f8-bd089d45ac44</EventLocationGuid> <FollowingNumber>3</FollowingNumber> <Name>sample string 1</Name> <Text>sample string 5</Text> <Url>sample string 2</Url> <Visible>true</Visible> </EventWorkFormViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
EventWorkFormViewModelName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
Url | string |
None. |
|
FollowingNumber | integer |
None. |
|
Visible | boolean |
None. |
|
Text | string |
None. |
|
EventGuid | globally unique identifier |
None. |
|
EventLocationGuid | globally unique identifier |
None. |
|
Guid | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "Name": "sample string 1", "Url": "sample string 2", "FollowingNumber": 3, "Visible": true, "Text": "sample string 5", "EventGuid": "5b5f65b8-70b9-4827-aa92-96b668813501", "EventLocationGuid": "8bbc821c-3408-43a1-977b-4a8de4340300", "Guid": "6d7a1911-c517-47b2-bd5f-e40249060703", "Created": "2025-04-26T08:33:43.4377235+00:00", "Modified": "2025-04-26T08:33:43.4377235+00:00", "Deleted": "2025-04-26T08:33:43.4377235+00:00", "ErrorMessages": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "IsValid": false }
application/octet-stream
Sample:
{"Name":"sample string 1","Url":"sample string 2","FollowingNumber":3,"Visible":true,"Text":"sample string 5","EventGuid":"5b5f65b8-70b9-4827-aa92-96b668813501","EventLocationGuid":"8bbc821c-3408-43a1-977b-4a8de4340300","Guid":"6d7a1911-c517-47b2-bd5f-e40249060703","Created":"2025-04-26T08:33:43.4377235+00:00","Modified":"2025-04-26T08:33:43.4377235+00:00","Deleted":"2025-04-26T08:33:43.4377235+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false}
application/xml, text/xml
Sample:
<EventWorkFormViewModel 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-04-26T08:33:43.4377235+00:00</Created> <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-04-26T08:33:43.4377235+00:00</Deleted> <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">6d7a1911-c517-47b2-bd5f-e40249060703</Guid> <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-04-26T08:33:43.4377235+00:00</Modified> <EventGuid>5b5f65b8-70b9-4827-aa92-96b668813501</EventGuid> <EventLocationGuid>8bbc821c-3408-43a1-977b-4a8de4340300</EventLocationGuid> <FollowingNumber>3</FollowingNumber> <Name>sample string 1</Name> <Text>sample string 5</Text> <Url>sample string 2</Url> <Visible>true</Visible> </EventWorkFormViewModel>