POST api/Values/Get_EntitiesFromFilter
Request Information
URI Parameters
None.
Body Parameters
PropertyPost| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientID | integer |
None. |
|
| CategoryID | integer |
None. |
|
| Result | string |
None. |
|
| CityID | integer |
None. |
|
| AreaID | integer |
None. |
|
| AgeFrom | integer |
None. |
|
| AgeTo | integer |
None. |
|
| Discount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClientID": 1,
"CategoryID": 2,
"Result": "sample string 3",
"CityID": 4,
"AreaID": 5,
"AgeFrom": 6,
"AgeTo": 7,
"Discount": 8
}
text/html
Sample:
{"ClientID":1,"CategoryID":2,"Result":"sample string 3","CityID":4,"AreaID":5,"AgeFrom":6,"AgeTo":7,"Discount":8}
application/xml, text/xml
Sample:
<PropertyPost xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <AgeFrom>6</AgeFrom> <AgeTo>7</AgeTo> <AreaID>5</AreaID> <CategoryID>2</CategoryID> <CityID>4</CityID> <ClientID>1</ClientID> <Discount>8</Discount> <Result>sample string 3</Result> </PropertyPost>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |