The module has been designed to publish survey information. The Service URL of the module is given by the following link-
https://www.enterice.com/ICEAPI/api/ChatAdmin/PublishSurvey
•Request Type-
Post
•Allowed for-
Admin
•Json Formats-
1. Code snippet for Web Service Use-
PublishSurvey
{
“Token”:”sdfdsavcxdgdfFD”,
“OrgId”: 123,
“CampaignId”:52,
“SkillId”:256
}
2. Description for Request Parameters–
S.No | Name | Type | Description |
1 | Token | String | Authentication Token |
2 | OrgId | Int | Id of organization |
3 | CampaignId | Int | Id of campaign |
4 | SkillId | Int | Id of skill |
3. Response Example-
Success:
{ “Message”: ” Success”,
“Script”:”script”
}
Fail:
{ “message”: ” Failed” }