POST api/CommonAPI/GenerateExcel

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
formData
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "filename": "sample string 1",
  "format": "sample string 2",
  "content": "sample string 3"
}

application/xml, text/xml

Sample:
<ExcelModelData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SYNC_MODELS.Models">
  <content>sample string 3</content>
  <filename>sample string 1</filename>
  <format>sample string 2</format>
</ExcelModelData>

application/x-www-form-urlencoded

Sample:

Sample not available.