POST api/rptgeneration/generatepdfmobile
Request Information
URI Parameters
None.
Body Parameters
ReportRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| StrBillName | string |
None. |
|
| Condo | string |
None. |
|
| DocType | string |
None. |
|
| UserUID | string |
None. |
|
| DocNo | string |
None. |
|
| Month | string |
None. |
|
| Year | string |
None. |
|
| NeedDownload | integer |
None. |
|
| IsOwner | string |
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",
"Month": "sample string 6",
"Year": "sample string 7",
"NeedDownload": 8,
"IsOwner": "sample string 9"
}
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> <IsOwner>sample string 9</IsOwner> <Month>sample string 6</Month> <NeedDownload>8</NeedDownload> <StrBillName>sample string 1</StrBillName> <UserUID>sample string 4</UserUID> <Year>sample string 7</Year> </ApiController.ReportRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.