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": "c92a9085-2e63-4caa-9631-1a184bf5c5e6", "EventLocationGuid": "ed7408c0-38e4-40d2-9f9b-543949761b99", "Guid": "87ee7ce7-b640-4b94-9a6f-57b4147cffbf", "Created": "2025-03-12T11:13:29.5609968+00:00", "Modified": "2025-03-12T11:13:29.5609968+00:00", "Deleted": "2025-03-12T11:13:29.5609968+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":"c92a9085-2e63-4caa-9631-1a184bf5c5e6","EventLocationGuid":"ed7408c0-38e4-40d2-9f9b-543949761b99","Guid":"87ee7ce7-b640-4b94-9a6f-57b4147cffbf","Created":"2025-03-12T11:13:29.5609968+00:00","Modified":"2025-03-12T11:13:29.5609968+00:00","Deleted":"2025-03-12T11:13:29.5609968+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-03-12T11:13:29.5609968+00:00</Created> <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-03-12T11:13:29.5609968+00:00</Deleted> <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">87ee7ce7-b640-4b94-9a6f-57b4147cffbf</Guid> <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-03-12T11:13:29.5609968+00:00</Modified> <EventGuid>c92a9085-2e63-4caa-9631-1a184bf5c5e6</EventGuid> <EventLocationGuid>ed7408c0-38e4-40d2-9f9b-543949761b99</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": "999befea-6552-4605-a036-ffebb44c8c17", "EventLocationGuid": "9a12d164-a99c-4330-bb59-2724e1661c35", "Guid": "e59da95c-de95-42c7-b99a-bd711c835e4c", "Created": "2025-03-12T11:13:29.5609968+00:00", "Modified": "2025-03-12T11:13:29.5609968+00:00", "Deleted": "2025-03-12T11:13:29.5609968+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":"999befea-6552-4605-a036-ffebb44c8c17","EventLocationGuid":"9a12d164-a99c-4330-bb59-2724e1661c35","Guid":"e59da95c-de95-42c7-b99a-bd711c835e4c","Created":"2025-03-12T11:13:29.5609968+00:00","Modified":"2025-03-12T11:13:29.5609968+00:00","Deleted":"2025-03-12T11:13:29.5609968+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-03-12T11:13:29.5609968+00:00</Created> <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-03-12T11:13:29.5609968+00:00</Deleted> <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">e59da95c-de95-42c7-b99a-bd711c835e4c</Guid> <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-03-12T11:13:29.5609968+00:00</Modified> <EventGuid>999befea-6552-4605-a036-ffebb44c8c17</EventGuid> <EventLocationGuid>9a12d164-a99c-4330-bb59-2724e1661c35</EventLocationGuid> <FollowingNumber>3</FollowingNumber> <Name>sample string 1</Name> <Text>sample string 5</Text> <Url>sample string 2</Url> <Visible>true</Visible> </EventWorkFormViewModel>