GET api/Customer/GetCustomerIdByEMail?email={email}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
string |
Required |
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": "9f2569f4-da05-4187-bc14-ab878fd45c8e", "IsShowMessage": true, "IsShowRateAndReview": true }