GET api/{apiVersion}/Customer/GetCustomerIdByEMail?email={email}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
string |
Required |
||
apiVersion | string |
None. |
Body Parameters
None.
Response Information
Resource Description
ServiceResponseOfGuidName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | globally unique identifier |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": "b5e128f7-19b6-4eb9-a47a-7a4c3244d1b3", "IsShowMessage": true, "IsShowRateAndReview": true }