POST api/GdprForgetDoc/DirectoryRename/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
DmsDirectoryRenameDtoName | Description | Type | Additional information |
---|---|---|---|
FullSourceKey | string |
None. |
|
NewDirectoryName | string |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "fullSourceKey": "sample string 1", "newDirectoryName": "sample string 2" }
text/plain
Sample:
{"fullSourceKey":"sample string 1","newDirectoryName":"sample string 2"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/plain
Sample:
Sample not available.