POST api/export/excel
Request Information
URI Parameters
None.
Body Parameters
ExcelModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DocumentName | string |
None. |
|
| WorkSheets | Collection of ExcelWorkSheet |
None. |
Request Formats
application/json, text/json
Sample:
{
"DocumentName": "sample string 1",
"WorkSheets": null
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.