List Plans
Function name:m3ter_ListPlans
Category: READ
HTTP method: GET (paginated)
Destination: m3ter
Retrieve a list of Plans that can be filtered by Product, Account, or Plan ID.
Parameters
Exits
Create Plan
Function name:m3ter_PostPlan
Category: WRITE
HTTP method: POST
Destination: m3ter
Create a new Plan.
Parameters
Exits
Retrieve Plan
Function name:m3ter_GetPlan
Category: READ
HTTP method: GET
Destination: m3ter
Retrieve the Plan with the given UUID.
Parameters
Exits
Update Plan
Function name:m3ter_PutPlan
Category: WRITE
HTTP method: PUT
Destination: m3ter
Update the Plan with the given UUID.
Note: If you have created Custom Fields for a Plan, when you use this endpoint to update the Plan use the customFields parameter to preserve those Custom Fields. If you omit them from the update request, they will be lost.
Parameters
Exits
Delete Plan
Function name:m3ter_DeletePlan
Category: WRITE
HTTP method: DELETE
Destination: m3ter
Delete the Plan with the given UUID.