Skip to main content

BulkRejectRequestDTO

Properties

NameTypeDescriptionNotes
ApprovalIds[]StringArray of Approval IDs to be bulk rejected[optional]
CommentStringOptional 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

[Back to top]