Update partner reference for a meter

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

meter_id

partner_custom_meter_ref

200 Partner custom meter ref updated successfully.


object

400 - Meter id is not a valid UUID. - Partner reference is already used for meter abcdef - New partner reference is empty

401 You are not authorized to perform this operation.

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

404 The meter with the given uuid is not found.


Base URL

https://api.staging.leap.energy/v1.1/meters/{meter_id}/partner_meter_ref

curl --request PATCH \
     --url https://api.staging.leap.energy/v1.1/meters//partner_meter_ref \
     --header 'accept: application/json' \
     --header 'content-type: application/json'
{
  "partner_custom_meter_ref": "partner_custom_meter_ref"
}