POST api/Documents/Library?fileTypeId={fileTypeId}&parentEntityId={parentEntityId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
fileTypeId

System.Guid

Required

parentEntityId

System.Guid

Required

Body Parameters

System.Collections.Generic.ICollection`1[System.Guid]

Request Formats

application/json, text/json

Sample:
[
  "3d4bc4d2-2196-470f-8810-1dbac4e921f5",
  "e54e2e37-a833-4589-ab12-5e5d8066de22"
]

application/xml, text/xml

Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <guid>3d4bc4d2-2196-470f-8810-1dbac4e921f5</guid>
  <guid>e54e2e37-a833-4589-ab12-5e5d8066de22</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.