GET Customer?Phone={Phone}&Province={Province}&Count={Count}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Phone | string |
Required |
|
| Province | string |
Required |
|
| Count | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Respone_Customer| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
None. |
|
| Message | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": "sample string 1",
"Message": {}
}
text/html
Sample:
{"Code":"sample string 1","Message":{}}
application/xml, text/xml
Sample:
<Respone_Customer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api.Tracking.Models.DataModel"> <Code>sample string 1</Code> <Message /> </Respone_Customer>