POST api/BillingDetails/GetStatementPDF/{companyID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
companyID | integer |
Required |
Body Parameters
BillPDFDataName | Description | Type | Additional information |
---|---|---|---|
billDate | string |
None. |
|
billNo | string |
None. |
|
bsCustomerID | string |
None. |
|
callerID | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "billDate": "sample string 1", "billNo": "sample string 2", "bsCustomerID": "sample string 3", "callerID": "sample string 4" }
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" }