PUT api/RevisedPropertyRegister/UpdatePropertyRegister/{PR_Id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| PR_Id | No documentation available. |
Define this parameter in the request URI. |
| propertyregister | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"PR_Id": 1,
"PR_SI_No": 2,
"PR_PD_ID_FK": 3,
"PD_Project_Code": "sample string 4",
"PT_Id": 5,
"PT_Property_Type": "sample string 6",
"PR_Property_No": "sample string 7",
"CA_Id": 8,
"CA_CategoryName": "sample string 9",
"IC_Id": 10,
"IC_Name": "sample string 11",
"OR_ID": 12,
"OR_Name": "sample string 13",
"PR_M_East_west": "sample string 14",
"PR_M_North_South": "sample string 15",
"PR_Longitude": "sample string 16",
"PR_Latitude": "sample string 17",
"PR_Plot_Area": "sample string 18",
"PR_Plinth_Area": "sample string 19",
"PR_B_North": "sample string 20",
"PR_B_South": "sample string 21",
"PR_B_East": "sample string 22",
"PR_B_West": "sample string 23",
"PR_Status": "sample string 24",
"PR_Remarks": "sample string 25",
"PD_Project_Name": "sample string 26",
"CA_Dimension": "sample string 27",
"Available": 28,
"Blocked": 29,
"Allotted": 30,
"PR_UserId_FK": "sample string 31",
"PR_Inactive": "sample string 32",
"PR_LastEdited": "sample string 33",
"PR_TS": "sample string 34",
"PR_Edited_UserId_FK": "sample string 35",
"PR_Prop_FinalCost": 1.0
}
application/xml, text/xml
Sample:
<PropertyRegisterModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models"> <Allotted>30</Allotted> <Available>28</Available> <Blocked>29</Blocked> <CA_CategoryName>sample string 9</CA_CategoryName> <CA_Dimension>sample string 27</CA_Dimension> <CA_Id>8</CA_Id> <IC_Id>10</IC_Id> <IC_Name>sample string 11</IC_Name> <OR_ID>12</OR_ID> <OR_Name>sample string 13</OR_Name> <PD_Project_Code>sample string 4</PD_Project_Code> <PD_Project_Name>sample string 26</PD_Project_Name> <PR_B_East>sample string 22</PR_B_East> <PR_B_North>sample string 20</PR_B_North> <PR_B_South>sample string 21</PR_B_South> <PR_B_West>sample string 23</PR_B_West> <PR_Edited_UserId_FK>sample string 35</PR_Edited_UserId_FK> <PR_Id>1</PR_Id> <PR_Inactive>sample string 32</PR_Inactive> <PR_LastEdited>sample string 33</PR_LastEdited> <PR_Latitude>sample string 17</PR_Latitude> <PR_Longitude>sample string 16</PR_Longitude> <PR_M_East_west>sample string 14</PR_M_East_west> <PR_M_North_South>sample string 15</PR_M_North_South> <PR_PD_ID_FK>3</PR_PD_ID_FK> <PR_Plinth_Area>sample string 19</PR_Plinth_Area> <PR_Plot_Area>sample string 18</PR_Plot_Area> <PR_Prop_FinalCost>1</PR_Prop_FinalCost> <PR_Property_No>sample string 7</PR_Property_No> <PR_Remarks>sample string 25</PR_Remarks> <PR_SI_No>2</PR_SI_No> <PR_Status>sample string 24</PR_Status> <PR_TS>sample string 34</PR_TS> <PR_UserId_FK>sample string 31</PR_UserId_FK> <PT_Id>5</PT_Id> <PT_Property_Type>sample string 6</PT_Property_Type> </PropertyRegisterModels>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.