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

NameDescriptionTypeAdditional information
docReference

string

Required

Body Parameters

string

Request Formats

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'String'.

text/plain

Sample:
sample string 1

application/json, text/json

Sample:
"sample string 1"

Response Information

Resource Description

Dezrez.Core.DataContracts.Internal.Storage.SystemDocumentDataContract
NameDescriptionTypeAdditional 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"
}