POST Api/Corporate/ExportExcel_MCWA2010

Request Information

URI Parameters

None.

Body Parameters

ExportExcelMCWA2010Request
NameDescriptionTypeAdditional information
tableName

string

None.

pstCoCd

string

None.

pstUsrId

string

None.

pstVisibleColumns

string

None.

pstSelectedRows

string

None.

pstUnSelectedRows

string

None.

pstIsCheckAll

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "tableName": "sample string 1",
  "pstCoCd": "sample string 2",
  "pstUsrId": "sample string 3",
  "pstVisibleColumns": "sample string 4",
  "pstSelectedRows": "sample string 5",
  "pstUnSelectedRows": "sample string 6",
  "pstIsCheckAll": true
}

application/xml, text/xml

Sample:
<ExportExcelMCWA2010Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PalladiumWebAPI.Interfaces">
  <pstIsCheckAll>true</pstIsCheckAll>
  <pstSelectedRows>sample string 5</pstSelectedRows>
  <pstUnSelectedRows>sample string 6</pstUnSelectedRows>
  <pstVisibleColumns>sample string 4</pstVisibleColumns>
  <pstCoCd>sample string 2</pstCoCd>
  <pstUsrId>sample string 3</pstUsrId>
  <tableName>sample string 1</tableName>
</ExportExcelMCWA2010Request>

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

Sample:

Sample not available.