PUT v1/Training
Request Information
URI Parameters
None.
Body Parameters
TrainingViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Subtitle | string |
None. |
|
| Price | decimal number |
None. |
|
| PriceOnRequest | boolean |
None. |
|
| PricePerSchedule | boolean |
None. |
|
| Continuous | boolean |
None. |
|
| NumberOfDays | string |
None. |
|
| AzavistaLink | string |
None. |
|
| MaxNumberOfRegistrations | integer |
None. |
|
| Rating | decimal number |
None. |
|
| ParentGuid | globally unique identifier |
None. |
|
| TrainingThemes | Collection of GuidName |
None. |
|
| TrainingTypes | Collection of GuidName |
None. |
|
| OpenGraphTitle | string |
None. |
|
| OpenGraphDescription | string |
None. |
|
| VNGDescription | string |
None. |
|
| VNGThemes | Collection of GuidName |
None. |
|
| Publish | boolean |
None. |
|
| Guid | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Subtitle": "sample string 2",
"Price": 3.0,
"PriceOnRequest": true,
"PricePerSchedule": true,
"Continuous": true,
"NumberOfDays": "sample string 7",
"AzavistaLink": "sample string 8",
"MaxNumberOfRegistrations": 9,
"Rating": 10.0,
"ParentGuid": "07ea3e2c-c7ab-4839-ba3e-c5d5cccb6d0f",
"TrainingThemes": [
{
"Guid": "8eae5206-d0b3-47f8-bb9b-1180b4aadd2e",
"Name": "sample string 2"
},
{
"Guid": "8eae5206-d0b3-47f8-bb9b-1180b4aadd2e",
"Name": "sample string 2"
}
],
"TrainingTypes": [
{
"Guid": "8eae5206-d0b3-47f8-bb9b-1180b4aadd2e",
"Name": "sample string 2"
},
{
"Guid": "8eae5206-d0b3-47f8-bb9b-1180b4aadd2e",
"Name": "sample string 2"
}
],
"OpenGraphTitle": "sample string 11",
"OpenGraphDescription": "sample string 12",
"VNGDescription": "sample string 13",
"VNGThemes": [
{
"Guid": "8eae5206-d0b3-47f8-bb9b-1180b4aadd2e",
"Name": "sample string 2"
},
{
"Guid": "8eae5206-d0b3-47f8-bb9b-1180b4aadd2e",
"Name": "sample string 2"
}
],
"Publish": true,
"Guid": "4effef83-183f-4cae-ad63-335660e7c26e",
"Created": "2026-04-20T06:15:46.328822+00:00",
"Modified": "2026-04-20T06:15:46.328822+00:00",
"Deleted": "2026-04-20T06:15:46.328822+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","Subtitle":"sample string 2","Price":3.0,"PriceOnRequest":true,"PricePerSchedule":true,"Continuous":true,"NumberOfDays":"sample string 7","AzavistaLink":"sample string 8","MaxNumberOfRegistrations":9,"Rating":10.0,"ParentGuid":"07ea3e2c-c7ab-4839-ba3e-c5d5cccb6d0f","TrainingThemes":[{"Guid":"8eae5206-d0b3-47f8-bb9b-1180b4aadd2e","Name":"sample string 2"},{"Guid":"8eae5206-d0b3-47f8-bb9b-1180b4aadd2e","Name":"sample string 2"}],"TrainingTypes":[{"Guid":"8eae5206-d0b3-47f8-bb9b-1180b4aadd2e","Name":"sample string 2"},{"Guid":"8eae5206-d0b3-47f8-bb9b-1180b4aadd2e","Name":"sample string 2"}],"OpenGraphTitle":"sample string 11","OpenGraphDescription":"sample string 12","VNGDescription":"sample string 13","VNGThemes":[{"Guid":"8eae5206-d0b3-47f8-bb9b-1180b4aadd2e","Name":"sample string 2"},{"Guid":"8eae5206-d0b3-47f8-bb9b-1180b4aadd2e","Name":"sample string 2"}],"Publish":true,"Guid":"4effef83-183f-4cae-ad63-335660e7c26e","Created":"2026-04-20T06:15:46.328822+00:00","Modified":"2026-04-20T06:15:46.328822+00:00","Deleted":"2026-04-20T06:15:46.328822+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false}
application/xml, text/xml
Sample:
<TrainingViewModel 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-04-20T06:15:46.328822+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-04-20T06:15:46.328822+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">4effef83-183f-4cae-ad63-335660e7c26e</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-04-20T06:15:46.328822+00:00</Modified>
<AzavistaLink>sample string 8</AzavistaLink>
<Continuous>true</Continuous>
<MaxNumberOfRegistrations>9</MaxNumberOfRegistrations>
<Name>sample string 1</Name>
<NumberOfDays>sample string 7</NumberOfDays>
<OpenGraphDescription>sample string 12</OpenGraphDescription>
<OpenGraphTitle>sample string 11</OpenGraphTitle>
<ParentGuid>07ea3e2c-c7ab-4839-ba3e-c5d5cccb6d0f</ParentGuid>
<Price>3</Price>
<PriceOnRequest>true</PriceOnRequest>
<PricePerSchedule>true</PricePerSchedule>
<Publish>true</Publish>
<Rating>10</Rating>
<Subtitle>sample string 2</Subtitle>
<TrainingThemes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common">
<d2p1:GuidName>
<d2p1:Guid>8eae5206-d0b3-47f8-bb9b-1180b4aadd2e</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
<d2p1:GuidName>
<d2p1:Guid>8eae5206-d0b3-47f8-bb9b-1180b4aadd2e</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
</TrainingThemes>
<TrainingTypes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common">
<d2p1:GuidName>
<d2p1:Guid>8eae5206-d0b3-47f8-bb9b-1180b4aadd2e</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
<d2p1:GuidName>
<d2p1:Guid>8eae5206-d0b3-47f8-bb9b-1180b4aadd2e</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
</TrainingTypes>
<VNGDescription>sample string 13</VNGDescription>
<VNGThemes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common">
<d2p1:GuidName>
<d2p1:Guid>8eae5206-d0b3-47f8-bb9b-1180b4aadd2e</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
<d2p1:GuidName>
<d2p1:Guid>8eae5206-d0b3-47f8-bb9b-1180b4aadd2e</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
</VNGThemes>
</TrainingViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
TrainingViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Subtitle | string |
None. |
|
| Price | decimal number |
None. |
|
| PriceOnRequest | boolean |
None. |
|
| PricePerSchedule | boolean |
None. |
|
| Continuous | boolean |
None. |
|
| NumberOfDays | string |
None. |
|
| AzavistaLink | string |
None. |
|
| MaxNumberOfRegistrations | integer |
None. |
|
| Rating | decimal number |
None. |
|
| ParentGuid | globally unique identifier |
None. |
|
| TrainingThemes | Collection of GuidName |
None. |
|
| TrainingTypes | Collection of GuidName |
None. |
|
| OpenGraphTitle | string |
None. |
|
| OpenGraphDescription | string |
None. |
|
| VNGDescription | string |
None. |
|
| VNGThemes | Collection of GuidName |
None. |
|
| Publish | boolean |
None. |
|
| Guid | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Subtitle": "sample string 2",
"Price": 3.0,
"PriceOnRequest": true,
"PricePerSchedule": true,
"Continuous": true,
"NumberOfDays": "sample string 7",
"AzavistaLink": "sample string 8",
"MaxNumberOfRegistrations": 9,
"Rating": 10.0,
"ParentGuid": "22c1332d-4654-4b5d-870e-1542def8ca95",
"TrainingThemes": [
{
"Guid": "32950630-04e3-4446-8d7c-4c0d168ee387",
"Name": "sample string 2"
},
{
"Guid": "32950630-04e3-4446-8d7c-4c0d168ee387",
"Name": "sample string 2"
}
],
"TrainingTypes": [
{
"Guid": "32950630-04e3-4446-8d7c-4c0d168ee387",
"Name": "sample string 2"
},
{
"Guid": "32950630-04e3-4446-8d7c-4c0d168ee387",
"Name": "sample string 2"
}
],
"OpenGraphTitle": "sample string 11",
"OpenGraphDescription": "sample string 12",
"VNGDescription": "sample string 13",
"VNGThemes": [
{
"Guid": "32950630-04e3-4446-8d7c-4c0d168ee387",
"Name": "sample string 2"
},
{
"Guid": "32950630-04e3-4446-8d7c-4c0d168ee387",
"Name": "sample string 2"
}
],
"Publish": true,
"Guid": "6519b27d-6d43-42c9-a78c-f14a2d8db921",
"Created": "2026-04-20T06:15:46.328822+00:00",
"Modified": "2026-04-20T06:15:46.328822+00:00",
"Deleted": "2026-04-20T06:15:46.328822+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","Subtitle":"sample string 2","Price":3.0,"PriceOnRequest":true,"PricePerSchedule":true,"Continuous":true,"NumberOfDays":"sample string 7","AzavistaLink":"sample string 8","MaxNumberOfRegistrations":9,"Rating":10.0,"ParentGuid":"22c1332d-4654-4b5d-870e-1542def8ca95","TrainingThemes":[{"Guid":"32950630-04e3-4446-8d7c-4c0d168ee387","Name":"sample string 2"},{"Guid":"32950630-04e3-4446-8d7c-4c0d168ee387","Name":"sample string 2"}],"TrainingTypes":[{"Guid":"32950630-04e3-4446-8d7c-4c0d168ee387","Name":"sample string 2"},{"Guid":"32950630-04e3-4446-8d7c-4c0d168ee387","Name":"sample string 2"}],"OpenGraphTitle":"sample string 11","OpenGraphDescription":"sample string 12","VNGDescription":"sample string 13","VNGThemes":[{"Guid":"32950630-04e3-4446-8d7c-4c0d168ee387","Name":"sample string 2"},{"Guid":"32950630-04e3-4446-8d7c-4c0d168ee387","Name":"sample string 2"}],"Publish":true,"Guid":"6519b27d-6d43-42c9-a78c-f14a2d8db921","Created":"2026-04-20T06:15:46.328822+00:00","Modified":"2026-04-20T06:15:46.328822+00:00","Deleted":"2026-04-20T06:15:46.328822+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false}
application/xml, text/xml
Sample:
<TrainingViewModel 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-04-20T06:15:46.328822+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-04-20T06:15:46.328822+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">6519b27d-6d43-42c9-a78c-f14a2d8db921</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-04-20T06:15:46.328822+00:00</Modified>
<AzavistaLink>sample string 8</AzavistaLink>
<Continuous>true</Continuous>
<MaxNumberOfRegistrations>9</MaxNumberOfRegistrations>
<Name>sample string 1</Name>
<NumberOfDays>sample string 7</NumberOfDays>
<OpenGraphDescription>sample string 12</OpenGraphDescription>
<OpenGraphTitle>sample string 11</OpenGraphTitle>
<ParentGuid>22c1332d-4654-4b5d-870e-1542def8ca95</ParentGuid>
<Price>3</Price>
<PriceOnRequest>true</PriceOnRequest>
<PricePerSchedule>true</PricePerSchedule>
<Publish>true</Publish>
<Rating>10</Rating>
<Subtitle>sample string 2</Subtitle>
<TrainingThemes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common">
<d2p1:GuidName>
<d2p1:Guid>32950630-04e3-4446-8d7c-4c0d168ee387</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
<d2p1:GuidName>
<d2p1:Guid>32950630-04e3-4446-8d7c-4c0d168ee387</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
</TrainingThemes>
<TrainingTypes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common">
<d2p1:GuidName>
<d2p1:Guid>32950630-04e3-4446-8d7c-4c0d168ee387</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
<d2p1:GuidName>
<d2p1:Guid>32950630-04e3-4446-8d7c-4c0d168ee387</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
</TrainingTypes>
<VNGDescription>sample string 13</VNGDescription>
<VNGThemes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common">
<d2p1:GuidName>
<d2p1:Guid>32950630-04e3-4446-8d7c-4c0d168ee387</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
<d2p1:GuidName>
<d2p1:Guid>32950630-04e3-4446-8d7c-4c0d168ee387</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
</VNGThemes>
</TrainingViewModel>