PUT api/preview/saveHtmlDocument
Save a file html format
Request Information
URI Parameters
None.
Body Parameters
json is deserialised into this object
Dezrez.Core.DataContracts.Internal.Storage.UpdatedPreviewDocumentName | Description | Type | Additional information |
---|---|---|---|
fileType | string |
None. |
|
docReference | string |
None. |
|
data | string |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "fileType": "sample string 1", "docReference": "sample string 2", "data": "sample string 3" }
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" }