PUT api/preview/saveDocx/{docReference}
Save a file sent in native word format, and convert it to the right file format to be saved to disk Processes this preview API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| docReference |
The doc reference value supplied with the request. |
string |
Required |
Body Parameters
The data value supplied with the request.
stringRequest Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
text/plain
Sample:
sample string 1
application/json, text/json
Sample:
"sample string 1"
Response Information
Resource Description
The response returned after the operation completes.
SystemDocumentDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Partition |
The partition classification. |
SystemStoragePartition |
None. |
| Reference |
The reference value. |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Partition": 0,
"Reference": "sample string 1"
}