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:
[
  "22595d9e-41f5-42a8-adc8-77e48f6b82b0",
  "57727dd3-8807-4d04-9f24-97dde7fbb55f"
]

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>22595d9e-41f5-42a8-adc8-77e48f6b82b0</guid>
  <guid>57727dd3-8807-4d04-9f24-97dde7fbb55f</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.