List Counters
Function name:m3ter_ListCounters
Category: READ
HTTP method: GET (paginated)
Destination: m3ter
Retrieve a list of Counter entities that can be filtered by Product, Counter ID, or Codes.
Parameters
Exits
Create Counter
Function name:m3ter_PostCounter
Category: WRITE
HTTP method: POST
Destination: m3ter
Create a new Counter.
Parameters
Exits
Retrieve Counter
Function name:m3ter_GetCounter
Category: READ
HTTP method: GET
Destination: m3ter
Retrieve a Counter for the given UUID.
Parameters
Exits
Update Counter
Function name:m3ter_PutCounter
Category: WRITE
HTTP method: PUT
Destination: m3ter
Update Counter for the given UUID.
Parameters
Exits
Delete Counter
Function name:m3ter_DeleteCounter
Category: WRITE
HTTP method: DELETE
Destination: m3ter
Delete a Counter for the given UUID.