POST api/DocumentFolder

Request Information

URI Parameters

None.

Body Parameters

DocumentFolder
NameDescriptionTypeAdditional information
Id

integer

None.

FolderName

string

None.

BridgeId

integer

None.

ParentDocumentFolderId

integer

None.

UpdatedAt

date

None.

MajorVersion

integer

None.

MinorVersion

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "FolderName": "sample string 2",
  "BridgeId": 3,
  "ParentDocumentFolderId": 1,
  "UpdatedAt": "2025-11-08T12:08:44.0828557Z",
  "MajorVersion": 1,
  "MinorVersion": 1
}

application/xml, text/xml

Sample:
<DocumentFolder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models.Api.DataModels">
  <MajorVersion>1</MajorVersion>
  <MinorVersion>1</MinorVersion>
  <UpdatedAt>2025-11-08T12:08:44.0828557Z</UpdatedAt>
  <BridgeId>3</BridgeId>
  <FolderName>sample string 2</FolderName>
  <Id>1</Id>
  <ParentDocumentFolderId>1</ParentDocumentFolderId>
</DocumentFolder>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

DocumentFolder
NameDescriptionTypeAdditional information
Id

integer

None.

FolderName

string

None.

BridgeId

integer

None.

ParentDocumentFolderId

integer

None.

UpdatedAt

date

None.

MajorVersion

integer

None.

MinorVersion

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "FolderName": "sample string 2",
  "BridgeId": 3,
  "ParentDocumentFolderId": 1,
  "UpdatedAt": "2025-11-08T12:08:44.0828557Z",
  "MajorVersion": 1,
  "MinorVersion": 1
}

application/xml, text/xml

Sample:
<DocumentFolder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models.Api.DataModels">
  <MajorVersion>1</MajorVersion>
  <MinorVersion>1</MinorVersion>
  <UpdatedAt>2025-11-08T12:08:44.0828557Z</UpdatedAt>
  <BridgeId>3</BridgeId>
  <FolderName>sample string 2</FolderName>
  <Id>1</Id>
  <ParentDocumentFolderId>1</ParentDocumentFolderId>
</DocumentFolder>