Returns a member object containing the member information
Request Information
Headers
Name | Description | Type | Additional information |
---|---|---|---|
Authentication |
Authentication token |
string |
Required |
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
accountid |
Your account id |
globally unique identifier |
Required |
memberid |
Member id |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Member
Name | Description | Type | Additional information |
---|---|---|---|
Data | ApiLPMember |
None. |
|
Success | boolean |
None. |
|
Messages | Collection of ErrorMessage |
None. |
Response Formats
application/json
Sample:
{ "Data": { "Id": "30F0B01C-8B37-4D64-86BC-C2C88F9CA276", "FirstName": "First name", "LastName": "Last name", "Phone": "972 999 9999", "Email": "someemail@gmail.com", "Birthday": "2014-04-01T12:13:19.903", "BirthdayYear": 2014, "Gender": "M", "Notes": "Any notes", "ExternalAccountId": "Any external account id if exist", "StatusCode": "A", "PointBalance": 55, "StatusDescription": "Active" }, "Success": true, "Messages": [] }