PUT api/PropertyRegister/UpdatePropertyRegister/{PR_Id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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,
  "RES_Name": "sample string 36"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PropertyRegisterModels'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.