Endpoint for saving member explanations for failed third party validations, saying that the data has changed recently or not and allowing for Admin review of the given answers.
Endpoint URL
http://api.clearvoicesurveys.com/api/v2/member/savememberfailedvalidationexplanations
Parameters
MemberGuid string |
Address AddressExplanationRequest |
DemographicExplanations Collection of DemographicVerificationRequest |
AdditionalNotes string |
Example Request Data
{ "MemberGuid": "sample string 1", "Address": { "Address1": "sample string 1", "Address2": "sample string 2", "City": "sample string 3", "StateId": 4, "StateAbbrv": "sample string 5", "ZipCode": "sample string 6", "RecentlyMoved": true, "DateMoved": "2025-09-18T16:33:35.8064954-04:00" }, "DemographicExplanations": [ { "DemographicGuid": "sample string 1", "RecentlyChanged": true, "DateChanged": "2025-09-18T16:33:35.8064954-04:00" }, { "DemographicGuid": "sample string 1", "RecentlyChanged": true, "DateChanged": "2025-09-18T16:33:35.8064954-04:00" } ], "AdditionalNotes": "sample string 2" }