POST api/property/send-enquiry
Request Information
URI Parameters
None.
Body Parameters
PropertyEnquiryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PropertyID | integer |
None. |
|
| MemberID | string |
None. |
|
| Name | string |
None. |
|
| Mobile | string |
None. |
|
| Message | string |
None. |
|
| ClientIP | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PropertyID": 1,
"MemberID": "sample string 2",
"Name": "sample string 3",
"Mobile": "sample string 4",
"Message": "sample string 5",
"ClientIP": "sample string 6"
}
application/xml, text/xml
Sample:
<PropertyEnquiryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RentoAPI_New.Controllers.APIs"> <ClientIP>sample string 6</ClientIP> <MemberID>sample string 2</MemberID> <Message>sample string 5</Message> <Mobile>sample string 4</Mobile> <Name>sample string 3</Name> <PropertyID>1</PropertyID> </PropertyEnquiryModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/javascript, application/javascript, application/json-p
Sample:
Sample not available.