PUT api/preview/saveHtmlDocument
Save a file html format
Request Information
URI Parameters
None.
Body Parameters
json is deserialised into this object
UpdatedPreviewDocument| Name | 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
SystemDocumentDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Partition | SystemStoragePartition |
None. |
|
| Reference | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Partition": 0,
"Reference": "sample string 1"
}