POST api/DeleteRequirmentCustomer
Request Information
URI Parameters
None.
Body Parameters
PostProp| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| userid | integer |
None. |
|
| msg_text | string |
None. |
|
| type | string |
None. |
|
| deposite | string |
None. |
|
| rent | string |
None. |
|
| locationid | integer |
None. |
|
| location | string |
None. |
|
| propertyid | integer |
None. |
|
| property_type | string |
None. |
|
| property_type2 | string |
None. |
|
| project_name | string |
None. |
|
| sell_amount | string |
None. |
|
| furnish | string |
None. |
|
| sqr_feet | string |
None. |
|
| clientname | string |
None. |
|
| mobile | string |
None. |
|
| lan | decimal number |
None. |
|
| lon | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"userid": 2,
"msg_text": "sample string 3",
"type": "sample string 4",
"deposite": "sample string 5",
"rent": "sample string 6",
"locationid": 1,
"location": "sample string 7",
"propertyid": 8,
"property_type": "sample string 9",
"property_type2": "sample string 10",
"project_name": "sample string 11",
"sell_amount": "sample string 12",
"furnish": "sample string 13",
"sqr_feet": "sample string 14",
"clientname": "sample string 15",
"mobile": "sample string 16",
"lan": 17.1,
"lon": 18.1
}
application/xml, text/xml
Sample:
<PostProp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MatchdealWEBAPI.Models"> <clientname>sample string 15</clientname> <deposite>sample string 5</deposite> <furnish>sample string 13</furnish> <id>1</id> <lan>17.1</lan> <location>sample string 7</location> <locationid>1</locationid> <lon>18.1</lon> <mobile>sample string 16</mobile> <msg_text>sample string 3</msg_text> <project_name>sample string 11</project_name> <property_type>sample string 9</property_type> <property_type2>sample string 10</property_type2> <propertyid>8</propertyid> <rent>sample string 6</rent> <sell_amount>sample string 12</sell_amount> <sqr_feet>sample string 14</sqr_feet> <type>sample string 4</type> <userid>2</userid> </PostProp>
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. |