Get-DSPamCheckout
Synopsis
Syntax
GetByID
Get-DSPamCheckout -CheckoutID <guid> [-AsLegacyResponse] [<CommonParameters>]EntryID
Get-DSPamCheckout -AccountID <guid> [-AsLegacyResponse] [<CommonParameters>]Active
Get-DSPamCheckout -ActiveAndPending [-AsLegacyResponse] [<CommonParameters>]Description
Examples
Example 1
PS C:\> $checkoutResponse = Get-DSPamCheckout -ActiveAndPending;
$pending = $checkoutResponse | Where Status -eq "Pending";
Invoke-DSPamCheckoutPending -Checkout $pending[0] -Approve -ApproverMessage "Accepted"Example 2
Parameters
-AccountID
-ActiveAndPending
-AsLegacyResponse
-CheckoutID
CommonParameters
Notes
Last updated
Was this helpful?