AddServiceContainerModuleAsync

Returns (Task)

Create new Service Container Module in the designated Folder.

Name Description
folder
item

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://keepapi.feenicshosting.com/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
                   }'