GET api/member/MonthlyBillPDF/{accountNumber}/{month}/{year}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| accountNumber | No documentation available. |
Define this parameter in the request URI. |
| month | No documentation available. |
Define this parameter in the request URI. |
| year | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"PDFValue": "sample string 1",
"PDFUrl": "sample string 2",
"IsFolderAccess": "sample string 3"
}
application/xml, text/xml
Sample:
<MonthlyBillPDF xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMSWebAPI.Model"> <IsFolderAccess>sample string 3</IsFolderAccess> <PDFUrl>sample string 2</PDFUrl> <PDFValue>sample string 1</PDFValue> </MonthlyBillPDF>