PUT v1/Activity
Request Information
URI Parameters
None.
Body Parameters
ActivityViewModelName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
Description | string |
None. |
|
Nr | integer |
None. |
|
IsFull | boolean |
None. |
|
IsCanceled | boolean |
None. |
|
Url | string |
None. |
|
HideRating | boolean |
None. |
|
SessionNumber | string |
None. |
|
HidePicture | boolean |
None. |
|
DisplayTypeId | byte |
None. |
|
EventGuid | globally unique identifier |
None. |
|
EventLocationGuid | globally unique identifier |
None. |
|
ParentGuid | globally unique identifier |
None. |
|
EventThemes | Collection of GuidName |
None. |
|
ContributionGuid | globally unique identifier |
None. |
|
Accessibility | boolean |
None. |
|
Guid | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "Name": "sample string 1", "Description": "sample string 2", "Nr": 3, "IsFull": true, "IsCanceled": true, "Url": "sample string 6", "HideRating": true, "SessionNumber": "sample string 8", "HidePicture": true, "DisplayTypeId": 64, "EventGuid": "d15abf63-87ee-4e95-a687-66677c668cf8", "EventLocationGuid": "2037b7fc-f7d0-46d4-a2a4-2f150016f9cf", "ParentGuid": "dc74123d-283e-4703-9676-6ff0ae39346f", "EventThemes": [ { "Guid": "abd8d04e-22f4-4a09-8f5f-0f83eb5a877b", "Name": "sample string 2" }, { "Guid": "abd8d04e-22f4-4a09-8f5f-0f83eb5a877b", "Name": "sample string 2" } ], "ContributionGuid": "0d7185dc-04e3-4858-b32f-9333008c8072", "Accessibility": true, "Guid": "ffa9826d-d500-4333-b256-2ca29c7bce56", "Created": "2025-08-30T02:25:47.9489179+00:00", "Modified": "2025-08-30T02:25:47.9489179+00:00", "Deleted": "2025-08-30T02:25:47.9489179+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","Description":"sample string 2","Nr":3,"IsFull":true,"IsCanceled":true,"Url":"sample string 6","HideRating":true,"SessionNumber":"sample string 8","HidePicture":true,"DisplayTypeId":64,"EventGuid":"d15abf63-87ee-4e95-a687-66677c668cf8","EventLocationGuid":"2037b7fc-f7d0-46d4-a2a4-2f150016f9cf","ParentGuid":"dc74123d-283e-4703-9676-6ff0ae39346f","EventThemes":[{"Guid":"abd8d04e-22f4-4a09-8f5f-0f83eb5a877b","Name":"sample string 2"},{"Guid":"abd8d04e-22f4-4a09-8f5f-0f83eb5a877b","Name":"sample string 2"}],"ContributionGuid":"0d7185dc-04e3-4858-b32f-9333008c8072","Accessibility":true,"Guid":"ffa9826d-d500-4333-b256-2ca29c7bce56","Created":"2025-08-30T02:25:47.9489179+00:00","Modified":"2025-08-30T02:25:47.9489179+00:00","Deleted":"2025-08-30T02:25:47.9489179+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false}
application/xml, text/xml
Sample:
<ActivityViewModel 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.9489179+00:00</Created> <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-08-30T02:25:47.9489179+00:00</Deleted> <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">ffa9826d-d500-4333-b256-2ca29c7bce56</Guid> <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-08-30T02:25:47.9489179+00:00</Modified> <Accessibility>true</Accessibility> <ContributionGuid>0d7185dc-04e3-4858-b32f-9333008c8072</ContributionGuid> <Description>sample string 2</Description> <DisplayTypeId>64</DisplayTypeId> <EventGuid>d15abf63-87ee-4e95-a687-66677c668cf8</EventGuid> <EventLocationGuid>2037b7fc-f7d0-46d4-a2a4-2f150016f9cf</EventLocationGuid> <EventThemes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common"> <d2p1:GuidName> <d2p1:Guid>abd8d04e-22f4-4a09-8f5f-0f83eb5a877b</d2p1:Guid> <d2p1:Name>sample string 2</d2p1:Name> </d2p1:GuidName> <d2p1:GuidName> <d2p1:Guid>abd8d04e-22f4-4a09-8f5f-0f83eb5a877b</d2p1:Guid> <d2p1:Name>sample string 2</d2p1:Name> </d2p1:GuidName> </EventThemes> <HidePicture>true</HidePicture> <HideRating>true</HideRating> <IsCanceled>true</IsCanceled> <IsFull>true</IsFull> <Name>sample string 1</Name> <Nr>3</Nr> <ParentGuid>dc74123d-283e-4703-9676-6ff0ae39346f</ParentGuid> <SessionNumber>sample string 8</SessionNumber> <Url>sample string 6</Url> </ActivityViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ActivityViewModelName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
Description | string |
None. |
|
Nr | integer |
None. |
|
IsFull | boolean |
None. |
|
IsCanceled | boolean |
None. |
|
Url | string |
None. |
|
HideRating | boolean |
None. |
|
SessionNumber | string |
None. |
|
HidePicture | boolean |
None. |
|
DisplayTypeId | byte |
None. |
|
EventGuid | globally unique identifier |
None. |
|
EventLocationGuid | globally unique identifier |
None. |
|
ParentGuid | globally unique identifier |
None. |
|
EventThemes | Collection of GuidName |
None. |
|
ContributionGuid | globally unique identifier |
None. |
|
Accessibility | boolean |
None. |
|
Guid | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "Name": "sample string 1", "Description": "sample string 2", "Nr": 3, "IsFull": true, "IsCanceled": true, "Url": "sample string 6", "HideRating": true, "SessionNumber": "sample string 8", "HidePicture": true, "DisplayTypeId": 64, "EventGuid": "c8e762ed-67bc-40a9-bf06-327895166f1c", "EventLocationGuid": "920c6e5d-b725-416d-b6b9-9d1ca6d82ea4", "ParentGuid": "7bb7a293-570a-4c62-9038-8956b362db5a", "EventThemes": [ { "Guid": "a5fe11fe-4de2-48cc-b91c-f8a1860ae687", "Name": "sample string 2" }, { "Guid": "a5fe11fe-4de2-48cc-b91c-f8a1860ae687", "Name": "sample string 2" } ], "ContributionGuid": "ae7350cc-1492-487d-a716-c89d09039e61", "Accessibility": true, "Guid": "be8f44d8-79e4-4475-9b70-2af17198c3ba", "Created": "2025-08-30T02:25:47.9489179+00:00", "Modified": "2025-08-30T02:25:47.9489179+00:00", "Deleted": "2025-08-30T02:25:47.9489179+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","Description":"sample string 2","Nr":3,"IsFull":true,"IsCanceled":true,"Url":"sample string 6","HideRating":true,"SessionNumber":"sample string 8","HidePicture":true,"DisplayTypeId":64,"EventGuid":"c8e762ed-67bc-40a9-bf06-327895166f1c","EventLocationGuid":"920c6e5d-b725-416d-b6b9-9d1ca6d82ea4","ParentGuid":"7bb7a293-570a-4c62-9038-8956b362db5a","EventThemes":[{"Guid":"a5fe11fe-4de2-48cc-b91c-f8a1860ae687","Name":"sample string 2"},{"Guid":"a5fe11fe-4de2-48cc-b91c-f8a1860ae687","Name":"sample string 2"}],"ContributionGuid":"ae7350cc-1492-487d-a716-c89d09039e61","Accessibility":true,"Guid":"be8f44d8-79e4-4475-9b70-2af17198c3ba","Created":"2025-08-30T02:25:47.9489179+00:00","Modified":"2025-08-30T02:25:47.9489179+00:00","Deleted":"2025-08-30T02:25:47.9489179+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false}
application/xml, text/xml
Sample:
<ActivityViewModel 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.9489179+00:00</Created> <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-08-30T02:25:47.9489179+00:00</Deleted> <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">be8f44d8-79e4-4475-9b70-2af17198c3ba</Guid> <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-08-30T02:25:47.9489179+00:00</Modified> <Accessibility>true</Accessibility> <ContributionGuid>ae7350cc-1492-487d-a716-c89d09039e61</ContributionGuid> <Description>sample string 2</Description> <DisplayTypeId>64</DisplayTypeId> <EventGuid>c8e762ed-67bc-40a9-bf06-327895166f1c</EventGuid> <EventLocationGuid>920c6e5d-b725-416d-b6b9-9d1ca6d82ea4</EventLocationGuid> <EventThemes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common"> <d2p1:GuidName> <d2p1:Guid>a5fe11fe-4de2-48cc-b91c-f8a1860ae687</d2p1:Guid> <d2p1:Name>sample string 2</d2p1:Name> </d2p1:GuidName> <d2p1:GuidName> <d2p1:Guid>a5fe11fe-4de2-48cc-b91c-f8a1860ae687</d2p1:Guid> <d2p1:Name>sample string 2</d2p1:Name> </d2p1:GuidName> </EventThemes> <HidePicture>true</HidePicture> <HideRating>true</HideRating> <IsCanceled>true</IsCanceled> <IsFull>true</IsFull> <Name>sample string 1</Name> <Nr>3</Nr> <ParentGuid>7bb7a293-570a-4c62-9038-8956b362db5a</ParentGuid> <SessionNumber>sample string 8</SessionNumber> <Url>sample string 6</Url> </ActivityViewModel>