post https://sandbox.elationemr.com/api/2.0/app/subscriptions/
You can only subscribe to the same resource and the same target once. A status 409
will be returned if you attempt to send duplicate subscription.
Properties
Currently the only supported property is for the bills resource; it will allow you to suppress the billing workflow (changing the status of the bill to Error/Push based on the success or failure of the webhook delivery). It can be set as follows (the default value is False):
{
"properties":
{
"resource_properties":
{
"skip_billing_workflow": True
}
}
}