POST api/Export/ExportHTMLFiles

Request Information

URI Parameters

None.

Body Parameters

HE_HtmlModel
NameDescriptionTypeAdditional information
fileNameHin

string

None.

Hindi

string

None.

fileNameEng

string

None.

English

string

None.

filePath

string

None.

ExportType

integer

None.

TPL

integer

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "fileNameHin": "sample string 1",
  "Hindi": "sample string 2",
  "fileNameEng": "sample string 3",
  "English": "sample string 4",
  "filePath": "sample string 5",
  "ExportType": 6,
  "TPL": 7
}

application/xml, text/xml

Sample:
<HE_HtmlModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vision.Model">
  <English>sample string 4</English>
  <ExportType>6</ExportType>
  <Hindi>sample string 2</Hindi>
  <TPL>7</TPL>
  <fileNameEng>sample string 3</fileNameEng>
  <fileNameHin>sample string 1</fileNameHin>
  <filePath>sample string 5</filePath>
</HE_HtmlModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, text/html

Sample:

Sample not available.