Creates External Member in our system and returns member GUID and Primary Key
Endpoint URL
http://api.clearvoicesurveys.com/api/v2/member/createexternalmember
Parameters
| ExternalMemberId string |
| EmailAddress string |
| Title string |
| FirstName string |
| LastName string |
| MiddleName string |
| Gender string |
| DateOfBirth date |
| Address1 string |
| Address2 string |
| City string |
| StateAbbrv string |
| ZipCode string |
| Country string |
| IpAddress string |
| MobilePhone string |
| IsActive boolean |
| IsDoi boolean |
| DoiDate date |
| RegistrationQueryString string |
Example Request Data
{
"ExternalMemberId": "sample string 1",
"EmailAddress": "sample string 2",
"Title": "sample string 3",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"MiddleName": "sample string 6",
"Gender": "sample string 7",
"DateOfBirth": "2025-12-12T19:38:39.3358141-05:00",
"Address1": "sample string 8",
"Address2": "sample string 9",
"City": "sample string 10",
"StateAbbrv": "sample string 11",
"ZipCode": "sample string 12",
"Country": "sample string 13",
"IpAddress": "sample string 14",
"MobilePhone": "sample string 15",
"IsActive": true,
"IsDoi": true,
"DoiDate": "2025-12-12T19:38:39.3358141-05:00",
"RegistrationQueryString": "sample string 18"
}
Response Description
| MemberGuid string |
| ExternalMemberId string |
| MemberId integer |
Example Response
{
"MemberGuid": "sample string 1",
"ExternalMemberId": "sample string 2",
"MemberId": 3
}