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-06T09:52:12.4330368+05:30",
"LRN_From": "sample string 5",
"LRN_UserId_FK": 6,
"LRN_TS": "2025-12-06T09:52:12.4330368+05:30",
"LRN_Inactive": "sample string 8",
"LRN_TS_LastEdited": "2025-12-06T09:52:12.4340362+05:30",
"LRN_TS_Edited_Uid_FK": 10
}
application/xml, text/xml
Sample:
<LandRecordNotesModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models"> <LRN_Date>2025-12-06T09:52:12.4330368+05:30</LRN_Date> <LRN_From>sample string 5</LRN_From> <LRN_Id>1</LRN_Id> <LRN_Inactive>sample string 8</LRN_Inactive> <LRN_LR_ID_FK>2</LRN_LR_ID_FK> <LRN_Note>sample string 3</LRN_Note> <LRN_TS>2025-12-06T09:52:12.4330368+05:30</LRN_TS> <LRN_TS_Edited_Uid_FK>10</LRN_TS_Edited_Uid_FK> <LRN_TS_LastEdited>2025-12-06T09:52:12.4340362+05:30</LRN_TS_LastEdited> <LRN_UserId_FK>6</LRN_UserId_FK> <UserName>sample string 4</UserName> </LandRecordNotesModel>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.