Indicate market participation of meter

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

meter_id
string
required
The unique identifier of the meter for which participation is being requested.

start_date
date
required
The date by which you want the meter to start participating in the energy market. Date format: yyyy-MM-dd.

reason
string
An optional reason specifying why you want to start participating in energy market.

200 Request was performed successfully.

object
start_date
date
required
The date by which you want the meter to start participating in the energy market. Date format: yyyy-MM-dd.

reason
string
An optional reason specifying why you want to start participating in energy market.

400 Meter id is not a valid UUID.

401 You are not authorized to perform this operation.

403 You do not have the necessary permissions for this operation.

404 Meter with the given uuid is not found.

409 The start date is in the past.

Base URL
https://api.staging.leap.energy/v1.1/enrollment/meters/{meter_id}/participate

xxxxxxxxxx

curl --request POST \
     --url https://api.staging.leap.energy/v1.1/enrollment/meters//participate \
     --header 'accept: application/json' \ 
     --header 'content-type: application/json'
xxxxxxxxxx

{
  "reason": "reason",
  "start_date": "2000-01-23"
}