PUT api/AuctionNotification/SavePropertiesforAuction/{AN_Id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Properties
No documentation available.

Define this parameter in the request body.

AN_Id
No documentation available.

Define this parameter in the request URI.

Request body formats

application/json, text/json

Sample:
[
  {
    "PR_Id": 1,
    "PT_Id": 2,
    "PT_Property_Type": "sample string 3",
    "PR_Property_No": "sample string 4",
    "CA_Id": 5,
    "CA_CategoryName": "sample string 6",
    "IC_Id": 7,
    "IC_Name": "sample string 8",
    "OR_ID": 9,
    "OR_Name": "sample string 10",
    "PR_M_East_west": "sample string 11",
    "PR_M_North_South": "sample string 12",
    "PR_Plot_Area": "sample string 13",
    "PR_Plinth_Area": "sample string 14",
    "PR_Status": "sample string 15",
    "PR_AuctionProperty": 16,
    "PR_AN_Id_Fk": 17,
    "PR_Base_Price": 1.0,
    "baseAmt": 1.0,
    "Price": 1.0,
    "PR_Prop_FinalCost": 1.0,
    "PR_LastEdited": "2025-12-07T08:19:00.9192776+05:30",
    "PR_Edited_UserId_FK": "sample string 19",
    "Reg_No_Fk": "sample string 20",
    "PR_Bidder": 21,
    "AN_EMD": 22
  },
  {
    "PR_Id": 1,
    "PT_Id": 2,
    "PT_Property_Type": "sample string 3",
    "PR_Property_No": "sample string 4",
    "CA_Id": 5,
    "CA_CategoryName": "sample string 6",
    "IC_Id": 7,
    "IC_Name": "sample string 8",
    "OR_ID": 9,
    "OR_Name": "sample string 10",
    "PR_M_East_west": "sample string 11",
    "PR_M_North_South": "sample string 12",
    "PR_Plot_Area": "sample string 13",
    "PR_Plinth_Area": "sample string 14",
    "PR_Status": "sample string 15",
    "PR_AuctionProperty": 16,
    "PR_AN_Id_Fk": 17,
    "PR_Base_Price": 1.0,
    "baseAmt": 1.0,
    "Price": 1.0,
    "PR_Prop_FinalCost": 1.0,
    "PR_LastEdited": "2025-12-07T08:19:00.9192776+05:30",
    "PR_Edited_UserId_FK": "sample string 19",
    "Reg_No_Fk": "sample string 20",
    "PR_Bidder": 21,
    "AN_EMD": 22
  },
  {
    "PR_Id": 1,
    "PT_Id": 2,
    "PT_Property_Type": "sample string 3",
    "PR_Property_No": "sample string 4",
    "CA_Id": 5,
    "CA_CategoryName": "sample string 6",
    "IC_Id": 7,
    "IC_Name": "sample string 8",
    "OR_ID": 9,
    "OR_Name": "sample string 10",
    "PR_M_East_west": "sample string 11",
    "PR_M_North_South": "sample string 12",
    "PR_Plot_Area": "sample string 13",
    "PR_Plinth_Area": "sample string 14",
    "PR_Status": "sample string 15",
    "PR_AuctionProperty": 16,
    "PR_AN_Id_Fk": 17,
    "PR_Base_Price": 1.0,
    "baseAmt": 1.0,
    "Price": 1.0,
    "PR_Prop_FinalCost": 1.0,
    "PR_LastEdited": "2025-12-07T08:19:00.9192776+05:30",
    "PR_Edited_UserId_FK": "sample string 19",
    "Reg_No_Fk": "sample string 20",
    "PR_Bidder": 21,
    "AN_EMD": 22
  }
]

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 'List`1'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.