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:
[
  "7702623d-d061-4175-bd10-5977d77e00da",
  "9139ff84-e336-4c0d-80b4-ec80dfdebcfa"
]

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>7702623d-d061-4175-bd10-5977d77e00da</guid>
  <guid>9139ff84-e336-4c0d-80b4-ec80dfdebcfa</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.