POST api/Requirment_Search
Request Information
URI Parameters
None.
Body Parameters
SearchModel| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| prop_type | string |
None. |
|
| type | string |
None. |
|
| prop_type2 | string |
None. |
|
| proptypeid | string |
None. |
|
| lan | decimal number |
None. |
|
| lon | decimal number |
None. |
|
| locationid | string |
None. |
|
| amount1 | decimal number |
None. |
|
| amount2 | decimal number |
None. |
|
| furnish | string |
None. |
|
| project_name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"prop_type": "sample string 2",
"type": "sample string 3",
"prop_type2": "sample string 4",
"proptypeid": "sample string 5",
"lan": 1.0,
"lon": 1.0,
"locationid": "sample string 6",
"amount1": 1.0,
"amount2": 1.0,
"furnish": "sample string 7",
"project_name": "sample string 8"
}
application/xml, text/xml
Sample:
<SearchModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MatchdealWEBAPI.Models"> <amount1>1</amount1> <amount2>1</amount2> <furnish>sample string 7</furnish> <id>1</id> <lan>1</lan> <locationid>sample string 6</locationid> <lon>1</lon> <project_name>sample string 8</project_name> <prop_type>sample string 2</prop_type> <prop_type2>sample string 4</prop_type2> <proptypeid>sample string 5</proptypeid> <type>sample string 3</type> </SearchModel>
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. |