Until now we had partial response just for web-survey, now we have started using it in In-App channel as well, Brand would like to know from which channel partial response is being collected from. So we have made change in the partial survey API by adding a parameter to pass surveyclient.
Use SurveyClient as Below while Partial submission and complete submission
For Android : InApp-Droid
For iOS: InApp-iOS
POST /api/PartialSurvey/{id}/{complete}/{surveyclient}/{tabletId}
/// <param name="complete">false for all responses except true if submit/last question(will discard partial response when true)</param>
/// <param name="surveyclient">Survey Client(ex: JS-Web)</param>
/// <param name="tabletId">Optional Tablet Id</param>
Until now we had partial response just for web-survey, now we have started using it in In-App channel as well, Brand would like to know from which channel partial response is being collected from. So we have made change in the partial survey API by adding a parameter to pass surveyclient.
Use SurveyClient as Below while Partial submission and complete submission
For Android : InApp-Droid
For iOS: InApp-iOS