POST api/v1/SerchInProducts
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
data | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "OrderByPrice": 1, "lang_id": 2, "c": 3, "OrderByDatein": 4, "OrderByCategory": 5, "ByMinPrice": 6.1, "ByMaxPrice": 7.1, "ByName": "sample string 8", "Bybarcode": "sample string 9", "page_number": 10, "isoffer": 11, "pro_type": 12, "page_count_row": 13 }
text/xml
Sample:
<Par_Serach xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/creative_api"> <ByMaxPrice>7.1</ByMaxPrice> <ByMinPrice>6.1</ByMinPrice> <ByName>sample string 8</ByName> <Bybarcode>sample string 9</Bybarcode> <OrderByCategory>5</OrderByCategory> <OrderByDatein>4</OrderByDatein> <OrderByPrice>1</OrderByPrice> <c>3</c> <isoffer>11</isoffer> <lang_id>2</lang_id> <page_count_row>13</page_count_row> <page_number>10</page_number> <pro_type>12</pro_type> </Par_Serach>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{ "data": null, "rowcount": 1, "status": true, "msg_error": "sample string 3" }
text/xml
Sample:
<outdata xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/creative_api"> <data i:nil="true" /> <msg_error>sample string 3</msg_error> <rowcount>1</rowcount> <status>true</status> </outdata>