ICE Chat API

UpdateSurvey

This module is used to update the survey. The Service URL of the module is given by the following link-

https://www.enterice.com/ICEAPI/api/ChatAdmin/UpdateSurvey

Request Type-

Post

Allowed for-

Admin

•Json Formats-

 

1. Code snippet for Web Service Use-

UpdateSurvey

{

 “Token”:”sdfdsavcxdgdfFD”,

 “SurveyTypeId”: 12,

 “SurveyName”: PreChat,

 “SurveyHeading”: “Prechat”,

 “HeadScript”: “script”,

 “FormScript”: “script”,

 “SurveySubject”:”subject”,

 “IsActive”: true,

 “OrgId”: 59,

 “SkillId”: “123”,

 “IsDefault”: “True”,

 “DefaultPriority”: “1”,

 “IsEmailAcitve”:”false”,

 “Email”:””

}

2. Description for Request Parameters

S.No Name Type Description
1 Token String Authentication Token
2 SurveyTypeId Int Id of survey type

2-Exit Survey

3-Operator Survey

4-Offline Survey

11-Prechat Survey from customer website

12-Prechat dynamic survey

3 SurveyName String Name of survey
4 SurveyHeading String Heading of survey
5 HeadScript String Script for head
6 FormScript String Script for form
7 SurveySubject String Subject of survey
8 IsActive Bit Active or inactive
9 OrgId Int Id of organization
10 SkillId Int Id of skill
11 IsDefault Bit Is default or not
12 DefaultPriority Bit Priority of survey
13 IsEmailActive Bit Is Email required
14 Email String Email address

3. Response Example

Success:

{ “Message”: ” Success”,

“SurveyId”:”123″

}

Fail:

{ “message”: ” Failed” }

 

    ×

    Contact Us