< Back

Close-EasyVistaRequest

Sat Jan 18, 2020 9:36 am

NAME Close-EasyVistaRequest



SYNOPSIS

Closes an open request/incident.





SYNTAX

Close-EasyVistaRequest -RequestNumber <String[]> -Values <Hashtable> -Connection <Hashtable> [<CommonParameters>]





DESCRIPTION







PARAMETERS

-RequestNumber <String[]>

Identifies the request/incident that is to be closed.



Required? true

Position? named

Default value

Accept pipeline input? True (ByValue)

Accept wildcard characters? false



-Values <Hashtable>

Hashtable containing request closing parameters. Refer to Integration Module User Guide and

Kelverion.EasyVista.Configuration.XML for additional details.



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Connection <Hashtable>

Hashtable containing EasyVista connection information. This is typically obtained using a Connection Asset

data source or Get-AutomationConnection activity. Example:

@{

ServerUrl='<Your Server URL>';

Account='<Your Account Number>';

User='<User Name>';

Password='<User Password>';

UserDateFormat='mm/dd/yy';

SkipCertificateValidation=$false;

RequestTimeoutSeconds='100';

LicenseKey='<license key>'

}



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

System.String[]







OUTPUTS

System.String

Request number of the closed request/incident.







RELATED LINKS