POST api/Properties/SavePropertyDetail
Request Information
URI Parameters
None.
Body Parameters
PropertyViewModelDetaill| Name | Description | Type | Additional information |
|---|---|---|---|
| ROWID | globally unique identifier |
None. |
|
| Property_Detail_ID | integer |
None. |
|
| Location_ID | integer |
None. |
|
| Property_Type_ID | integer |
None. |
|
| UserID | integer |
None. |
|
| Style_ID | integer |
None. |
|
| Agent_ID | integer |
None. |
|
| Property_Pin_Number | string |
None. |
|
| Property_Name | string |
None. |
|
| Property_Building_Floor | string |
None. |
|
| Property_Building_Living_Floor | string |
None. |
|
| Property_House_Floor | string |
None. |
|
| Property_Area | string |
None. |
|
| Owner_Name | string |
None. |
|
| Owner_Address1 | string |
None. |
|
| Owner_Address2 | string |
None. |
|
| PhoneCell | string |
None. |
|
| PhoneOffice | string |
None. |
|
| PhoneHome | string |
None. |
|
| Leased_Owned_Mortgage | string |
None. |
|
| Property_Condition | string |
None. |
|
| Property_House_Stories | string |
None. |
|
| Beds | string |
None. |
|
| Baths | string |
None. |
|
| Living | string |
None. |
|
| Kitchen | string |
None. |
|
| Year_Built | string |
None. |
|
| Year_Renovated | string |
None. |
|
| Sq_Ft | string |
None. |
|
| Lot_Size | string |
None. |
|
| IsActive | boolean |
None. |
|
| IsDeleted | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | globally unique identifier |
None. |
|
| UpdatedDate | date |
None. |
|
| UpdatedBy | globally unique identifier |
None. |
|
| ApproveDate | date |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| CurrentStatus | integer |
None. |
|
| Notes | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ROWID": "2bc2718b-f18f-4b06-a2d6-5fa2bc32c886",
"Property_Detail_ID": 1,
"Location_ID": 1,
"Property_Type_ID": 1,
"UserID": 1,
"Style_ID": 1,
"Agent_ID": 1,
"Property_Pin_Number": "sample string 2",
"Property_Name": "sample string 3",
"Property_Building_Floor": "sample string 4",
"Property_Building_Living_Floor": "sample string 5",
"Property_House_Floor": "sample string 6",
"Property_Area": "sample string 7",
"Owner_Name": "sample string 8",
"Owner_Address1": "sample string 9",
"Owner_Address2": "sample string 10",
"PhoneCell": "sample string 11",
"PhoneOffice": "sample string 12",
"PhoneHome": "sample string 13",
"Leased_Owned_Mortgage": "sample string 14",
"Property_Condition": "sample string 15",
"Property_House_Stories": "sample string 16",
"Beds": "sample string 17",
"Baths": "sample string 18",
"Living": "sample string 19",
"Kitchen": "sample string 20",
"Year_Built": "sample string 21",
"Year_Renovated": "sample string 22",
"Sq_Ft": "sample string 23",
"Lot_Size": "sample string 24",
"IsActive": true,
"IsDeleted": true,
"CreatedDate": "2026-04-06T21:34:30.712652-05:00",
"CreatedBy": "680d26ca-398b-4614-a1ff-a2260b7f7a7b",
"UpdatedDate": "2026-04-06T21:34:30.712652-05:00",
"UpdatedBy": "cf7c3c66-c2eb-4137-b2d6-ded85ee07a4b",
"ApproveDate": "2026-04-06T21:34:30.712652-05:00",
"ApprovedBy": "96c8ba49-77d7-4945-a4da-1d72f8738f67",
"CurrentStatus": 1,
"Notes": "sample string 25"
}
application/xml, text/xml
Sample:
<PropertyViewModelDetaill xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessAccessLayer.ViewModel.PropertieViews"> <Agent_ID>1</Agent_ID> <ApproveDate>2026-04-06T21:34:30.712652-05:00</ApproveDate> <ApprovedBy>96c8ba49-77d7-4945-a4da-1d72f8738f67</ApprovedBy> <Baths>sample string 18</Baths> <Beds>sample string 17</Beds> <CreatedBy>680d26ca-398b-4614-a1ff-a2260b7f7a7b</CreatedBy> <CreatedDate>2026-04-06T21:34:30.712652-05:00</CreatedDate> <CurrentStatus>1</CurrentStatus> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <Kitchen>sample string 20</Kitchen> <Leased_Owned_Mortgage>sample string 14</Leased_Owned_Mortgage> <Living>sample string 19</Living> <Location_ID>1</Location_ID> <Lot_Size>sample string 24</Lot_Size> <Notes>sample string 25</Notes> <Owner_Address1>sample string 9</Owner_Address1> <Owner_Address2>sample string 10</Owner_Address2> <Owner_Name>sample string 8</Owner_Name> <PhoneCell>sample string 11</PhoneCell> <PhoneHome>sample string 13</PhoneHome> <PhoneOffice>sample string 12</PhoneOffice> <Property_Area>sample string 7</Property_Area> <Property_Building_Floor>sample string 4</Property_Building_Floor> <Property_Building_Living_Floor>sample string 5</Property_Building_Living_Floor> <Property_Condition>sample string 15</Property_Condition> <Property_Detail_ID>1</Property_Detail_ID> <Property_House_Floor>sample string 6</Property_House_Floor> <Property_House_Stories>sample string 16</Property_House_Stories> <Property_Name>sample string 3</Property_Name> <Property_Pin_Number>sample string 2</Property_Pin_Number> <Property_Type_ID>1</Property_Type_ID> <ROWID>2bc2718b-f18f-4b06-a2d6-5fa2bc32c886</ROWID> <Sq_Ft>sample string 23</Sq_Ft> <Style_ID>1</Style_ID> <UpdatedBy>cf7c3c66-c2eb-4137-b2d6-ded85ee07a4b</UpdatedBy> <UpdatedDate>2026-04-06T21:34:30.712652-05:00</UpdatedDate> <UserID>1</UserID> <Year_Built>sample string 21</Year_Built> <Year_Renovated>sample string 22</Year_Renovated> </PropertyViewModelDetaill>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | ResultStatus |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 100,
"Message": "sample string 1",
"Data": {}
}
application/xml, text/xml
Sample:
<Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessAccessLayer.Generics"> <Data /> <Message>sample string 1</Message> <Status>Success</Status> </Result>