GET api/File/{id}?type={type}¶meters={parameters}
Returns the list of file's with filter applied.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
type |
company = 1, stock_document = 1, fp_purchase_order = 1 |
string |
Required |
id |
Id of attachment |
integer |
Default value is 0 |
parameters |
none |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
Pair of string [key] and string [value]Response Formats
application/json, text/json
Sample:
{ "Key": "sample string 1", "Value": "sample string 2" }
application/xml, text/xml
Sample:
<KeyValuePairOfStringString xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" />