POST Member/PublicIsExist
Check the availability of the email or phone number.
Request Information
URI Parameters
None.
Body Parameters
PublicCheckMemberName | Description | Type | Additional information |
---|---|---|---|
ClientID | string |
None. |
|
PhoneOREmail | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ClientID": "sample string 1", "PhoneOREmail": "sample string 2" }
Response Information
Resource Description
ResultModelOfBooleanName | Description | Type | Additional information |
---|---|---|---|
StatusCode | string |
None. |
|
StatusMessage | string |
None. |
|
Value | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "StatusCode": "sample string 1", "StatusMessage": "sample string 2", "Value": true }