AddServiceContainerModuleAsync

Adds a new service container module to a folder. Returns (Task)

Create new Service Container Module in the designated Folder.

Name Description
folder The folder to add the service container module to
item The service container module information to add

Add Service Container Module Async

Example in C#

// Returns: ServiceContainerModuleInfo
var serviceContainerModuleInfo = await client.AddServiceContainerModuleAsync(FolderInfo folder, ServiceContainerModuleInfo item);

Example in CURL



           curl -X POST \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/servicecontainermodules \
               -H 'Authorization: Bearer TOKEN_GOES_HERE' \
               -H 'Content-Type: application/json' \
               -d '{
                       "$type":"Feenics.Keep.WebApi.Model.ServiceContainerModuleInfo, Feenics.Keep.WebApi.Model",
                       "ProductName":null,
                       "VersionString":null,
                       "EntryPointDll":null,
                       "EntryPointName":null,
                       "Key":null,
                       "CommonName":"ServiceContainerModuleInfoFor_cUrl",
                       "InFolderHref":null,
                       "InFolderKey":null,
                       "Links":[],
                       "ObjectLinks":null,
                       "Metadata":null,
                       "Notes":null,
                       "Tags":null,
                       "Monikers":null,
                       "Href":null
                   }'