Get Threshold Value for a Customer

get

/apis/threshold-v1/external/{utilityCode}/customers/{utilityCustomerId}/threshold

Returns a customer's threshold value using the utility customer identifier registered in the system.

Request

Path Parameters
Back to Top

Response

200 Response

Returns the customer's threshold value.
Body ()
Root Schema : ExternalThresholdResponse
Type: object
Show Source
Nested Schema : response
Type: object
Show Source

400 Response

Utility does not support setting thresholds.
Body ()
Root Schema : ErrorDetails
Type: object
Show Source
Nested Schema : error
Type: object
Show Source

404 Response

No customer with the given utilityCustomerId. No threshold set for the requested customer.
Body ()
Root Schema : ErrorDetails
Type: object
Show Source
Nested Schema : error
Type: object
Show Source
Back to Top