This module is used for active or inactive survey. The Service URL of the module is given by the following link-
https://www.enterice.com/ICEAPI/api/ChatAdmin/ActiveInactiveSurvey
•Request Type-
Post
•Allowed for-
Admin
•Json Formats-
1. Code snippet for Web Service Use–
ActiveInactiveSurvey
{
“Token”:”sdfdsavcxdgdfFD”,
“SurveyId”: 123,
“IsActive::true
}
2. Description for Request Parameters-
S.No | Name | Type | Description |
1 | Token | String | Authentication Token |
2 | SurveyId | Int | Id of survey |
3 | IsActive | Bit | Is active or inactive |
3. Response Example–
Success:
{ “Message”: ” Success” }
Fail:
{ “message”: ” The request is invalid.” }