POST api/Fillter/PostFillterSymtoms
Request Information
URI Parameters
None.
Body Parameters
FilterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IsEmergecyAvailable | boolean |
None. |
|
| consultationViaAudio | boolean |
None. |
|
| consultationViaVideo | boolean |
None. |
|
| ChargesValueMin | integer |
None. |
|
| IsNumber | boolean |
None. |
|
| value | string |
None. |
|
| ChargesValueMax | integer |
None. |
|
| Country | string |
None. |
|
| State | string |
None. |
|
| City | string |
None. |
|
| Zone | string |
None. |
|
| Symtoms1 | integer |
None. |
|
| Symtoms2 | integer |
None. |
|
| Symtoms3 | integer |
None. |
|
| Rating | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IsEmergecyAvailable": true,
"consultationViaAudio": true,
"consultationViaVideo": true,
"ChargesValueMin": 4,
"IsNumber": true,
"value": "sample string 6",
"ChargesValueMax": 7,
"Country": "sample string 8",
"State": "sample string 9",
"City": "sample string 10",
"Zone": "sample string 11",
"Symtoms1": 12,
"Symtoms2": 13,
"Symtoms3": 14,
"Rating": 15
}
application/xml, text/xml
Sample:
<FilterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TeliLibraries.Model.CommonClasses"> <ChargesValueMax>7</ChargesValueMax> <ChargesValueMin>4</ChargesValueMin> <City>sample string 10</City> <Country>sample string 8</Country> <IsEmergecyAvailable>true</IsEmergecyAvailable> <IsNumber>true</IsNumber> <Rating>15</Rating> <State>sample string 9</State> <Symtoms1>12</Symtoms1> <Symtoms2>13</Symtoms2> <Symtoms3>14</Symtoms3> <Zone>sample string 11</Zone> <consultationViaAudio>true</consultationViaAudio> <consultationViaVideo>true</consultationViaVideo> <value>sample string 6</value> </FilterModel>
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. |