Create subscription
BetaPath parameters
Your Entra Tenant ID. More details.
Your Business Central Environment. More details.
Your Business Central Company. More details.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Used for API versioning. More details.
Request
Unique identifier (UUID) of the application associated with the webhook subscription. Use only for webhooks included in custom applications (custom webhooks).
The clientState
property must be provided in the POST
requests bodies. clientState
is included in the body of a webhook notification and can be used as an opaque token; a shared secret, enabling the subscriber to verify notifications. The value can be any string up to 50 characters, we recommend using a unique value for each subscription (ideally as a UUID or a base64 encoded string etc.).
Response
An internal property (a version control mechanism used by OData to manage concurrency and track changes in resource entities).
Unique identifier (UUID) for a webhook subscription. Required for retrieving or deleting an existing webhook subscription through the API.
Unique identifier (UUID) of the application associated with the webhook subscription. Use only for webhooks included in custom applications (custom webhooks).
Unique identifier (UUID) representing the user who created or modified the webhook subscription.
The clientState
property must be provided in the POST
requests bodies. clientState
is included in the body of a webhook notification and can be used as an opaque token; a shared secret, enabling the subscriber to verify notifications. The value can be any string up to 50 characters, we recommend using a unique value for each subscription (ideally as a UUID or a base64 encoded string etc.).
Unique identifier (UUID) representing the user who created or modified the webhook subscription.
Unique identifier (UUID) representing the user who created or modified the webhook subscription.