List CounterPricings
Function name:m3ter_ListCounterPricings
Category: READ
HTTP method: GET (paginated)
Destination: m3ter
Retrieve a list of CounterPricing entities filtered by date, Plan ID, Plan Template ID, or CounterPricing ID.
Parameters
Exits
Create CounterPricing
Function name:m3ter_PostCounterPricing
Category: WRITE
HTTP method: POST
Destination: m3ter
Create a new CounterPricing.
Note: Either planId or planTemplateId request parameters are required for this call to be valid. If you omit both, then you will receive a validation error.
Parameters
Exits
Retrieve CounterPricing
Function name:m3ter_GetCounterPricing
Category: READ
HTTP method: GET
Destination: m3ter
Retrieve a CounterPricing for the given UUID.
Parameters
Exits
Update CounterPricing
Function name:m3ter_PutCounterPricing
Category: WRITE
HTTP method: PUT
Destination: m3ter
Update CounterPricing for the given UUID.
Note: Either planId or planTemplateId request parameters are required for this call to be valid. If you omit both, then you will receive a validation error.
Parameters
Exits
Delete CounterPricing
Function name:m3ter_DeleteCounterPricing
Category: WRITE
HTTP method: DELETE
Destination: m3ter
Delete a CounterPricing for the given UUID.