BulkRejectRequestDTO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ApprovalIds | []String | Array of Approval IDs to be bulk rejected | [optional] |
| Comment | String | Optional comment to include with the bulk reject request | [optional] |
Examples
- Prepare the resource
$BulkRejectRequestDTO = Initialize-V2025BulkRejectRequestDTO -ApprovalIds [38453251-6be2-5f8f-df93-5ce19e295837, 38453251-6be2-5f8f-df93-5ce19e295838] `
-Comment Bulk reject by admin
- Convert the resource to JSON
$BulkRejectRequestDTO | ConvertTo-JSON