Skip to main content

BulkCancelRequestDTO

Properties

NameTypeDescriptionNotes
ApprovalIds[]StringArray of Approval IDs to be bulk cancelled[optional]
CommentStringOptional comment to include with the bulk cancellation request[optional]

Examples

  • Prepare the resource
$BulkCancelRequestDTO = Initialize-V2025BulkCancelRequestDTO  -ApprovalIds [38453251-6be2-5f8f-df93-5ce19e295837, 38453251-6be2-5f8f-df93-5ce19e295838] `
-Comment Bulk cancellation by admin
  • Convert the resource to JSON
$BulkCancelRequestDTO | ConvertTo-JSON

[Back to top]