PUT api/JVPurchase/UpdateJV/{LP_Id}/{Id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
JointVentureModels
No documentation available.

Define this parameter in the request body.

LP_Id
No documentation available.

Define this parameter in the request URI.

Id
No documentation available.

Define this parameter in the request URI.

Request body formats

application/json, text/json

Sample:
{
  "JV_Id_PK": 1,
  "JV_PR_Id_FK": 2,
  "JV_PD_Id_FK": 1,
  "JV_DPC_Date": "2024-12-27T06:56:14.9021135+05:30",
  "JV_BA_Date": "2024-12-27T06:56:14.9021135+05:30",
  "JV_GO_Number": "sample string 3",
  "JV_GO_Date": "2024-12-27T06:56:14.9175861+05:30",
  "JV_ExtentPurchased": "sample string 4",
  "JV_RateperAcre": 1.0,
  "JV_Remarks": "sample string 5",
  "PR_Id": "sample string 6",
  "JV_Note_No": "sample string 7",
  "JV_Note_Date": "2024-12-27T06:56:14.9175861+05:30",
  "JV_file": "sample string 8",
  "JV_Note": "sample string 9",
  "JV_LOD_Id_Fk": 1,
  "PD_Project_Name": "sample string 10",
  "LOD_LO_Name": "sample string 11",
  "TotalExtent": "sample string 12",
  "JV_Purchase_Id": "sample string 13",
  "JV_Purchase_Date": "2024-12-27T06:56:14.9175861+05:30",
  "JV_Purfile_path": "sample string 14",
  "JV_Possession_No": "sample string 15",
  "JV_Possession_Date": "2024-12-27T06:56:14.9175861+05:30",
  "JV_POSfile_path": "sample string 16",
  "JV_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": "2024-12-27T06:56:14.9175861+05:30",
  "JVdetailsforJVmodel": [
    {
      "LD_Id": 1
    },
    {
      "LD_Id": 1
    },
    {
      "LD_Id": 1
    }
  ]
}

application/xml, text/xml

Sample:
<JointVentureModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models">
  <DI_District>sample string 19</DI_District>
  <JV_BA_Date>2024-12-27T06:56:14.9021135+05:30</JV_BA_Date>
  <JV_DPC_Date>2024-12-27T06:56:14.9021135+05:30</JV_DPC_Date>
  <JV_ExtentPurchased>sample string 4</JV_ExtentPurchased>
  <JV_GO_Date>2024-12-27T06:56:14.9175861+05:30</JV_GO_Date>
  <JV_GO_Number>sample string 3</JV_GO_Number>
  <JV_Id_PK>1</JV_Id_PK>
  <JV_LOD_Id_Fk>1</JV_LOD_Id_Fk>
  <JV_Note>sample string 9</JV_Note>
  <JV_Note_Date>2024-12-27T06:56:14.9175861+05:30</JV_Note_Date>
  <JV_Note_No>sample string 7</JV_Note_No>
  <JV_PD_Id_FK>1</JV_PD_Id_FK>
  <JV_POSfile_path>sample string 16</JV_POSfile_path>
  <JV_PR_Id_FK>2</JV_PR_Id_FK>
  <JV_Possession_Date>2024-12-27T06:56:14.9175861+05:30</JV_Possession_Date>
  <JV_Possession_No>sample string 15</JV_Possession_No>
  <JV_Possession_note>sample string 17</JV_Possession_note>
  <JV_Purchase_Date>2024-12-27T06:56:14.9175861+05:30</JV_Purchase_Date>
  <JV_Purchase_Id>sample string 13</JV_Purchase_Id>
  <JV_Purfile_path>sample string 14</JV_Purfile_path>
  <JV_RateperAcre>1</JV_RateperAcre>
  <JV_Remarks>sample string 5</JV_Remarks>
  <JV_file>sample string 8</JV_file>
  <JVdetailsforJVmodel>
    <JVdetailsforJVmodels>
      <LD_Id>1</LD_Id>
    </JVdetailsforJVmodels>
    <JVdetailsforJVmodels>
      <LD_Id>1</LD_Id>
    </JVdetailsforJVmodels>
    <JVdetailsforJVmodels>
      <LD_Id>1</LD_Id>
    </JVdetailsforJVmodels>
  </JVdetailsforJVmodel>
  <LOD_LO_Name>sample string 11</LOD_LO_Name>
  <PD_Project_Name>sample string 10</PD_Project_Name>
  <PR_For>sample string 18</PR_For>
  <PR_Id>sample string 6</PR_Id>
  <PR_Submitted_Date>2024-12-27T06:56:14.9175861+05:30</PR_Submitted_Date>
  <PR_Village>sample string 21</PR_Village>
  <Sch_Name>sample string 22</Sch_Name>
  <TA_Taluk>sample string 20</TA_Taluk>
  <TotalExtent>sample string 12</TotalExtent>
</JointVentureModels>

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

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.