GET api/Order?tel={tel}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
tel

string

Required

Body Parameters

None.

Response Information

Resource Description

Order
NameDescriptionTypeAdditional information
order_id

integer

None.

order_name

string

None.

Response Formats

application/json, text/json

Sample:
{
  "order_id": 1,
  "order_name": "sample string 2"
}

application/xml, text/xml

Sample:
<Order xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LeCms.ApiHelper.Models">
  <order_id>1</order_id>
  <order_name>sample string 2</order_name>
</Order>