POST api/BillingDetails/GetMonthlyUsageGraphData
Request Information
URI Parameters
None.
Body Parameters
MonthlyUsageData| Name | Description | Type | Additional information |
|---|---|---|---|
| BSCustomerID | string |
None. |
|
| StartYearMonth | string |
None. |
|
| EndYearMonth | string |
None. |
|
| Language | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BSCustomerID": "sample string 1",
"StartYearMonth": "sample string 2",
"EndYearMonth": "sample string 3",
"Language": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MonthlyUsageGraphData| Name | Description | Type | Additional information |
|---|---|---|---|
| BillShort | Collection of string |
None. |
|
| BillMonth | Collection of string |
None. |
|
| BillUsage | Collection of decimal number |
None. |
|
| MinYearMonth | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"BillShort": [
"sample string 1",
"sample string 2"
],
"BillMonth": [
"sample string 1",
"sample string 2"
],
"BillUsage": [
1.1,
1.1
],
"MinYearMonth": "sample string 1"
}