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:
[
  "0eb786ac-bb7c-4cf5-b182-81d3aa409ea0",
  "2506ddf6-7bbf-44bd-8c50-2cda2d6cc72f"
]

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>0eb786ac-bb7c-4cf5-b182-81d3aa409ea0</guid>
  <guid>2506ddf6-7bbf-44bd-8c50-2cda2d6cc72f</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ICollection`1'.

Response Information

Resource Description

None.