C1.Web.Api.Excel Namespace / ExcelController Class / MergePost Method
The request

In This Topic
MergePost Method
In This Topic
Gets the result of merging multiple excels according to the posted request.
Syntax
'Declaration
 
<HttpPostAttribute()>
<RouteAttribute("api/excel/merge")>
Public Overridable Function MergePost( _
   ByVal re As MergeRequest _
) As IHttpActionResult
 

Parameters

re
The request

Return Value

The result containing the requested excel
See Also