Set or Update a Customer's Threshold

put

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

Sets or updates the threshold value for the specified customer.

Request

Path Parameters
Body ()
The threshold information object.
Root Schema : ExternalThresholdRequest
Type: object
Show Source
Back to Top

Response

204 Response

Threshold has been successfully updated for the specified customer.

400 Response

Utility does not support setting thresholds. Threshold is either negative or too high.
Body ()
Root Schema : ErrorDetails
Type: object
Show Source
Nested Schema : error
Type: object
Show Source

404 Response

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