Retrieve StatementDefinition
Function name:m3ter_GetStatementDefinition
Category: READ
HTTP method: GET
Destination: m3ter
Retrieve a StatementDefinition with the given UUID.
Retrieves the details of a specific StatementDefinition for the specified Organization, using its unique identifier (UUID). This endpoint is useful when you want to retrieve the complete details of a single StatementDefinition.
Parameters
Exits
Update StatementDefinition
Function name:m3ter_PutStatementDefinition
Category: WRITE
HTTP method: PUT
Destination: m3ter
Update StatementDefinition for the given UUID.
Update the details of a specific StatementDefinition for the specified Organization, using its unique identifier (UUID). The updated details for the StatementDefinition should be sent in the request body.
Parameters
Exits
Delete StatementDefinition
Function name:m3ter_DeleteStatementDefinition
Category: WRITE
HTTP method: DELETE
Destination: m3ter
Delete a StatementDefinition with the given UUID.
This endpoint deletes a specific StatementDefinition within a specified Organization, using the StatementDefinition UUID.
Parameters
Exits
List StatementDefinitions
Function name:m3ter_ListStatementDefinitions
Category: READ
HTTP method: GET (paginated)
Destination: m3ter
Retrieve a list of StatementDefinitions.
This endpoint retrieves a list of all the StatementDefinitions within a specified Organization. The list can be paginated for easier management.
Parameters
Exits
Create StatementDefinition
Function name:m3ter_PostStatementDefinition
Category: WRITE
HTTP method: POST
Destination: m3ter
Create a new StatementDefinition.
This endpoint creates a new StatementDefinition within the specified Organization. The details of the StatementDefinition are provided in the request body.