POST Api/LandRecords/AddLRNotes/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| LRNote | No documentation available. |
Define this parameter in the request body. |
| id | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{
"LRN_Id": 1,
"LRN_LR_ID_FK": 2,
"LRN_Note": "sample string 3",
"UserName": "sample string 4",
"LRN_Date": "2025-12-07T07:55:17.4451718+05:30",
"LRN_From": "sample string 5",
"LRN_UserId_FK": 6,
"LRN_TS": "2025-12-07T07:55:17.4451718+05:30",
"LRN_Inactive": "sample string 8",
"LRN_TS_LastEdited": "2025-12-07T07:55:17.4451718+05:30",
"LRN_TS_Edited_Uid_FK": 10
}
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.