AddEngageIpGatewayAsync

Returns ()

Create new Engage Ip Gateway in the designated Folder.

Name Description
folder
item

Add Engage Ip Gateway Async

Example in C#

// Returns: EngageIpGatewayInfo
var engageIpGatewayInfo = await client.AddEngageIpGatewayAsync(FolderInfo folder, EngageIpGatewayInfo item);

Example in CURL



           curl -X POST \
               https://keepapi.feenicshosting.com/api/f/INSTANCE.KEY/engageipgateways \
               -H 'Authorization: Bearer TOKEN_GOES_HERE' \
               -H 'cache-control: no-cache' \
               -d '{
               	"$type":"Feenics.Keep.WebApi.Model.EngageIpGatewayInfo, Feenics.Keep.WebApi.Model",
               	"HostName":null,
               	"Status":null,
               	"LastPing":null,
               	"DeviceType":null,
               	"SerialNumberShort":"666",
               	"SerialNumberLong":"666",
               	"DeviceReference":null,
               	"Timestamp":null,
               	"Timezone":null,
               	"LastUpdatedOn":null,
               	"Version":null,
               	"Key":null,
               	"CommonName":"EngageReader_for_cURL",
               	"InFolderHref":null,
               	"InFolderKey":null,
               	"Links":[],
               	"ObjectLinks":null,
               	"Metadata":null,
               	"Notes":null,
               	"Tags":null,
               	"Monikers":null,
               	"Href":null
               }'