Approve Bills
Approve multiple Bills for the specified Organization based on the given criteria.
This endpoint allows you to change currently Pending Bills to Approved status for further processing.
Query Parameters:
- Use
accountIdsto approve Bills for specifed Accounts.
Request Body Schema Parameter:
- Use
billIdsto specify a collection of Bills for batch approval.
Important! If you use the billIds Request Body Schema parameter, any Query parameters you might have also used are ignored when the call is processed.
Authorizations
m3ter supports machine to machine authentication using the clientCredentials OAuth2 flow.
The authorizationCode flow controls access for human users via the m3ter Console application.
Path Parameters
The unique identifier (UUID) of your Organization. The Organization represents your company as a direct customer of our service.
Query Parameters
Start date for filtering Bills by external invoice date. Includes Bills with dates equal to or later than this date.
End date for filtering Bills by external invoice date. Includes Bills with dates earlier than this date.
List of Account IDs to filter Bills. This allows you to approve Bills for specific Accounts within the Organization.
Body
Use to specify a collection of Bills by their IDs for batch approval
1Response
Returns a message indicating the success/failure of Bills approval
A message indicating the success or failure of the Bills' approval, along with relevant details.