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:
[ "dbe27592-3a17-4770-bfc4-ec9626632b8f", "fe25575a-c2e0-4c7c-96ec-b4c870216381" ]
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>dbe27592-3a17-4770-bfc4-ec9626632b8f</guid> <guid>fe25575a-c2e0-4c7c-96ec-b4c870216381</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.