PUT v1/EventTag
Request Information
URI Parameters
None.
Body Parameters
EventTagViewModelName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
EventGuid | globally unique identifier |
None. |
|
Guid | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "Name": "sample string 1", "EventGuid": "ff2125e7-8a60-409d-b0cf-b53f75cf0b11", "Guid": "7e2ab572-cdff-4410-84d0-bf35d04d9dc3", "Created": "2025-03-12T11:14:29.5987195+00:00", "Modified": "2025-03-12T11:14:29.5987195+00:00", "Deleted": "2025-03-12T11:14:29.5987195+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","EventGuid":"ff2125e7-8a60-409d-b0cf-b53f75cf0b11","Guid":"7e2ab572-cdff-4410-84d0-bf35d04d9dc3","Created":"2025-03-12T11:14:29.5987195+00:00","Modified":"2025-03-12T11:14:29.5987195+00:00","Deleted":"2025-03-12T11:14:29.5987195+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false}
application/xml, text/xml
Sample:
<EventTagViewModel 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:14:29.5987195+00:00</Created> <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-03-12T11:14:29.5987195+00:00</Deleted> <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">7e2ab572-cdff-4410-84d0-bf35d04d9dc3</Guid> <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-03-12T11:14:29.5987195+00:00</Modified> <EventGuid>ff2125e7-8a60-409d-b0cf-b53f75cf0b11</EventGuid> <Name>sample string 1</Name> </EventTagViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
EventTagViewModelName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
EventGuid | globally unique identifier |
None. |
|
Guid | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "Name": "sample string 1", "EventGuid": "e0495045-abd2-4afc-93b3-1fa66133d7f4", "Guid": "1a8b862d-9e7d-4913-8af5-efc5db0e772c", "Created": "2025-03-12T11:14:29.5987195+00:00", "Modified": "2025-03-12T11:14:29.5987195+00:00", "Deleted": "2025-03-12T11:14:29.5987195+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","EventGuid":"e0495045-abd2-4afc-93b3-1fa66133d7f4","Guid":"1a8b862d-9e7d-4913-8af5-efc5db0e772c","Created":"2025-03-12T11:14:29.5987195+00:00","Modified":"2025-03-12T11:14:29.5987195+00:00","Deleted":"2025-03-12T11:14:29.5987195+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false}
application/xml, text/xml
Sample:
<EventTagViewModel 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:14:29.5987195+00:00</Created> <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-03-12T11:14:29.5987195+00:00</Deleted> <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">1a8b862d-9e7d-4913-8af5-efc5db0e772c</Guid> <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-03-12T11:14:29.5987195+00:00</Modified> <EventGuid>e0495045-abd2-4afc-93b3-1fa66133d7f4</EventGuid> <Name>sample string 1</Name> </EventTagViewModel>