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 Description Values
request task to perform

1: Deploy (default)

-1: Un-deploy

includeGlobal include global data or not in the task

true (default)

false

globalOnly only deploy or un-deploy global data

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