POST api/FolderHierarchy/Save
Request Information
URI Parameters
None.
Body Parameters
FolderHierarchy| Name | Description | Type | Additional information |
|---|---|---|---|
| CreatedDate | date |
None. |
|
| ModifyDate | date |
None. |
|
| CompanyId | integer |
None. |
|
| FolderLevel | integer |
None. |
|
| OrganizationId | integer |
None. |
|
| CreatedById | integer |
None. |
|
| DriveName | string |
None. |
|
| FolderHierarchyId | integer |
None. |
|
| FolderOwnerId | integer |
None. |
|
| ModifyById | integer |
None. |
|
| ParentFolderHierarchyId | integer |
None. |
|
| FolderName | string |
None. |
|
| FolderPath | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CreatedDate": "2025-10-29T13:17:21.0724802+05:00",
"ModifyDate": "2025-10-29T13:17:21.0724802+05:00",
"CompanyId": 3,
"FolderLevel": 4,
"OrganizationId": 5,
"CreatedById": 6,
"DriveName": "sample string 7",
"FolderHierarchyId": 8,
"FolderOwnerId": 9,
"ModifyById": 10,
"ParentFolderHierarchyId": 11,
"FolderName": "sample string 12",
"FolderPath": "sample string 13"
}
application/xml, text/xml
Sample:
<FolderHierarchy xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.DMS"> <CompanyId>3</CompanyId> <CreatedById>6</CreatedById> <CreatedDate>2025-10-29T13:17:21.0724802+05:00</CreatedDate> <DriveName>sample string 7</DriveName> <FolderHierarchyId>8</FolderHierarchyId> <FolderLevel>4</FolderLevel> <FolderName>sample string 12</FolderName> <FolderOwnerId>9</FolderOwnerId> <FolderPath>sample string 13</FolderPath> <ModifyById>10</ModifyById> <ModifyDate>2025-10-29T13:17:21.0724802+05:00</ModifyDate> <OrganizationId>5</OrganizationId> <ParentFolderHierarchyId>11</ParentFolderHierarchyId> </FolderHierarchy>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.