POST api/UploadFileWriteContent
Request Information
URI Parameters
None.
Body Parameters
FullPathName | Description | Type | Additional information |
---|---|---|---|
fullPath | string |
None. |
|
writeContent | string |
None. |
|
platformId | string |
None. |
|
tenantId | string |
None. |
|
folderName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "fullPath": "sample string 1", "writeContent": "sample string 2", "platformId": "sample string 3", "tenantId": "sample string 4", "folderName": "sample string 5" }
application/xml, text/xml
Sample:
<FullPath xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uploading.Controllers"> <folderName>sample string 5</folderName> <fullPath>sample string 1</fullPath> <platformId>sample string 3</platformId> <tenantId>sample string 4</tenantId> <writeContent>sample string 2</writeContent> </FullPath>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |