POST api/{apiVersion}/Customer/GetCustomerIdByMobilePhone

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiVersion

string

None.

Body Parameters

CustomerIdByMobilePhoneRequest
NameDescriptionTypeAdditional 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

ServiceResponseOfGuid
NameDescriptionTypeAdditional 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
}