POST api/MannualLottery

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
lotteryModels
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "LO_Id": 1,
  "LO_NO_Id_FK": 2,
  "LO_PD_Id_FK": 3,
  "LO_CA_Id_FK": 4,
  "LO_PT_Id_FK": 5,
  "LO_RES_Percentage": "sample string 6",
  "LO_RES_Id_FK": 7,
  "RES_Name": "sample string 8",
  "RES_Id": 9,
  "LO_Note": "sample string 10",
  "NotificationNo": "sample string 11",
  "ProjectName": "sample string 12",
  "CA_CategoryName": "sample string 13",
  "PT_Property_Type": "sample string 14",
  "TotalProperties": 15,
  "Total_Res_Properties": 16,
  "TotalAllotted": 17,
  "LO_Allotted_Date": "2025-12-07T08:00:42.4423699+05:30",
  "AllotDate": "2025-12-07T08:00:42.4423699+05:30",
  "LotteryDetails": [
    {
      "LOD_Id": 1,
      "LOD_LO_Id_FK": 2,
      "LOD_Property_No": "sample string 3",
      "LOD_Property_Id_Fk": 4,
      "PR_Property_No": "sample string 5",
      "LOD_APP_Id_FK": 6,
      "LO_APP_No": "sample string 7",
      "LO_APP_PA_Name": "sample string 8",
      "LO_TO_Id_FK": 9
    },
    {
      "LOD_Id": 1,
      "LOD_LO_Id_FK": 2,
      "LOD_Property_No": "sample string 3",
      "LOD_Property_Id_Fk": 4,
      "PR_Property_No": "sample string 5",
      "LOD_APP_Id_FK": 6,
      "LO_APP_No": "sample string 7",
      "LO_APP_PA_Name": "sample string 8",
      "LO_TO_Id_FK": 9
    },
    {
      "LOD_Id": 1,
      "LOD_LO_Id_FK": 2,
      "LOD_Property_No": "sample string 3",
      "LOD_Property_Id_Fk": 4,
      "PR_Property_No": "sample string 5",
      "LOD_APP_Id_FK": 6,
      "LO_APP_No": "sample string 7",
      "LO_APP_PA_Name": "sample string 8",
      "LO_TO_Id_FK": 9
    }
  ]
}

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

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.