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": "665d8dad-d76d-45c0-8a0a-99520760eabb",
"EventLocationGuid": "0c94bbf5-ba22-474d-af5b-f03b6fd746b3",
"ParentGuid": "b75d6532-7e85-4ba9-8719-9f9c54c755d3",
"EventThemes": [
{
"Guid": "2be3003d-f812-45a1-89f7-7629d5cb3ac1",
"Name": "sample string 2"
},
{
"Guid": "2be3003d-f812-45a1-89f7-7629d5cb3ac1",
"Name": "sample string 2"
}
],
"ContributionGuid": "749d0a7d-f0f5-4339-a9c2-818445013f56",
"Accessibility": true,
"Guid": "27faa1ad-2bde-4d04-9ea2-41fbe06be26f",
"Created": "2026-06-24T18:23:54.1047845+00:00",
"Modified": "2026-06-24T18:23:54.1047845+00:00",
"Deleted": "2026-06-24T18:23:54.1047845+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":"665d8dad-d76d-45c0-8a0a-99520760eabb","EventLocationGuid":"0c94bbf5-ba22-474d-af5b-f03b6fd746b3","ParentGuid":"b75d6532-7e85-4ba9-8719-9f9c54c755d3","EventThemes":[{"Guid":"2be3003d-f812-45a1-89f7-7629d5cb3ac1","Name":"sample string 2"},{"Guid":"2be3003d-f812-45a1-89f7-7629d5cb3ac1","Name":"sample string 2"}],"ContributionGuid":"749d0a7d-f0f5-4339-a9c2-818445013f56","Accessibility":true,"Guid":"27faa1ad-2bde-4d04-9ea2-41fbe06be26f","Created":"2026-06-24T18:23:54.1047845+00:00","Modified":"2026-06-24T18:23:54.1047845+00:00","Deleted":"2026-06-24T18:23:54.1047845+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-06-24T18:23:54.1047845+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-06-24T18:23:54.1047845+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">27faa1ad-2bde-4d04-9ea2-41fbe06be26f</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-06-24T18:23:54.1047845+00:00</Modified>
<Accessibility>true</Accessibility>
<ContributionGuid>749d0a7d-f0f5-4339-a9c2-818445013f56</ContributionGuid>
<Description>sample string 2</Description>
<DisplayTypeId>64</DisplayTypeId>
<EventGuid>665d8dad-d76d-45c0-8a0a-99520760eabb</EventGuid>
<EventLocationGuid>0c94bbf5-ba22-474d-af5b-f03b6fd746b3</EventLocationGuid>
<EventThemes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common">
<d2p1:GuidName>
<d2p1:Guid>2be3003d-f812-45a1-89f7-7629d5cb3ac1</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
<d2p1:GuidName>
<d2p1:Guid>2be3003d-f812-45a1-89f7-7629d5cb3ac1</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>b75d6532-7e85-4ba9-8719-9f9c54c755d3</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": "0e570206-5505-4fcf-bf35-6c28dc5ec64d",
"EventLocationGuid": "c090f8d7-7444-4cb3-a3c7-db7e63d15d5a",
"ParentGuid": "59f7fef1-b771-4445-a005-f18df507ce1a",
"EventThemes": [
{
"Guid": "703fd36f-28b7-4570-84ca-f5b3d16b90e7",
"Name": "sample string 2"
},
{
"Guid": "703fd36f-28b7-4570-84ca-f5b3d16b90e7",
"Name": "sample string 2"
}
],
"ContributionGuid": "89f9677e-c529-4bc9-8665-e09d6eb8262f",
"Accessibility": true,
"Guid": "c497614f-2334-4870-93a5-159f6ae3f8c2",
"Created": "2026-06-24T18:23:54.1204118+00:00",
"Modified": "2026-06-24T18:23:54.1204118+00:00",
"Deleted": "2026-06-24T18:23:54.1204118+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":"0e570206-5505-4fcf-bf35-6c28dc5ec64d","EventLocationGuid":"c090f8d7-7444-4cb3-a3c7-db7e63d15d5a","ParentGuid":"59f7fef1-b771-4445-a005-f18df507ce1a","EventThemes":[{"Guid":"703fd36f-28b7-4570-84ca-f5b3d16b90e7","Name":"sample string 2"},{"Guid":"703fd36f-28b7-4570-84ca-f5b3d16b90e7","Name":"sample string 2"}],"ContributionGuid":"89f9677e-c529-4bc9-8665-e09d6eb8262f","Accessibility":true,"Guid":"c497614f-2334-4870-93a5-159f6ae3f8c2","Created":"2026-06-24T18:23:54.1204118+00:00","Modified":"2026-06-24T18:23:54.1204118+00:00","Deleted":"2026-06-24T18:23:54.1204118+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-06-24T18:23:54.1204118+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-06-24T18:23:54.1204118+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">c497614f-2334-4870-93a5-159f6ae3f8c2</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-06-24T18:23:54.1204118+00:00</Modified>
<Accessibility>true</Accessibility>
<ContributionGuid>89f9677e-c529-4bc9-8665-e09d6eb8262f</ContributionGuid>
<Description>sample string 2</Description>
<DisplayTypeId>64</DisplayTypeId>
<EventGuid>0e570206-5505-4fcf-bf35-6c28dc5ec64d</EventGuid>
<EventLocationGuid>c090f8d7-7444-4cb3-a3c7-db7e63d15d5a</EventLocationGuid>
<EventThemes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common">
<d2p1:GuidName>
<d2p1:Guid>703fd36f-28b7-4570-84ca-f5b3d16b90e7</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
<d2p1:GuidName>
<d2p1:Guid>703fd36f-28b7-4570-84ca-f5b3d16b90e7</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>59f7fef1-b771-4445-a005-f18df507ce1a</ParentGuid>
<SessionNumber>sample string 8</SessionNumber>
<Url>sample string 6</Url>
</ActivityViewModel>