POST api/{apiVersion}/Customer/GetCustomerIdByMobilePhone
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
CustomerIdByMobilePhoneRequestName | Description | Type | Additional information |
---|---|---|---|
Phone | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Phone": "sample string 1" }
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "cf4667cb-06b6-4d79-8539-10b21ae20741", "IsShowMessage": true, "IsShowRateAndReview": true }