API - Interactive Channel Depolyment

Description
This API is used to deploy interactive channel.
Deploy/Un-deploy
POST /Campaign/api/interact/rest/v2/deployments
Parameters
Parameters Values
request

1: Deploy (default)

-1: Un-deploy

includeGlobal

true (default)

false

globalOnly

true

false (default)

Body Parameter – Content-Type: application/json
{
  "icIdOrName": "string",
  "rtPassword": "string",
  "rtUsername": "string",
  "serverGroup": "string",
  "serverGroupType": 0
}
Output
Table 1. Response Codes
Success 200 Ok
Error 400 Bad Request
Server Error 500 Internal Server Error