AddIntuneApp
You can use the AddIntuneApp web method to add a Intune application to a catalog item.
Parameters
The AddIntuneApp web method includes the following parameters:
# |
Parameters |
Data Type |
Description |
||||||||||||
|
catalogItemID |
Integer |
ID of the catalog item. |
||||||||||||
|
intuneAppType |
String |
Type of Application. The following values are supported:
|
||||||||||||
|
applicationId |
String |
The application ID of Intune app. |
||||||||||||
|
createUninstall |
Boolean |
Enter True if catalog item is to trigger an uninstall; otherwise, enter False. |
Return Value
Returns one of the following values:
• | Returns TRUE for success. |
• | Returns FALSE for failure. |