GET api/Helper/GET_BY_MOBILE_NUMBER
Request Information
URI Parameters
None.
Body Parameters
ZCustomerGetByMobileNumberRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| MobileNumber | string |
None. |
|
| ShopID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"MobileNumber": "sample string 1",
"ShopID": 2
}
application/xml, text/xml
Sample:
<ZCustomerGetByMobileNumberRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMS.Entity"> <MobileNumber>sample string 1</MobileNumber> <ShopID>2</ShopID> </ZCustomerGetByMobileNumberRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ZCustomerGetByMobileNumberResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| FullName | string |
None. |
|
| MobileNumber | string |
None. |
|
| Channel | string |
None. |
|
| Province | ZProvinceModel |
None. |
|
| District | ZDistrictModel |
None. |
|
| Ward | ZWardModel |
None. |
|
| Address | string |
None. |
|
| string |
None. |
||
| BlackList | string |
None. |
|
| SuccessOrder | integer |
None. |
|
| TotalOrder | integer |
None. |
|
| Group | ZCustomerGroupModel |
None. |
|
| TypeShop | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"FullName": "sample string 2",
"MobileNumber": "sample string 3",
"Channel": "sample string 4",
"Province": {
"Title": "sample string 1",
"ID": 2,
"Name": "sample string 3"
},
"District": {
"Title": "sample string 1",
"ID": 2,
"Name": "sample string 3"
},
"Ward": {
"Title": "sample string 1",
"ID": 2,
"Name": "sample string 3"
},
"Address": "sample string 5",
"Email": "sample string 6",
"BlackList": "sample string 7",
"SuccessOrder": 8,
"TotalOrder": 9,
"Group": {
"ID": 1,
"Code": "sample string 2",
"Name": "sample string 3"
},
"TypeShop": 10
}
application/xml, text/xml
Sample:
<ZCustomerGetByMobileNumberResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMS.Entity">
<Address>sample string 5</Address>
<BlackList>sample string 7</BlackList>
<Channel>sample string 4</Channel>
<District>
<ID>2</ID>
<Name>sample string 3</Name>
<Title>sample string 1</Title>
</District>
<Email>sample string 6</Email>
<FullName>sample string 2</FullName>
<Group>
<Code>sample string 2</Code>
<ID>1</ID>
<Name>sample string 3</Name>
</Group>
<ID>1</ID>
<MobileNumber>sample string 3</MobileNumber>
<Province>
<ID>2</ID>
<Name>sample string 3</Name>
<Title>sample string 1</Title>
</Province>
<SuccessOrder>8</SuccessOrder>
<TotalOrder>9</TotalOrder>
<TypeShop>10</TypeShop>
<Ward>
<ID>2</ID>
<Name>sample string 3</Name>
<Title>sample string 1</Title>
</Ward>
</ZCustomerGetByMobileNumberResponse>