RejectApplication
Reject this application.
Input
| Name | Type | Required | Description |
| Id | Int64 | True | Application ID. |
| RejectionReasonId | Int64 | False | The ID of the reason why this application was rejected. |
| Notes | String | False | Notes on why this application was rejected. |
| RejectionEmailSendAt | Timestamp | False | The rejection email will be delayed until this time. |
| RejectionEmailTemplateId | Int64 | False | The template to use for the rejection email. |
Result Set Columns
| Name | Type | Description |
| Success | Bool | Outputs true if the procedure succeeded. |