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:
[ "bbc179ae-0184-42c2-985b-93198a552799", "adc9a687-d403-49c8-a55d-adc4fedeade6" ]
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>bbc179ae-0184-42c2-985b-93198a552799</guid> <guid>adc9a687-d403-49c8-a55d-adc4fedeade6</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.