GET api/Order/GetCustomerByTel?tel={tel}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
tel

string

Required

Body Parameters

None.

Response Information

Resource Description

GraphAPIResultOfCustomer
NameDescriptionTypeAdditional information
Data

Customer

None.

Success

boolean

None.

ErrorMessage

string

None.

ErrorType

GraphAPIErrorType

None.

Total

integer

None.

Response Formats

application/json, text/json, text/html

Sample:
{
  "Success": true,
  "ErrorMessage": "sample string 2",
  "ErrorType": 0,
  "Total": 3
}

application/xml, text/xml

Sample:
<GraphAPIResultOfCustomer34ouyJuR xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MISA.QLNH.BE.BO">
  <ActionType>Login</ActionType>
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/MISA.QLNH.BOBase" i:nil="true" />
  <ErrorMessage>sample string 2</ErrorMessage>
  <ErrorType>None</ErrorType>
  <Success>true</Success>
  <Total>3</Total>
</GraphAPIResultOfCustomer34ouyJuR>