POST 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": "e48cc584-7e99-4d2b-84f6-3d2d2f54364e",
"EventLocationGuid": "5dc14fc8-9a75-4193-a3c1-f06b22f515f8",
"Guid": "08c20837-7ff0-4ec7-a317-88610857f445",
"Created": "2026-09-12T23:35:21.4524906+00:00",
"Modified": "2026-09-12T23:35:21.4524906+00:00",
"Deleted": "2026-09-12T23:35:21.4524906+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":"e48cc584-7e99-4d2b-84f6-3d2d2f54364e","EventLocationGuid":"5dc14fc8-9a75-4193-a3c1-f06b22f515f8","Guid":"08c20837-7ff0-4ec7-a317-88610857f445","Created":"2026-09-12T23:35:21.4524906+00:00","Modified":"2026-09-12T23:35:21.4524906+00:00","Deleted":"2026-09-12T23:35:21.4524906+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-09-12T23:35:21.4524906+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-09-12T23:35:21.4524906+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">08c20837-7ff0-4ec7-a317-88610857f445</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-09-12T23:35:21.4524906+00:00</Modified>
<EventGuid>e48cc584-7e99-4d2b-84f6-3d2d2f54364e</EventGuid>
<EventLocationGuid>5dc14fc8-9a75-4193-a3c1-f06b22f515f8</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": "4d855e6e-a546-4140-82c3-2e53e013d9fd",
"EventLocationGuid": "789dfa0a-5e25-495a-915d-23bf3fa0b3ef",
"Guid": "7031cc47-9338-4a4d-97d4-266b462c1328",
"Created": "2026-09-12T23:35:21.4524906+00:00",
"Modified": "2026-09-12T23:35:21.4524906+00:00",
"Deleted": "2026-09-12T23:35:21.4524906+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":"4d855e6e-a546-4140-82c3-2e53e013d9fd","EventLocationGuid":"789dfa0a-5e25-495a-915d-23bf3fa0b3ef","Guid":"7031cc47-9338-4a4d-97d4-266b462c1328","Created":"2026-09-12T23:35:21.4524906+00:00","Modified":"2026-09-12T23:35:21.4524906+00:00","Deleted":"2026-09-12T23:35:21.4524906+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-09-12T23:35:21.4524906+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-09-12T23:35:21.4524906+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">7031cc47-9338-4a4d-97d4-266b462c1328</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-09-12T23:35:21.4524906+00:00</Modified>
<EventGuid>4d855e6e-a546-4140-82c3-2e53e013d9fd</EventGuid>
<EventLocationGuid>789dfa0a-5e25-495a-915d-23bf3fa0b3ef</EventLocationGuid>
<FollowingNumber>3</FollowingNumber>
<Name>sample string 1</Name>
<Text>sample string 5</Text>
<Url>sample string 2</Url>
<Visible>true</Visible>
</EventWorkFormViewModel>