POST api/BillingDetails/GetBillPDF/{companyID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| companyID | integer |
Required |
Body Parameters
BillPDFData| Name | 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
MyResults| Name | Description | Type | Additional information |
|---|---|---|---|
| MyReturn | boolean |
None. |
|
| MyMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"MyReturn": true,
"MyMsg": "sample string 2"
}