PUT 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-01-17T06:14:00.8856738+00:00", "EventGuid": "e586e515-7301-45a9-8547-e37131d741bb", "EventLocationGuid": "c6063a8c-4551-4b6d-880a-e956b7a6a880", "Guid": "dbbd427f-0ffc-441b-9513-2b8736a4e435", "Created": "2025-01-17T06:14:00.8856738+00:00", "Modified": "2025-01-17T06:14:00.8856738+00:00", "Deleted": "2025-01-17T06:14:00.8856738+00:00", "ErrorMessages": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "IsValid": false }
application/octet-stream
Sample:
{"Date":"2025-01-17T06:14:00.8856738+00:00","EventGuid":"e586e515-7301-45a9-8547-e37131d741bb","EventLocationGuid":"c6063a8c-4551-4b6d-880a-e956b7a6a880","Guid":"dbbd427f-0ffc-441b-9513-2b8736a4e435","Created":"2025-01-17T06:14:00.8856738+00:00","Modified":"2025-01-17T06:14:00.8856738+00:00","Deleted":"2025-01-17T06:14:00.8856738+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-01-17T06:14:00.8856738+00:00</Created> <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-01-17T06:14:00.8856738+00:00</Deleted> <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">dbbd427f-0ffc-441b-9513-2b8736a4e435</Guid> <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-01-17T06:14:00.8856738+00:00</Modified> <Date>2025-01-17T06:14:00.8856738+00:00</Date> <EventGuid>e586e515-7301-45a9-8547-e37131d741bb</EventGuid> <EventLocationGuid>c6063a8c-4551-4b6d-880a-e956b7a6a880</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-01-17T06:14:00.8856738+00:00", "EventGuid": "63f10575-e4dc-4f56-b735-77ed183d7d0d", "EventLocationGuid": "9eed6918-d49b-43e8-986c-9c53aefc307a", "Guid": "8928cece-c534-4e8f-9dbd-b307237f0cf3", "Created": "2025-01-17T06:14:00.8856738+00:00", "Modified": "2025-01-17T06:14:00.8856738+00:00", "Deleted": "2025-01-17T06:14:00.8856738+00:00", "ErrorMessages": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "IsValid": false }
application/octet-stream
Sample:
{"Date":"2025-01-17T06:14:00.8856738+00:00","EventGuid":"63f10575-e4dc-4f56-b735-77ed183d7d0d","EventLocationGuid":"9eed6918-d49b-43e8-986c-9c53aefc307a","Guid":"8928cece-c534-4e8f-9dbd-b307237f0cf3","Created":"2025-01-17T06:14:00.8856738+00:00","Modified":"2025-01-17T06:14:00.8856738+00:00","Deleted":"2025-01-17T06:14:00.8856738+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-01-17T06:14:00.8856738+00:00</Created> <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-01-17T06:14:00.8856738+00:00</Deleted> <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">8928cece-c534-4e8f-9dbd-b307237f0cf3</Guid> <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-01-17T06:14:00.8856738+00:00</Modified> <Date>2025-01-17T06:14:00.8856738+00:00</Date> <EventGuid>63f10575-e4dc-4f56-b735-77ed183d7d0d</EventGuid> <EventLocationGuid>9eed6918-d49b-43e8-986c-9c53aefc307a</EventLocationGuid> </EventDateViewModel>