PUT api/document/folder/{id}/move

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "00586cb6-3491-4350-a098-21932ce4e67a",
  "37925d71-3732-4cb4-a754-36b5b8b6f0ab"
]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.