{ "opencollection": "1.0.0", "info": { "name": "m3ter Account BillConfig API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "BillConfig", "type": "folder" }, "items": [ { "info": { "name": "Retrieve BillConfig", "type": "http" }, "http": { "method": "GET", "url": "https://api.m3ter.com/organizations/:orgId/billconfig", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "UUID of the organization. The Organization represents your company as a direct customer of the m3ter service." } ] }, "docs": "Retrieve the Organization-wide BillConfig." }, { "info": { "name": "Update BillConfig", "type": "http" }, "http": { "method": "PUT", "url": "https://api.m3ter.com/organizations/:orgId/billconfig", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "UUID of the organization. The Organization represents your company as a direct customer of the m3ter service." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the Organization-wide BillConfig.\n\nYou can use this endpoint to set a global lock date for **all** Bills - any Bill with a service period end date on or before the set date will be locked and cannot be updated or recalculated." } ] } ], "bundled": true }