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": "e20e5ec8-4156-436b-8567-b29b6929139a",
"EventLocationGuid": "ad5f02bc-21e8-4957-8daf-cd9961a2b3e4",
"ParentGuid": "d2e0b82b-3e28-47de-b365-08b60f306358",
"EventThemes": [
{
"Guid": "b03f42b4-b01e-4205-8619-2c3a3fd27318",
"Name": "sample string 2"
},
{
"Guid": "b03f42b4-b01e-4205-8619-2c3a3fd27318",
"Name": "sample string 2"
}
],
"ContributionGuid": "e8f1afae-b491-40aa-b14a-4670f7005fd7",
"Accessibility": true,
"Guid": "8f2a724d-c50e-455f-a17d-79c7b684bd19",
"Created": "2026-07-14T20:43:47.1508836+00:00",
"Modified": "2026-07-14T20:43:47.1508836+00:00",
"Deleted": "2026-07-14T20:43:47.1508836+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":"e20e5ec8-4156-436b-8567-b29b6929139a","EventLocationGuid":"ad5f02bc-21e8-4957-8daf-cd9961a2b3e4","ParentGuid":"d2e0b82b-3e28-47de-b365-08b60f306358","EventThemes":[{"Guid":"b03f42b4-b01e-4205-8619-2c3a3fd27318","Name":"sample string 2"},{"Guid":"b03f42b4-b01e-4205-8619-2c3a3fd27318","Name":"sample string 2"}],"ContributionGuid":"e8f1afae-b491-40aa-b14a-4670f7005fd7","Accessibility":true,"Guid":"8f2a724d-c50e-455f-a17d-79c7b684bd19","Created":"2026-07-14T20:43:47.1508836+00:00","Modified":"2026-07-14T20:43:47.1508836+00:00","Deleted":"2026-07-14T20:43:47.1508836+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-07-14T20:43:47.1508836+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-07-14T20:43:47.1508836+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">8f2a724d-c50e-455f-a17d-79c7b684bd19</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-07-14T20:43:47.1508836+00:00</Modified>
<Accessibility>true</Accessibility>
<ContributionGuid>e8f1afae-b491-40aa-b14a-4670f7005fd7</ContributionGuid>
<Description>sample string 2</Description>
<DisplayTypeId>64</DisplayTypeId>
<EventGuid>e20e5ec8-4156-436b-8567-b29b6929139a</EventGuid>
<EventLocationGuid>ad5f02bc-21e8-4957-8daf-cd9961a2b3e4</EventLocationGuid>
<EventThemes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common">
<d2p1:GuidName>
<d2p1:Guid>b03f42b4-b01e-4205-8619-2c3a3fd27318</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
<d2p1:GuidName>
<d2p1:Guid>b03f42b4-b01e-4205-8619-2c3a3fd27318</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>d2e0b82b-3e28-47de-b365-08b60f306358</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": "fea4c4de-c538-4f81-a035-dc719af67186",
"EventLocationGuid": "110a1c49-494d-4c7c-9743-f907d82339a6",
"ParentGuid": "d38a277e-b14f-4f3d-a531-95e15c330eee",
"EventThemes": [
{
"Guid": "33bdb885-9871-4cff-8de8-d2c2f49be940",
"Name": "sample string 2"
},
{
"Guid": "33bdb885-9871-4cff-8de8-d2c2f49be940",
"Name": "sample string 2"
}
],
"ContributionGuid": "a0b9b823-8fed-4fec-8eb1-c279fc103009",
"Accessibility": true,
"Guid": "a2d9126e-b7c3-427c-b737-f3dfb4e27857",
"Created": "2026-07-14T20:43:47.1508836+00:00",
"Modified": "2026-07-14T20:43:47.1508836+00:00",
"Deleted": "2026-07-14T20:43:47.1508836+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":"fea4c4de-c538-4f81-a035-dc719af67186","EventLocationGuid":"110a1c49-494d-4c7c-9743-f907d82339a6","ParentGuid":"d38a277e-b14f-4f3d-a531-95e15c330eee","EventThemes":[{"Guid":"33bdb885-9871-4cff-8de8-d2c2f49be940","Name":"sample string 2"},{"Guid":"33bdb885-9871-4cff-8de8-d2c2f49be940","Name":"sample string 2"}],"ContributionGuid":"a0b9b823-8fed-4fec-8eb1-c279fc103009","Accessibility":true,"Guid":"a2d9126e-b7c3-427c-b737-f3dfb4e27857","Created":"2026-07-14T20:43:47.1508836+00:00","Modified":"2026-07-14T20:43:47.1508836+00:00","Deleted":"2026-07-14T20:43:47.1508836+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-07-14T20:43:47.1508836+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-07-14T20:43:47.1508836+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">a2d9126e-b7c3-427c-b737-f3dfb4e27857</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-07-14T20:43:47.1508836+00:00</Modified>
<Accessibility>true</Accessibility>
<ContributionGuid>a0b9b823-8fed-4fec-8eb1-c279fc103009</ContributionGuid>
<Description>sample string 2</Description>
<DisplayTypeId>64</DisplayTypeId>
<EventGuid>fea4c4de-c538-4f81-a035-dc719af67186</EventGuid>
<EventLocationGuid>110a1c49-494d-4c7c-9743-f907d82339a6</EventLocationGuid>
<EventThemes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common">
<d2p1:GuidName>
<d2p1:Guid>33bdb885-9871-4cff-8de8-d2c2f49be940</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
<d2p1:GuidName>
<d2p1:Guid>33bdb885-9871-4cff-8de8-d2c2f49be940</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>d38a277e-b14f-4f3d-a531-95e15c330eee</ParentGuid>
<SessionNumber>sample string 8</SessionNumber>
<Url>sample string 6</Url>
</ActivityViewModel>