POST api/BillingDetails/GetStatementPDF
Request Information
URI Parameters
None.
Body Parameters
BillPDFDataName | Description | Type | Additional information |
---|---|---|---|
billDate | string |
None. |
|
billNo | string |
None. |
|
bsCustomerID | string |
None. |
|
callerID | string |
None. |
|
webKey | string |
None. |
|
CompID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "billDate": "sample string 1", "billNo": "sample string 2", "bsCustomerID": "sample string 3", "callerID": "sample string 4", "webKey": "sample string 5", "CompID": 6 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MyResultsName | Description | Type | Additional information |
---|---|---|---|
MyReturn | boolean |
None. |
|
MyMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "MyReturn": true, "MyMsg": "sample string 2" }