Allows for a members Answers to a Demographic to be saved. All previous answers for a member for the supplied demographics will be deleted before the new Answers are saved.
Endpoint URL
http://api.clearvoicesurveys.com/api/v1/member/savedemographicanswers
Parameters
MemberGuid globally unique identifier |
ExternalMemberId string |
DemographicAnswers Collection of SaveMemberDemographicAnswer |
Example Request Data
{ "MemberGuid": "ffe71861-58f4-4b38-91d9-d420184eed0f", "ExternalMemberId": "sample string 2", "DemographicAnswers": [ { "DemographicGuid": "f6669223-31e6-453e-8d29-ecef5817dac5", "AnswerGuid": "5559c1b5-3f31-4a38-9df5-1d0620460df1", "GroupNumber": 64, "AnswerText": "sample string 5" }, { "DemographicGuid": "f6669223-31e6-453e-8d29-ecef5817dac5", "AnswerGuid": "5559c1b5-3f31-4a38-9df5-1d0620460df1", "GroupNumber": 64, "AnswerText": "sample string 5" } ] }
Response Description
HTTP Status Code 204 will be returned when the operation completes successfully.