πUpdate Meter Key
Use this endpoint to update meter key.
post
Header parameters
AuthorizationstringRequiredExample:
API token for user authentication
{"value":"Token tk-abc-1234-xyz"}Body
objectOptional
Valid combinations for this request:
- 'meter_no'
- 'meter_card'
- ['meter_no', 'supply_group_code', 'key_rev_no', 'tariff_index', 'token_tech', 'algo_tech']
Note: In
Update Meter Keyflow only combinations 2 and 3 are allowed
and
Responses
200
Meter key updated successfully
application/json
400
Invalid input
application/json
500
Failed to update meter key
application/json
post
/api/v1/meter/updateLast updated