PUT v1/EventWorkForm
Request Information
URI Parameters
None.
Body Parameters
EventWorkFormViewModel| Name | 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": "4fffd5a7-7c06-4056-917a-38e1cae33b71",
"EventLocationGuid": "5592bd4d-1bfc-408a-bfde-bb73e3968112",
"Guid": "d8ad0839-f43b-409f-9c4d-a92bb6d5d3d1",
"Created": "2026-01-21T09:14:11.4199025+00:00",
"Modified": "2026-01-21T09:14:11.4199025+00:00",
"Deleted": "2026-01-21T09:14:11.4199025+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":"4fffd5a7-7c06-4056-917a-38e1cae33b71","EventLocationGuid":"5592bd4d-1bfc-408a-bfde-bb73e3968112","Guid":"d8ad0839-f43b-409f-9c4d-a92bb6d5d3d1","Created":"2026-01-21T09:14:11.4199025+00:00","Modified":"2026-01-21T09:14:11.4199025+00:00","Deleted":"2026-01-21T09:14:11.4199025+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">2026-01-21T09:14:11.4199025+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-01-21T09:14:11.4199025+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">d8ad0839-f43b-409f-9c4d-a92bb6d5d3d1</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-01-21T09:14:11.4199025+00:00</Modified>
<EventGuid>4fffd5a7-7c06-4056-917a-38e1cae33b71</EventGuid>
<EventLocationGuid>5592bd4d-1bfc-408a-bfde-bb73e3968112</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
EventWorkFormViewModel| Name | 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": "cfb43a2f-f017-4ed0-9449-e3c304263879",
"EventLocationGuid": "c1148149-8bc7-4e5e-9b39-898fa893fa87",
"Guid": "d879f409-7613-4571-bf89-dbe097378b25",
"Created": "2026-01-21T09:14:11.4199025+00:00",
"Modified": "2026-01-21T09:14:11.4199025+00:00",
"Deleted": "2026-01-21T09:14:11.4199025+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":"cfb43a2f-f017-4ed0-9449-e3c304263879","EventLocationGuid":"c1148149-8bc7-4e5e-9b39-898fa893fa87","Guid":"d879f409-7613-4571-bf89-dbe097378b25","Created":"2026-01-21T09:14:11.4199025+00:00","Modified":"2026-01-21T09:14:11.4199025+00:00","Deleted":"2026-01-21T09:14:11.4199025+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">2026-01-21T09:14:11.4199025+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-01-21T09:14:11.4199025+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">d879f409-7613-4571-bf89-dbe097378b25</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-01-21T09:14:11.4199025+00:00</Modified>
<EventGuid>cfb43a2f-f017-4ed0-9449-e3c304263879</EventGuid>
<EventLocationGuid>c1148149-8bc7-4e5e-9b39-898fa893fa87</EventLocationGuid>
<FollowingNumber>3</FollowingNumber>
<Name>sample string 1</Name>
<Text>sample string 5</Text>
<Url>sample string 2</Url>
<Visible>true</Visible>
</EventWorkFormViewModel>