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:
[
  "1e43c582-dc92-4302-ad6e-bd4c9c0a7651",
  "69b80a88-5786-47d4-b26a-7fdcfd9f15e4"
]

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>1e43c582-dc92-4302-ad6e-bd4c9c0a7651</guid>
  <guid>69b80a88-5786-47d4-b26a-7fdcfd9f15e4</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.