PUT v1/Folder
Request Information
URI Parameters
None.
Body Parameters
FolderViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| IsSystem | boolean |
None. |
|
| SystemFolderTypeName | string |
None. |
|
| SystemLocked | boolean |
None. |
|
| Nr | integer |
None. |
|
| ParentGuid | globally unique identifier |
None. |
|
| EventGuid | globally unique identifier |
None. |
|
| TrainingGuid | globally unique identifier |
None. |
|
| Guid | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"IsSystem": true,
"SystemFolderTypeName": "sample string 3",
"SystemLocked": true,
"Nr": 5,
"ParentGuid": "58d4e1d8-831e-4650-812b-a4cbc089b2b3",
"EventGuid": "ec2b8b81-5723-4dea-8243-9202abf676c0",
"TrainingGuid": "7cf445a1-ff53-4718-8115-f0e346f95a05",
"Guid": "d7127502-9774-4b66-8fce-a9fafbb35814",
"Created": "2026-07-14T00:04:10.9673182+00:00",
"Modified": "2026-07-14T00:04:10.9673182+00:00",
"Deleted": "2026-07-14T00:04:10.9673182+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","IsSystem":true,"SystemFolderTypeName":"sample string 3","SystemLocked":true,"Nr":5,"ParentGuid":"58d4e1d8-831e-4650-812b-a4cbc089b2b3","EventGuid":"ec2b8b81-5723-4dea-8243-9202abf676c0","TrainingGuid":"7cf445a1-ff53-4718-8115-f0e346f95a05","Guid":"d7127502-9774-4b66-8fce-a9fafbb35814","Created":"2026-07-14T00:04:10.9673182+00:00","Modified":"2026-07-14T00:04:10.9673182+00:00","Deleted":"2026-07-14T00:04:10.9673182+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false}
application/xml, text/xml
Sample:
<FolderViewModel 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-14T00:04:10.9673182+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-07-14T00:04:10.9673182+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">d7127502-9774-4b66-8fce-a9fafbb35814</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-07-14T00:04:10.9673182+00:00</Modified>
<EventGuid>ec2b8b81-5723-4dea-8243-9202abf676c0</EventGuid>
<IsSystem>true</IsSystem>
<Name>sample string 1</Name>
<Nr>5</Nr>
<ParentGuid>58d4e1d8-831e-4650-812b-a4cbc089b2b3</ParentGuid>
<SystemFolderTypeName>sample string 3</SystemFolderTypeName>
<SystemLocked>true</SystemLocked>
<TrainingGuid>7cf445a1-ff53-4718-8115-f0e346f95a05</TrainingGuid>
</FolderViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
FolderViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| IsSystem | boolean |
None. |
|
| SystemFolderTypeName | string |
None. |
|
| SystemLocked | boolean |
None. |
|
| Nr | integer |
None. |
|
| ParentGuid | globally unique identifier |
None. |
|
| EventGuid | globally unique identifier |
None. |
|
| TrainingGuid | globally unique identifier |
None. |
|
| Guid | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"IsSystem": true,
"SystemFolderTypeName": "sample string 3",
"SystemLocked": true,
"Nr": 5,
"ParentGuid": "1c65593e-dda7-4e07-827c-05a7e926e4b2",
"EventGuid": "72f69f1f-a5d1-49a4-82bf-6e1ec6f24f30",
"TrainingGuid": "fa495dc7-f9f9-4fa3-890e-b2f54a1fa14d",
"Guid": "86d644da-59ba-4c34-a699-cd4e8059db2b",
"Created": "2026-07-14T00:04:10.9673182+00:00",
"Modified": "2026-07-14T00:04:10.9673182+00:00",
"Deleted": "2026-07-14T00:04:10.9673182+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","IsSystem":true,"SystemFolderTypeName":"sample string 3","SystemLocked":true,"Nr":5,"ParentGuid":"1c65593e-dda7-4e07-827c-05a7e926e4b2","EventGuid":"72f69f1f-a5d1-49a4-82bf-6e1ec6f24f30","TrainingGuid":"fa495dc7-f9f9-4fa3-890e-b2f54a1fa14d","Guid":"86d644da-59ba-4c34-a699-cd4e8059db2b","Created":"2026-07-14T00:04:10.9673182+00:00","Modified":"2026-07-14T00:04:10.9673182+00:00","Deleted":"2026-07-14T00:04:10.9673182+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false}
application/xml, text/xml
Sample:
<FolderViewModel 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-14T00:04:10.9673182+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-07-14T00:04:10.9673182+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">86d644da-59ba-4c34-a699-cd4e8059db2b</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-07-14T00:04:10.9673182+00:00</Modified>
<EventGuid>72f69f1f-a5d1-49a4-82bf-6e1ec6f24f30</EventGuid>
<IsSystem>true</IsSystem>
<Name>sample string 1</Name>
<Nr>5</Nr>
<ParentGuid>1c65593e-dda7-4e07-827c-05a7e926e4b2</ParentGuid>
<SystemFolderTypeName>sample string 3</SystemFolderTypeName>
<SystemLocked>true</SystemLocked>
<TrainingGuid>fa495dc7-f9f9-4fa3-890e-b2f54a1fa14d</TrainingGuid>
</FolderViewModel>