POST api/BillingDetails/GetIndexedProductDetails
Request Information
URI Parameters
None.
Body Parameters
IndexedProductRQ| Name | Description | Type | Additional information |
|---|---|---|---|
| BSCustomerID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BSCustomerID": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IndexedProductDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| BSCustomerID | string |
None. |
|
| CurrentPrice | decimal number |
None. |
|
| CurrentCharges | decimal number |
None. |
|
| AllInRate | decimal number |
None. |
|
| AverageRate | decimal number |
None. |
|
| PublishedEnergyPricePerKwh | decimal number |
None. |
|
| ProductDisplayName | string |
None. |
|
| ResponseCode | string |
None. |
|
| ResponseMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"BSCustomerID": "sample string 1",
"CurrentPrice": 2.0,
"CurrentCharges": 3.0,
"AllInRate": 4.0,
"AverageRate": 5.0,
"PublishedEnergyPricePerKwh": 6.0,
"ProductDisplayName": "sample string 7",
"ResponseCode": "sample string 8",
"ResponseMessage": "sample string 9"
}