Other APIs
This section contains APIs that you can use to perform some other operations.
Information on other APIs can be found here:
Notification settings list
This API is used to get all notification recipients that were assigned to the tenant.
It has the following parameters:
- Method:
GET
- URL:
https://api.businesscentral.dynamics.com/admin/v2.11/settings/notification/recipients
Creating a notification recipient
This API is used to add a notification recipient to the tenant.
It has the following parameters:
- Headers:
Content-Type:
application/json
- Method:
PUT
- URL:
https://api.businesscentral.dynamics.com/admin/v2.11/settings/notification/recipients
- Body parameters, as described in the following table:
This is a sample of a notification recipient creation:
...