POST api/SaveHtml
Request Information
URI Parameters
None.
Body Parameters
DaoSave| Name | Description | Type | Additional information |
|---|---|---|---|
| jobid | string |
None. |
|
| aid | string |
None. |
|
| html | string |
None. |
|
| status | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"jobid": "sample string 1",
"aid": "sample string 2",
"html": "sample string 3",
"status": "sample string 4"
}
application/xml, text/xml
Sample:
<SaveHtmlController.DaoSave xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HtmlEditorInput.Services.Controllers"> <aid>sample string 2</aid> <html>sample string 3</html> <jobid>sample string 1</jobid> <status>sample string 4</status> </SaveHtmlController.DaoSave>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>