POST api/File?type={type}&additionalIntProperties={additionalIntProperties}
Post list of file's.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| type |
company=1 |
string |
Required |
| additionalIntProperties |
{"id_company":12601} |
string |
Default value is |
Body Parameters
List of KeyValuePair key: file name, value: file encoded in Base64
Collection of Pair of string [key] and string [value]Request Formats
application/json, text/json
Sample:
[
{
"Key": "sample string 1",
"Value": "sample string 2"
},
{
"Key": "sample string 1",
"Value": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfKeyValuePairOfStringString xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <KeyValuePairOfStringString /> <KeyValuePairOfStringString /> </ArrayOfKeyValuePairOfStringString>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |