{ "opencollection": "1.0.0", "info": { "name": "Business Central Administration Center Accounts Features API", "version": "2.28" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://login.microsoftonline.com/{tenantId}/oauth2/v2.0/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Features", "type": "folder" }, "items": [ { "info": { "name": "List Features", "type": "http" }, "http": { "method": "GET", "url": "https://api.businesscentral.dynamics.com/admin/v2.28/companies(:company_id)/features", "params": [ { "name": "company_id", "value": "", "type": "path", "description": "The unique identifier of the company" } ] }, "docs": "Returns a list of features available in feature management." }, { "info": { "name": "Activate a Feature", "type": "http" }, "http": { "method": "POST", "url": "https://api.businesscentral.dynamics.com/admin/v2.28/companies(:company_id)/features(:feature_id)/Microsoft.NAV.activate", "params": [ { "name": "company_id", "value": "", "type": "path", "description": "The unique identifier of the company" }, { "name": "feature_id", "value": "500123", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Activates the specified feature." }, { "info": { "name": "Deactivate a Feature", "type": "http" }, "http": { "method": "POST", "url": "https://api.businesscentral.dynamics.com/admin/v2.28/companies(:company_id)/features(:feature_id)/Microsoft.NAV.deactivate", "params": [ { "name": "company_id", "value": "", "type": "path", "description": "The unique identifier of the company" }, { "name": "feature_id", "value": "500123", "type": "path" } ] }, "docs": "Deactivates the specified feature." } ] } ], "bundled": true }