requisition_canceled
Triggered when a requisition is canceled
Sample Payload
{
"eventType": "requisition_canceled",
"eventDetails: "cancelation reason",
"requisitionIdentifier: "req-001",
"providerAccountName: "Provider Account Name",
"providerAccountNumber: "99952255",
"physicianNPI: "0000000000"
}
Payload description
| Key | Type | Description |
| eventType | string | The action performed |
| eventDetails | string | Details related to the action performed |
| requisitionIdentifier | string | Requisition identifier |
| providerAccountName | string | Provider account name |
| providerAccountNumber | string | Provider account number |
| physicianNPI | string | The physician NPI identifier |