POST api/TenantEnquiry/Add
Request Information
URI Parameters
None.
Body Parameters
TenantEnquiryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Firs_Name | string |
Required |
|
| Last_Nme | string |
Required |
|
| string |
Required |
||
| Mobile | string |
Required |
|
| Address | string |
Required |
|
| PropertyId | integer |
None. |
|
| TenantId | integer |
None. |
|
| Title | string |
None. |
|
| PropertyImg | string |
None. |
|
| Message | string |
None. |
|
| Status | boolean |
None. |
|
| EnqStatus | string |
None. |
|
| IsActive | boolean |
Required |
|
| CreatedBy | string |
Required |
|
| CreatedDate | date |
Required |
|
| UpdatedBy | string |
None. |
|
| UpdatedDate | date |
None. |
|
| LatNLongCoordinates | string |
None. |
|
| IpAddress | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Firs_Name": "sample string 2",
"Last_Nme": "sample string 3",
"Email": "sample string 4",
"Mobile": "sample string 5",
"Address": "sample string 6",
"PropertyId": 7,
"TenantId": 8,
"Title": "sample string 9",
"PropertyImg": "sample string 10",
"Message": "sample string 11",
"Status": true,
"EnqStatus": "sample string 13",
"IsActive": true,
"CreatedBy": "sample string 15",
"CreatedDate": "2025-12-11T04:31:11.6003308+05:30",
"UpdatedBy": "sample string 17",
"UpdatedDate": "2025-12-11T04:31:11.6003308+05:30",
"LatNLongCoordinates": "sample string 19",
"IpAddress": "sample string 20"
}
application/xml, text/xml
Sample:
<TenantEnquiryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PropertyRMS.Model"> <Address>sample string 6</Address> <CreatedBy>sample string 15</CreatedBy> <CreatedDate>2025-12-11T04:31:11.6003308+05:30</CreatedDate> <Email>sample string 4</Email> <EnqStatus>sample string 13</EnqStatus> <Firs_Name>sample string 2</Firs_Name> <Id>1</Id> <IpAddress>sample string 20</IpAddress> <IsActive>true</IsActive> <Last_Nme>sample string 3</Last_Nme> <LatNLongCoordinates>sample string 19</LatNLongCoordinates> <Message>sample string 11</Message> <Mobile>sample string 5</Mobile> <PropertyId>7</PropertyId> <PropertyImg>sample string 10</PropertyImg> <Status>true</Status> <TenantId>8</TenantId> <Title>sample string 9</Title> <UpdatedBy>sample string 17</UpdatedBy> <UpdatedDate>2025-12-11T04:31:11.6003308+05:30</UpdatedDate> </TenantEnquiryModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.