PUT v1/Folder
Request Information
URI Parameters
None.
Body Parameters
FolderViewModelName | 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": "994d9f56-d362-4efd-8626-177ab418e7e2", "EventGuid": "d927a24b-5704-4201-afd7-c2b6aafca19e", "TrainingGuid": "b9a74aaa-f920-4da9-a00e-7b69b6a8af4e", "Guid": "7e0b077d-78a9-4b2d-b700-b582efc4e301", "Created": "2025-06-30T19:26:01.3014485+00:00", "Modified": "2025-06-30T19:26:01.3014485+00:00", "Deleted": "2025-06-30T19:26:01.3014485+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":"994d9f56-d362-4efd-8626-177ab418e7e2","EventGuid":"d927a24b-5704-4201-afd7-c2b6aafca19e","TrainingGuid":"b9a74aaa-f920-4da9-a00e-7b69b6a8af4e","Guid":"7e0b077d-78a9-4b2d-b700-b582efc4e301","Created":"2025-06-30T19:26:01.3014485+00:00","Modified":"2025-06-30T19:26:01.3014485+00:00","Deleted":"2025-06-30T19:26:01.3014485+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">2025-06-30T19:26:01.3014485+00:00</Created> <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-06-30T19:26:01.3014485+00:00</Deleted> <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">7e0b077d-78a9-4b2d-b700-b582efc4e301</Guid> <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-06-30T19:26:01.3014485+00:00</Modified> <EventGuid>d927a24b-5704-4201-afd7-c2b6aafca19e</EventGuid> <IsSystem>true</IsSystem> <Name>sample string 1</Name> <Nr>5</Nr> <ParentGuid>994d9f56-d362-4efd-8626-177ab418e7e2</ParentGuid> <SystemFolderTypeName>sample string 3</SystemFolderTypeName> <SystemLocked>true</SystemLocked> <TrainingGuid>b9a74aaa-f920-4da9-a00e-7b69b6a8af4e</TrainingGuid> </FolderViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
FolderViewModelName | 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": "1b5d94c7-4928-4b14-afc4-36ebaf245636", "EventGuid": "30e258a2-3c6a-4bae-90be-10f29df54dc0", "TrainingGuid": "3cbf8d85-f59b-4f10-8afc-5d8e46476bb7", "Guid": "97112846-7117-421c-9d03-d20471f46c95", "Created": "2025-06-30T19:26:01.3170131+00:00", "Modified": "2025-06-30T19:26:01.3170131+00:00", "Deleted": "2025-06-30T19:26:01.3170131+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":"1b5d94c7-4928-4b14-afc4-36ebaf245636","EventGuid":"30e258a2-3c6a-4bae-90be-10f29df54dc0","TrainingGuid":"3cbf8d85-f59b-4f10-8afc-5d8e46476bb7","Guid":"97112846-7117-421c-9d03-d20471f46c95","Created":"2025-06-30T19:26:01.3170131+00:00","Modified":"2025-06-30T19:26:01.3170131+00:00","Deleted":"2025-06-30T19:26:01.3170131+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">2025-06-30T19:26:01.3170131+00:00</Created> <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-06-30T19:26:01.3170131+00:00</Deleted> <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">97112846-7117-421c-9d03-d20471f46c95</Guid> <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-06-30T19:26:01.3170131+00:00</Modified> <EventGuid>30e258a2-3c6a-4bae-90be-10f29df54dc0</EventGuid> <IsSystem>true</IsSystem> <Name>sample string 1</Name> <Nr>5</Nr> <ParentGuid>1b5d94c7-4928-4b14-afc4-36ebaf245636</ParentGuid> <SystemFolderTypeName>sample string 3</SystemFolderTypeName> <SystemLocked>true</SystemLocked> <TrainingGuid>3cbf8d85-f59b-4f10-8afc-5d8e46476bb7</TrainingGuid> </FolderViewModel>