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
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
docReference | string |
Required |
Body Parameters
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
Dezrez.Core.DataContracts.Internal.Storage.SystemDocumentDataContractName | Description | Type | Additional information |
---|---|---|---|
Partition | Dezrez.Core.DataContracts.Internal.Storage.SystemStoragePartition |
None. |
|
Reference | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Partition": 0, "Reference": "sample string 1" }