PUT v1/Activity
Request Information
URI Parameters
None.
Body Parameters
ActivityViewModel| Name | 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": "1c393898-f5b2-4262-8584-e49873cf2747",
"EventLocationGuid": "e385006c-e89f-4033-a0cc-b183d91f6449",
"ParentGuid": "3c0beca9-6bb9-40d4-9b51-f11a66cd8759",
"EventThemes": [
{
"Guid": "38c1d1c2-1ec9-48aa-bbe1-1f7fadb581bb",
"Name": "sample string 2"
},
{
"Guid": "38c1d1c2-1ec9-48aa-bbe1-1f7fadb581bb",
"Name": "sample string 2"
}
],
"ContributionGuid": "04555a05-b227-459b-a31d-ac3fc094c48d",
"Accessibility": true,
"Guid": "99515b2a-3adf-466c-aca2-b6c5cc639d28",
"Created": "2026-02-19T08:53:44.9067878+00:00",
"Modified": "2026-02-19T08:53:44.9067878+00:00",
"Deleted": "2026-02-19T08:53:44.9067878+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":"1c393898-f5b2-4262-8584-e49873cf2747","EventLocationGuid":"e385006c-e89f-4033-a0cc-b183d91f6449","ParentGuid":"3c0beca9-6bb9-40d4-9b51-f11a66cd8759","EventThemes":[{"Guid":"38c1d1c2-1ec9-48aa-bbe1-1f7fadb581bb","Name":"sample string 2"},{"Guid":"38c1d1c2-1ec9-48aa-bbe1-1f7fadb581bb","Name":"sample string 2"}],"ContributionGuid":"04555a05-b227-459b-a31d-ac3fc094c48d","Accessibility":true,"Guid":"99515b2a-3adf-466c-aca2-b6c5cc639d28","Created":"2026-02-19T08:53:44.9067878+00:00","Modified":"2026-02-19T08:53:44.9067878+00:00","Deleted":"2026-02-19T08:53:44.9067878+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">2026-02-19T08:53:44.9067878+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-02-19T08:53:44.9067878+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">99515b2a-3adf-466c-aca2-b6c5cc639d28</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-02-19T08:53:44.9067878+00:00</Modified>
<Accessibility>true</Accessibility>
<ContributionGuid>04555a05-b227-459b-a31d-ac3fc094c48d</ContributionGuid>
<Description>sample string 2</Description>
<DisplayTypeId>64</DisplayTypeId>
<EventGuid>1c393898-f5b2-4262-8584-e49873cf2747</EventGuid>
<EventLocationGuid>e385006c-e89f-4033-a0cc-b183d91f6449</EventLocationGuid>
<EventThemes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common">
<d2p1:GuidName>
<d2p1:Guid>38c1d1c2-1ec9-48aa-bbe1-1f7fadb581bb</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
<d2p1:GuidName>
<d2p1:Guid>38c1d1c2-1ec9-48aa-bbe1-1f7fadb581bb</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>3c0beca9-6bb9-40d4-9b51-f11a66cd8759</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
ActivityViewModel| Name | 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": "2e75d82a-a174-4320-8e5e-c536b5cfd190",
"EventLocationGuid": "2ba44891-b813-41ae-a691-23f25de859f3",
"ParentGuid": "d4635d60-babd-4a3e-b56d-b1a1e0c50e40",
"EventThemes": [
{
"Guid": "2b428f20-9da4-42a0-ba48-b344b0a9888c",
"Name": "sample string 2"
},
{
"Guid": "2b428f20-9da4-42a0-ba48-b344b0a9888c",
"Name": "sample string 2"
}
],
"ContributionGuid": "96f3399e-d44c-4c5d-9d32-e45b0f4ce19d",
"Accessibility": true,
"Guid": "3c0c320b-9d85-4620-94d0-3e9bc7437530",
"Created": "2026-02-19T08:53:44.9223441+00:00",
"Modified": "2026-02-19T08:53:44.9223441+00:00",
"Deleted": "2026-02-19T08:53:44.9223441+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":"2e75d82a-a174-4320-8e5e-c536b5cfd190","EventLocationGuid":"2ba44891-b813-41ae-a691-23f25de859f3","ParentGuid":"d4635d60-babd-4a3e-b56d-b1a1e0c50e40","EventThemes":[{"Guid":"2b428f20-9da4-42a0-ba48-b344b0a9888c","Name":"sample string 2"},{"Guid":"2b428f20-9da4-42a0-ba48-b344b0a9888c","Name":"sample string 2"}],"ContributionGuid":"96f3399e-d44c-4c5d-9d32-e45b0f4ce19d","Accessibility":true,"Guid":"3c0c320b-9d85-4620-94d0-3e9bc7437530","Created":"2026-02-19T08:53:44.9223441+00:00","Modified":"2026-02-19T08:53:44.9223441+00:00","Deleted":"2026-02-19T08:53:44.9223441+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">2026-02-19T08:53:44.9223441+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-02-19T08:53:44.9223441+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">3c0c320b-9d85-4620-94d0-3e9bc7437530</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-02-19T08:53:44.9223441+00:00</Modified>
<Accessibility>true</Accessibility>
<ContributionGuid>96f3399e-d44c-4c5d-9d32-e45b0f4ce19d</ContributionGuid>
<Description>sample string 2</Description>
<DisplayTypeId>64</DisplayTypeId>
<EventGuid>2e75d82a-a174-4320-8e5e-c536b5cfd190</EventGuid>
<EventLocationGuid>2ba44891-b813-41ae-a691-23f25de859f3</EventLocationGuid>
<EventThemes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common">
<d2p1:GuidName>
<d2p1:Guid>2b428f20-9da4-42a0-ba48-b344b0a9888c</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
<d2p1:GuidName>
<d2p1:Guid>2b428f20-9da4-42a0-ba48-b344b0a9888c</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>d4635d60-babd-4a3e-b56d-b1a1e0c50e40</ParentGuid>
<SessionNumber>sample string 8</SessionNumber>
<Url>sample string 6</Url>
</ActivityViewModel>