POST v1/EventDate
Request Information
URI Parameters
None.
Body Parameters
EventDateViewModelName | 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": "2025-08-30T02:25:47.7302114+00:00", "EventGuid": "055e5345-e4a6-4672-8cd4-83f9ecd17379", "EventLocationGuid": "64dd2c8c-7597-4fa0-928c-6598a0a787fe", "Guid": "6cf1c4f6-d57f-4c46-961a-b6138577e6df", "Created": "2025-08-30T02:25:47.7302114+00:00", "Modified": "2025-08-30T02:25:47.7302114+00:00", "Deleted": "2025-08-30T02:25:47.7302114+00:00", "ErrorMessages": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "IsValid": false }
application/octet-stream
Sample:
{"Date":"2025-08-30T02:25:47.7302114+00:00","EventGuid":"055e5345-e4a6-4672-8cd4-83f9ecd17379","EventLocationGuid":"64dd2c8c-7597-4fa0-928c-6598a0a787fe","Guid":"6cf1c4f6-d57f-4c46-961a-b6138577e6df","Created":"2025-08-30T02:25:47.7302114+00:00","Modified":"2025-08-30T02:25:47.7302114+00:00","Deleted":"2025-08-30T02:25:47.7302114+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">2025-08-30T02:25:47.7302114+00:00</Created> <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-08-30T02:25:47.7302114+00:00</Deleted> <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">6cf1c4f6-d57f-4c46-961a-b6138577e6df</Guid> <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-08-30T02:25:47.7302114+00:00</Modified> <Date>2025-08-30T02:25:47.7302114+00:00</Date> <EventGuid>055e5345-e4a6-4672-8cd4-83f9ecd17379</EventGuid> <EventLocationGuid>64dd2c8c-7597-4fa0-928c-6598a0a787fe</EventLocationGuid> </EventDateViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
EventDateViewModelName | 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": "2025-08-30T02:25:47.7458194+00:00", "EventGuid": "1b2b0230-41ff-4da6-8eff-084f0f81eff6", "EventLocationGuid": "ee2b1d61-867b-4ecb-b660-c8dca537a668", "Guid": "393a851f-ef9d-4cba-80e7-695f8dd3caa0", "Created": "2025-08-30T02:25:47.7458194+00:00", "Modified": "2025-08-30T02:25:47.7458194+00:00", "Deleted": "2025-08-30T02:25:47.7458194+00:00", "ErrorMessages": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "IsValid": false }
application/octet-stream
Sample:
{"Date":"2025-08-30T02:25:47.7458194+00:00","EventGuid":"1b2b0230-41ff-4da6-8eff-084f0f81eff6","EventLocationGuid":"ee2b1d61-867b-4ecb-b660-c8dca537a668","Guid":"393a851f-ef9d-4cba-80e7-695f8dd3caa0","Created":"2025-08-30T02:25:47.7458194+00:00","Modified":"2025-08-30T02:25:47.7458194+00:00","Deleted":"2025-08-30T02:25:47.7458194+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">2025-08-30T02:25:47.7458194+00:00</Created> <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-08-30T02:25:47.7458194+00:00</Deleted> <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">393a851f-ef9d-4cba-80e7-695f8dd3caa0</Guid> <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-08-30T02:25:47.7458194+00:00</Modified> <Date>2025-08-30T02:25:47.7458194+00:00</Date> <EventGuid>1b2b0230-41ff-4da6-8eff-084f0f81eff6</EventGuid> <EventLocationGuid>ee2b1d61-867b-4ecb-b660-c8dca537a668</EventLocationGuid> </EventDateViewModel>