PUT api/LandOwnerDetails/UpdateLandOwnerDetails/{LOD_Id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| LandOwnerDetailsModels | No documentation available. |
Define this parameter in the request body. |
| LOD_Id | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{
"LOD_Id_PK": 1,
"LOD_PR_Id_FK": 2,
"LOD_PD_Id_FK": 1,
"LOD_LandType_Id_Fk": 3,
"LOD_Schedule_Id_Fk": 4,
"LOD_SharingPattern_Id_Fk": 5,
"LOD_LO_Name": "sample string 6",
"LOD_Schedule": "sample string 7",
"LOD_SurveyNumber": "sample string 8",
"LOD_Size": 9.0,
"LOD_Latitute": 1.0,
"LOD_Longitute": 1.0,
"LOD_Mobile": "sample string 10",
"LOD_Email": "sample string 11",
"LOD_BankName": "sample string 12",
"LOD_Branch": "sample string 13",
"LOD_Acc_No": 14,
"LOD_IFSCCode": "sample string 15",
"LOD_Status": "sample string 16",
"LOD_Akar": "sample string 17",
"LandOwnerSurveyDetailsModel": [
{
"LD_Id": 1,
"LD_LOD_Id_Fk": 2,
"LD_SurveyNo": "sample string 3",
"LD_Extents": 1.0,
"LD_Longitude": "sample string 4",
"LD_Latitude": "sample string 5",
"LD_Akar": "sample string 6",
"LD_LT_Id_Fk": 7,
"LD_North": "sample string 8",
"LD_East": "sample string 9",
"LD_West": "sample string 10",
"LD_South": "sample string 11",
"LD_SP_Id_Fk": 12,
"LD_Mop_Id_Fk": 1,
"LD_Cad": "sample string 13",
"LD_Sketch": "sample string 14",
"LD_TS_Insert": "2025-12-07T08:00:59.6475305+05:30",
"LD_TS_LastEdited": "2025-12-07T08:00:59.6475305+05:30",
"LD_UserId_Insert": 17,
"LD_Edited_Uid_FK": 18,
"LD_InActive": "sample string 19",
"PV_VillageName": "sample string 20",
"MOP_Name": "sample string 21",
"LT_PV_Id_FK": 1
},
{
"LD_Id": 1,
"LD_LOD_Id_Fk": 2,
"LD_SurveyNo": "sample string 3",
"LD_Extents": 1.0,
"LD_Longitude": "sample string 4",
"LD_Latitude": "sample string 5",
"LD_Akar": "sample string 6",
"LD_LT_Id_Fk": 7,
"LD_North": "sample string 8",
"LD_East": "sample string 9",
"LD_West": "sample string 10",
"LD_South": "sample string 11",
"LD_SP_Id_Fk": 12,
"LD_Mop_Id_Fk": 1,
"LD_Cad": "sample string 13",
"LD_Sketch": "sample string 14",
"LD_TS_Insert": "2025-12-07T08:00:59.6475305+05:30",
"LD_TS_LastEdited": "2025-12-07T08:00:59.6475305+05:30",
"LD_UserId_Insert": 17,
"LD_Edited_Uid_FK": 18,
"LD_InActive": "sample string 19",
"PV_VillageName": "sample string 20",
"MOP_Name": "sample string 21",
"LT_PV_Id_FK": 1
},
{
"LD_Id": 1,
"LD_LOD_Id_Fk": 2,
"LD_SurveyNo": "sample string 3",
"LD_Extents": 1.0,
"LD_Longitude": "sample string 4",
"LD_Latitude": "sample string 5",
"LD_Akar": "sample string 6",
"LD_LT_Id_Fk": 7,
"LD_North": "sample string 8",
"LD_East": "sample string 9",
"LD_West": "sample string 10",
"LD_South": "sample string 11",
"LD_SP_Id_Fk": 12,
"LD_Mop_Id_Fk": 1,
"LD_Cad": "sample string 13",
"LD_Sketch": "sample string 14",
"LD_TS_Insert": "2025-12-07T08:00:59.6475305+05:30",
"LD_TS_LastEdited": "2025-12-07T08:00:59.6475305+05:30",
"LD_UserId_Insert": 17,
"LD_Edited_Uid_FK": 18,
"LD_InActive": "sample string 19",
"PV_VillageName": "sample string 20",
"MOP_Name": "sample string 21",
"LT_PV_Id_FK": 1
}
],
"LOD_Address1": "sample string 18",
"LOD_Address2": "sample string 19",
"LOD_Gender": "sample string 20"
}
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.