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": "55b01cfe-def9-42b9-bef9-730f4d9fc49b",
"EventLocationGuid": "00af0718-0bc9-4f6e-b2bf-fbd7c9c20750",
"ParentGuid": "149257ef-0632-4edc-b8b8-db94c49ad886",
"EventThemes": [
{
"Guid": "e3f09347-3c08-4fda-bf5b-a183efbd608c",
"Name": "sample string 2"
},
{
"Guid": "e3f09347-3c08-4fda-bf5b-a183efbd608c",
"Name": "sample string 2"
}
],
"ContributionGuid": "d0836eac-c159-4547-be9e-ad32eff27f76",
"Accessibility": true,
"Guid": "65a0a300-1d3f-484d-a706-112d1f2a4eab",
"Created": "2026-03-13T03:51:03.5975553+00:00",
"Modified": "2026-03-13T03:51:03.5975553+00:00",
"Deleted": "2026-03-13T03:51:03.5975553+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":"55b01cfe-def9-42b9-bef9-730f4d9fc49b","EventLocationGuid":"00af0718-0bc9-4f6e-b2bf-fbd7c9c20750","ParentGuid":"149257ef-0632-4edc-b8b8-db94c49ad886","EventThemes":[{"Guid":"e3f09347-3c08-4fda-bf5b-a183efbd608c","Name":"sample string 2"},{"Guid":"e3f09347-3c08-4fda-bf5b-a183efbd608c","Name":"sample string 2"}],"ContributionGuid":"d0836eac-c159-4547-be9e-ad32eff27f76","Accessibility":true,"Guid":"65a0a300-1d3f-484d-a706-112d1f2a4eab","Created":"2026-03-13T03:51:03.5975553+00:00","Modified":"2026-03-13T03:51:03.5975553+00:00","Deleted":"2026-03-13T03:51:03.5975553+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-03-13T03:51:03.5975553+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-03-13T03:51:03.5975553+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">65a0a300-1d3f-484d-a706-112d1f2a4eab</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-03-13T03:51:03.5975553+00:00</Modified>
<Accessibility>true</Accessibility>
<ContributionGuid>d0836eac-c159-4547-be9e-ad32eff27f76</ContributionGuid>
<Description>sample string 2</Description>
<DisplayTypeId>64</DisplayTypeId>
<EventGuid>55b01cfe-def9-42b9-bef9-730f4d9fc49b</EventGuid>
<EventLocationGuid>00af0718-0bc9-4f6e-b2bf-fbd7c9c20750</EventLocationGuid>
<EventThemes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common">
<d2p1:GuidName>
<d2p1:Guid>e3f09347-3c08-4fda-bf5b-a183efbd608c</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
<d2p1:GuidName>
<d2p1:Guid>e3f09347-3c08-4fda-bf5b-a183efbd608c</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>149257ef-0632-4edc-b8b8-db94c49ad886</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": "db5b7f52-dca9-4b45-ab36-e35d8e354266",
"EventLocationGuid": "cc371137-0183-4953-8c88-c526d4bdf940",
"ParentGuid": "3530316b-fb9c-4334-9a7f-152066892cd3",
"EventThemes": [
{
"Guid": "88cb09e6-35af-43ac-87fb-5ad6b6d76af2",
"Name": "sample string 2"
},
{
"Guid": "88cb09e6-35af-43ac-87fb-5ad6b6d76af2",
"Name": "sample string 2"
}
],
"ContributionGuid": "8d6328e9-41df-47fa-885c-c7599d1a9a5f",
"Accessibility": true,
"Guid": "e8363437-93a4-4a88-ad59-1589f467e76d",
"Created": "2026-03-13T03:51:03.5975553+00:00",
"Modified": "2026-03-13T03:51:03.5975553+00:00",
"Deleted": "2026-03-13T03:51:03.5975553+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":"db5b7f52-dca9-4b45-ab36-e35d8e354266","EventLocationGuid":"cc371137-0183-4953-8c88-c526d4bdf940","ParentGuid":"3530316b-fb9c-4334-9a7f-152066892cd3","EventThemes":[{"Guid":"88cb09e6-35af-43ac-87fb-5ad6b6d76af2","Name":"sample string 2"},{"Guid":"88cb09e6-35af-43ac-87fb-5ad6b6d76af2","Name":"sample string 2"}],"ContributionGuid":"8d6328e9-41df-47fa-885c-c7599d1a9a5f","Accessibility":true,"Guid":"e8363437-93a4-4a88-ad59-1589f467e76d","Created":"2026-03-13T03:51:03.5975553+00:00","Modified":"2026-03-13T03:51:03.5975553+00:00","Deleted":"2026-03-13T03:51:03.5975553+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-03-13T03:51:03.5975553+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-03-13T03:51:03.5975553+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">e8363437-93a4-4a88-ad59-1589f467e76d</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-03-13T03:51:03.5975553+00:00</Modified>
<Accessibility>true</Accessibility>
<ContributionGuid>8d6328e9-41df-47fa-885c-c7599d1a9a5f</ContributionGuid>
<Description>sample string 2</Description>
<DisplayTypeId>64</DisplayTypeId>
<EventGuid>db5b7f52-dca9-4b45-ab36-e35d8e354266</EventGuid>
<EventLocationGuid>cc371137-0183-4953-8c88-c526d4bdf940</EventLocationGuid>
<EventThemes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common">
<d2p1:GuidName>
<d2p1:Guid>88cb09e6-35af-43ac-87fb-5ad6b6d76af2</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
<d2p1:GuidName>
<d2p1:Guid>88cb09e6-35af-43ac-87fb-5ad6b6d76af2</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>3530316b-fb9c-4334-9a7f-152066892cd3</ParentGuid>
<SessionNumber>sample string 8</SessionNumber>
<Url>sample string 6</Url>
</ActivityViewModel>