POST api/Documents/Library?fileTypeId={fileTypeId}&parentEntityId={parentEntityId}
Request Information
URI Parameters
Name | Description | Type | Additional 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:
[ "892d1da6-19ef-4f90-bee6-bcdba52b423c", "fb0fd6d1-2755-46c8-a77c-a79867947d88" ]
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>892d1da6-19ef-4f90-bee6-bcdba52b423c</guid> <guid>fb0fd6d1-2755-46c8-a77c-a79867947d88</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.