GET api/main/Search?txt={txt}&page={page}&limit={limit}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| txt | string |
Required |
|
| page | integer |
Required |
|
| limit | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Products| Name | Description | Type | Additional information |
|---|---|---|---|
| Product | Collection of Listproduct |
None. |
|
| Rengs | Reng |
None. |
Response Formats
application/json, text/json
Sample:
{
"Product": [
{
"KCode": "sample string 1",
"GroupId": 2,
"KName": "sample string 3",
"KNamelatin": "sample string 4",
"Vazeat": "sample string 5",
"KPrc1": 6.0,
"KPrc2": 7.0,
"Colors": [
{
"Id": 1,
"Colorcode": "sample string 2",
"Colorname": "sample string 3"
},
{
"Id": 1,
"Colorcode": "sample string 2",
"Colorname": "sample string 3"
}
],
"Pic": "sample string 8"
},
{
"KCode": "sample string 1",
"GroupId": 2,
"KName": "sample string 3",
"KNamelatin": "sample string 4",
"Vazeat": "sample string 5",
"KPrc1": 6.0,
"KPrc2": 7.0,
"Colors": [
{
"Id": 1,
"Colorcode": "sample string 2",
"Colorname": "sample string 3"
},
{
"Id": 1,
"Colorcode": "sample string 2",
"Colorname": "sample string 3"
}
],
"Pic": "sample string 8"
}
],
"Rengs": {
"Max": 1.0,
"Min": 2.0
}
}
application/xml, text/xml
Sample:
<maincls.Products xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/mobinstore_api.Models">
<Product>
<maincls.Listproduct>
<Colors>
<maincls.Colors>
<Colorcode>sample string 2</Colorcode>
<Colorname>sample string 3</Colorname>
<Id>1</Id>
</maincls.Colors>
<maincls.Colors>
<Colorcode>sample string 2</Colorcode>
<Colorname>sample string 3</Colorname>
<Id>1</Id>
</maincls.Colors>
</Colors>
<GroupId>2</GroupId>
<KCode>sample string 1</KCode>
<KName>sample string 3</KName>
<KNamelatin>sample string 4</KNamelatin>
<KPrc1>6</KPrc1>
<KPrc2>7</KPrc2>
<Pic>sample string 8</Pic>
<Vazeat>sample string 5</Vazeat>
</maincls.Listproduct>
<maincls.Listproduct>
<Colors>
<maincls.Colors>
<Colorcode>sample string 2</Colorcode>
<Colorname>sample string 3</Colorname>
<Id>1</Id>
</maincls.Colors>
<maincls.Colors>
<Colorcode>sample string 2</Colorcode>
<Colorname>sample string 3</Colorname>
<Id>1</Id>
</maincls.Colors>
</Colors>
<GroupId>2</GroupId>
<KCode>sample string 1</KCode>
<KName>sample string 3</KName>
<KNamelatin>sample string 4</KNamelatin>
<KPrc1>6</KPrc1>
<KPrc2>7</KPrc2>
<Pic>sample string 8</Pic>
<Vazeat>sample string 5</Vazeat>
</maincls.Listproduct>
</Product>
<Rengs>
<Max>1</Max>
<Min>2</Min>
</Rengs>
</maincls.Products>