POST api/rptgeneration/generatepdfmobile

Request Information

URI Parameters

None.

Body Parameters

ReportRequest
NameDescriptionTypeAdditional information
StrBillName

string

None.

Condo

string

None.

DocType

string

None.

UserUID

string

None.

DocNo

string

None.

NeedDownload

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "StrBillName": "sample string 1",
  "Condo": "sample string 2",
  "DocType": "sample string 3",
  "UserUID": "sample string 4",
  "DocNo": "sample string 5",
  "NeedDownload": 6
}

application/xml, text/xml

Sample:
<ApiController.ReportRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRuma_WebService.Controllers">
  <Condo>sample string 2</Condo>
  <DocNo>sample string 5</DocNo>
  <DocType>sample string 3</DocType>
  <NeedDownload>6</NeedDownload>
  <StrBillName>sample string 1</StrBillName>
  <UserUID>sample string 4</UserUID>
</ApiController.ReportRequest>

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.