Search Accounts
Function name:m3ter_SearchAccounts
Category: READ
HTTP method: GET (paginated)
Destination: m3ter
Search for Account entities.
This endpoint executes a search query for Accounts based on the user specified search criteria. The search query is customizable, allowing for complex nested conditions and sorting. The returned list of Accounts can be paginated for easier management.
Parameters
Exits
End-date Account billing entities
Function name:m3ter_EndDateBillingEntitiesForAccount
Category: WRITE
HTTP method: PUT
Destination: m3ter
Apply the specified end-date to billing entities associated with an Account.
NOTE:
- When you successfully end-date billing entities, the version number of each entity is incremented.
Parameters
Exits
List Account Children
Function name:m3ter_ListAccountChildren
Category: READ
HTTP method: GET (paginated)
Destination: m3ter
Retrieve a list of Accounts that are children of the specified Account.
Parameters
Exits
List Accounts
Function name:m3ter_ListAccounts
Category: READ
HTTP method: GET (paginated)
Destination: m3ter
Retrieve a list of Accounts that can be filtered by Account ID or Account Code.
Parameters
Exits
Create Account
Function name:m3ter_PostAccount
Category: WRITE
HTTP method: POST
Destination: m3ter
Create a new Account within the Organization.
Parameters
Exits
Retrieve Account
Function name:m3ter_GetAccount
Category: READ
HTTP method: GET
Destination: m3ter
Retrieve the Account with the given Account UUID.
Parameters
Exits
Update Account
Function name:m3ter_PutAccount
Category: WRITE
HTTP method: PUT
Destination: m3ter
Update the Account with the given Account UUID.
Note: If you have created Custom Fields for an Account, when you use this endpoint to update the Account, use the customFields parameter to preserve those Custom Fields. If you omit them from the update request, they will be lost.
Parameters
Exits
Delete Account
Function name:m3ter_DeleteAccount
Category: WRITE
HTTP method: DELETE
Destination: m3ter
Delete the Account with the given UUID. This may fail if there are any AccountPlans that reference the Account being deleted.