POST api/LandPurchase/CreateLandPurchase

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
LandPurchaseModels
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "LP_Id_PK": 1,
  "LP_PR_Id_FK": 2,
  "LP_PD_Id_FK": 1,
  "LP_DPC_Date": "2025-12-07T07:55:20.5956708+05:30",
  "LP_BA_Date": "2025-12-07T07:55:20.5956708+05:30",
  "LP_GO_Number": "sample string 3",
  "LP_GO_Date": "2025-12-07T07:55:20.5956708+05:30",
  "LP_ExtentPurchased": "sample string 4",
  "LP_RateperAcre": 1.0,
  "LP_Remarks": "sample string 5",
  "PR_Id": "sample string 6",
  "LP_Note_No": "sample string 7",
  "LP_Note_Date": "2025-12-07T07:55:20.5966709+05:30",
  "LP_file": "sample string 8",
  "LP_Note": "sample string 9",
  "LP_LOD_Id_Fk": 1,
  "PD_Project_Name": "sample string 10",
  "LOD_LO_Name": "sample string 11",
  "TotalExtent": "sample string 12",
  "LP_Purchase_Id": "sample string 13",
  "LP_Purchase_Date": "2025-12-07T07:55:20.5976686+05:30",
  "LP_Purfile_path": "sample string 14",
  "LP_Possession_No": "sample string 15",
  "LP_Possession_Date": "2025-12-07T07:55:20.5976686+05:30",
  "LP_POSfile_path": "sample string 16",
  "LP_Possession_note": "sample string 17",
  "PR_For": "sample string 18",
  "DI_District": "sample string 19",
  "TA_Taluk": "sample string 20",
  "PR_Village": "sample string 21",
  "Sch_Name": "sample string 22",
  "PR_Submitted_Date": "2025-12-07T07:55:20.5986699+05:30",
  "LandPurchaseandAcquisitionLDModel": [
    {
      "LPA_Id": 1,
      "LPA_Ld_Id_Fk": 2,
      "LPA_LPLA_Id_Fk": 3,
      "LPA_LPLA_Key": "sample string 4",
      "LPA_TS_Insert": "2025-12-07T07:55:20.5996679+05:30",
      "LPA_TS_LastEdited": "2025-12-07T07:55:20.5996679+05:30",
      "LPA_UserId_Insert": 7,
      "LPA_Edited_Uid_FK": 8,
      "LPA_InActive": "sample string 9",
      "LD_Selected": 10
    },
    {
      "LPA_Id": 1,
      "LPA_Ld_Id_Fk": 2,
      "LPA_LPLA_Id_Fk": 3,
      "LPA_LPLA_Key": "sample string 4",
      "LPA_TS_Insert": "2025-12-07T07:55:20.5996679+05:30",
      "LPA_TS_LastEdited": "2025-12-07T07:55:20.5996679+05:30",
      "LPA_UserId_Insert": 7,
      "LPA_Edited_Uid_FK": 8,
      "LPA_InActive": "sample string 9",
      "LD_Selected": 10
    },
    {
      "LPA_Id": 1,
      "LPA_Ld_Id_Fk": 2,
      "LPA_LPLA_Id_Fk": 3,
      "LPA_LPLA_Key": "sample string 4",
      "LPA_TS_Insert": "2025-12-07T07:55:20.5996679+05:30",
      "LPA_TS_LastEdited": "2025-12-07T07:55:20.5996679+05:30",
      "LPA_UserId_Insert": 7,
      "LPA_Edited_Uid_FK": 8,
      "LPA_InActive": "sample string 9",
      "LD_Selected": 10
    }
  ],
  "LanddetailsforLPmodel": [
    {
      "LD_Id": 1
    },
    {
      "LD_Id": 1
    },
    {
      "LD_Id": 1
    }
  ]
}

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 'LandPurchaseModels'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.