> For the complete documentation index, see [llms.txt](https://docs.evitalrx.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.evitalrx.in/api-for-fulfillment-portal/webhooks/digitization-rejected.md).

# Digitization Rejected

This Webhook is triggered when the Digitization/Prescription Order is rejected.

```json
{
    "transaction_nature": "digitization_rejected",
    "draft_order_id": "pvhaGeYVjFx7NzHzxb2J9Q==",
    "reject_slug": "patient_test_order",
    "reject_reason": "Patient placed testing order.",
    "partner_order_id": "00011223"
}
```
