createRequest

The createRequest web method will create a new software request and target a user / computer.

Parameters

The createRequest web method includes the following parameters:

createRequest Parameters

#

Parameter

Data Type

Description

1.  

iPackageID

Integer

App Portal catalog item ID.

2.  

strMachine

String

Machine that the catalog item will be deployed to.

3.  

strRequester

String

Unique user name of the person submitting the request.

4.  

strTargetUser

String

Unique user name of the person that is to receive the deployable catalog item.

5.  

bUseApproval

Boolean

A true/false flag indicating whether App Portal should submit this request as pending approval when applicable or not.

6.  

bSendEmail

Boolean

A true/false flag indicating whether App Portal should send a confirmation email as a result of this request submission.

7.  

strQuestions

String

Because this API endpoint does not support questions and answers, this should be hard-coded to the following input argument value:

New String() {}