POST api/CommodityEstimation/GetEstimatedBill
Request Information
URI Parameters
None.
Body Parameters
EstimatedBillInputName | Description | Type | Additional information |
---|---|---|---|
webServiceKey | string |
None. |
|
companyID | integer |
None. |
|
bsCustomerID | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "webServiceKey": "sample string 1", "companyID": 2, "bsCustomerID": "sample string 3" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
EstimatedBillOutputName | Description | Type | Additional information |
---|---|---|---|
lastMonthBill | string |
None. |
|
estimatedBill | string |
None. |
|
messages | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "lastMonthBill": "sample string 1", "estimatedBill": "sample string 2", "messages": "sample string 3" }