POST 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": "31f77f9a-a808-45d0-9ae9-0fe43ed55dc6",
"EventLocationGuid": "6055dd07-eb4b-4ef7-afa8-6f284954c910",
"ParentGuid": "46af944e-7af2-4424-8161-bd5378809f38",
"EventThemes": [
{
"Guid": "d90fced0-8ddf-467e-8444-73e2d28d8855",
"Name": "sample string 2"
},
{
"Guid": "d90fced0-8ddf-467e-8444-73e2d28d8855",
"Name": "sample string 2"
}
],
"ContributionGuid": "28d08c76-2a4d-47fe-8be7-f1008bcb2654",
"Accessibility": true,
"Guid": "aefb5f4c-2754-44ec-bc23-a6d4b0e59c9c",
"Created": "2026-08-29T06:10:19.1379598+00:00",
"Modified": "2026-08-29T06:10:19.1379598+00:00",
"Deleted": "2026-08-29T06:10:19.1379598+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":"31f77f9a-a808-45d0-9ae9-0fe43ed55dc6","EventLocationGuid":"6055dd07-eb4b-4ef7-afa8-6f284954c910","ParentGuid":"46af944e-7af2-4424-8161-bd5378809f38","EventThemes":[{"Guid":"d90fced0-8ddf-467e-8444-73e2d28d8855","Name":"sample string 2"},{"Guid":"d90fced0-8ddf-467e-8444-73e2d28d8855","Name":"sample string 2"}],"ContributionGuid":"28d08c76-2a4d-47fe-8be7-f1008bcb2654","Accessibility":true,"Guid":"aefb5f4c-2754-44ec-bc23-a6d4b0e59c9c","Created":"2026-08-29T06:10:19.1379598+00:00","Modified":"2026-08-29T06:10:19.1379598+00:00","Deleted":"2026-08-29T06:10:19.1379598+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-08-29T06:10:19.1379598+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-08-29T06:10:19.1379598+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">aefb5f4c-2754-44ec-bc23-a6d4b0e59c9c</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-08-29T06:10:19.1379598+00:00</Modified>
<Accessibility>true</Accessibility>
<ContributionGuid>28d08c76-2a4d-47fe-8be7-f1008bcb2654</ContributionGuid>
<Description>sample string 2</Description>
<DisplayTypeId>64</DisplayTypeId>
<EventGuid>31f77f9a-a808-45d0-9ae9-0fe43ed55dc6</EventGuid>
<EventLocationGuid>6055dd07-eb4b-4ef7-afa8-6f284954c910</EventLocationGuid>
<EventThemes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common">
<d2p1:GuidName>
<d2p1:Guid>d90fced0-8ddf-467e-8444-73e2d28d8855</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
<d2p1:GuidName>
<d2p1:Guid>d90fced0-8ddf-467e-8444-73e2d28d8855</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>46af944e-7af2-4424-8161-bd5378809f38</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": "b6049651-02a3-4b50-97bd-584da965e955",
"EventLocationGuid": "5bbeacbc-50a5-45ce-98e2-fe83a95ff88a",
"ParentGuid": "2c9bca88-67ab-48e8-8e92-6c83a02d83b2",
"EventThemes": [
{
"Guid": "794f28db-b73e-40b5-9d00-5bfd48ad8719",
"Name": "sample string 2"
},
{
"Guid": "794f28db-b73e-40b5-9d00-5bfd48ad8719",
"Name": "sample string 2"
}
],
"ContributionGuid": "2e2f579b-8f2a-4b48-b205-8452ade9107c",
"Accessibility": true,
"Guid": "7917432f-ef43-48f6-844a-078e416899a0",
"Created": "2026-08-29T06:10:19.1379598+00:00",
"Modified": "2026-08-29T06:10:19.1379598+00:00",
"Deleted": "2026-08-29T06:10:19.1379598+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":"b6049651-02a3-4b50-97bd-584da965e955","EventLocationGuid":"5bbeacbc-50a5-45ce-98e2-fe83a95ff88a","ParentGuid":"2c9bca88-67ab-48e8-8e92-6c83a02d83b2","EventThemes":[{"Guid":"794f28db-b73e-40b5-9d00-5bfd48ad8719","Name":"sample string 2"},{"Guid":"794f28db-b73e-40b5-9d00-5bfd48ad8719","Name":"sample string 2"}],"ContributionGuid":"2e2f579b-8f2a-4b48-b205-8452ade9107c","Accessibility":true,"Guid":"7917432f-ef43-48f6-844a-078e416899a0","Created":"2026-08-29T06:10:19.1379598+00:00","Modified":"2026-08-29T06:10:19.1379598+00:00","Deleted":"2026-08-29T06:10:19.1379598+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-08-29T06:10:19.1379598+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-08-29T06:10:19.1379598+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">7917432f-ef43-48f6-844a-078e416899a0</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-08-29T06:10:19.1379598+00:00</Modified>
<Accessibility>true</Accessibility>
<ContributionGuid>2e2f579b-8f2a-4b48-b205-8452ade9107c</ContributionGuid>
<Description>sample string 2</Description>
<DisplayTypeId>64</DisplayTypeId>
<EventGuid>b6049651-02a3-4b50-97bd-584da965e955</EventGuid>
<EventLocationGuid>5bbeacbc-50a5-45ce-98e2-fe83a95ff88a</EventLocationGuid>
<EventThemes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common">
<d2p1:GuidName>
<d2p1:Guid>794f28db-b73e-40b5-9d00-5bfd48ad8719</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
<d2p1:GuidName>
<d2p1:Guid>794f28db-b73e-40b5-9d00-5bfd48ad8719</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>2c9bca88-67ab-48e8-8e92-6c83a02d83b2</ParentGuid>
<SessionNumber>sample string 8</SessionNumber>
<Url>sample string 6</Url>
</ActivityViewModel>