PUT v1/EventDate
Request Information
URI Parameters
None.
Body Parameters
EventDateViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Date | date |
None. |
|
| EventGuid | globally unique identifier |
None. |
|
| EventLocationGuid | globally unique identifier |
None. |
|
| Guid | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Date": "2026-09-25T12:44:45.4277699+00:00",
"EventGuid": "53216a6e-83cc-457f-bb2f-bc65f14d4baa",
"EventLocationGuid": "d5a99943-eded-4265-95ff-70ce77c6cdec",
"Guid": "edb87588-f6c2-4e31-bd85-cc43e2e5bedd",
"Created": "2026-09-25T12:44:45.4277699+00:00",
"Modified": "2026-09-25T12:44:45.4277699+00:00",
"Deleted": "2026-09-25T12:44:45.4277699+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
}
application/octet-stream
Sample:
{"Date":"2026-09-25T12:44:45.4277699+00:00","EventGuid":"53216a6e-83cc-457f-bb2f-bc65f14d4baa","EventLocationGuid":"d5a99943-eded-4265-95ff-70ce77c6cdec","Guid":"edb87588-f6c2-4e31-bd85-cc43e2e5bedd","Created":"2026-09-25T12:44:45.4277699+00:00","Modified":"2026-09-25T12:44:45.4277699+00:00","Deleted":"2026-09-25T12:44:45.4277699+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false}
application/xml, text/xml
Sample:
<EventDateViewModel 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-25T12:44:45.4277699+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-09-25T12:44:45.4277699+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">edb87588-f6c2-4e31-bd85-cc43e2e5bedd</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-09-25T12:44:45.4277699+00:00</Modified>
<Date>2026-09-25T12:44:45.4277699+00:00</Date>
<EventGuid>53216a6e-83cc-457f-bb2f-bc65f14d4baa</EventGuid>
<EventLocationGuid>d5a99943-eded-4265-95ff-70ce77c6cdec</EventLocationGuid>
</EventDateViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
EventDateViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Date | date |
None. |
|
| EventGuid | globally unique identifier |
None. |
|
| EventLocationGuid | globally unique identifier |
None. |
|
| Guid | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"Date": "2026-09-25T12:44:45.4277699+00:00",
"EventGuid": "dc8414e2-5f46-4d3c-a50f-3eedcc3fcae7",
"EventLocationGuid": "268ee770-4258-43e6-a450-7532743b105e",
"Guid": "113d6bbd-46fc-4e12-a9f2-b86909b980c5",
"Created": "2026-09-25T12:44:45.4277699+00:00",
"Modified": "2026-09-25T12:44:45.4277699+00:00",
"Deleted": "2026-09-25T12:44:45.4277699+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
}
application/octet-stream
Sample:
{"Date":"2026-09-25T12:44:45.4277699+00:00","EventGuid":"dc8414e2-5f46-4d3c-a50f-3eedcc3fcae7","EventLocationGuid":"268ee770-4258-43e6-a450-7532743b105e","Guid":"113d6bbd-46fc-4e12-a9f2-b86909b980c5","Created":"2026-09-25T12:44:45.4277699+00:00","Modified":"2026-09-25T12:44:45.4277699+00:00","Deleted":"2026-09-25T12:44:45.4277699+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false}
application/xml, text/xml
Sample:
<EventDateViewModel 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-25T12:44:45.4277699+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-09-25T12:44:45.4277699+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">113d6bbd-46fc-4e12-a9f2-b86909b980c5</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-09-25T12:44:45.4277699+00:00</Modified>
<Date>2026-09-25T12:44:45.4277699+00:00</Date>
<EventGuid>dc8414e2-5f46-4d3c-a50f-3eedcc3fcae7</EventGuid>
<EventLocationGuid>268ee770-4258-43e6-a450-7532743b105e</EventLocationGuid>
</EventDateViewModel>