POST api/MannualLottery/SaveElottery
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| ElotteryDetailsModel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Elot_Id": 1,
"Elot_LotteryId": 2,
"Elot_Not_Id_Fk": 3,
"Elot_Proj_Id_Fk": 4,
"Elot_CA_Id_Fk": 5,
"Elot_PT_Id_Fk": 6,
"Elot_Date": "2025-12-07T08:00:50.1625463+05:30",
"Elot_C_Uid": 8,
"Elot_C_TS": "2025-12-07T08:00:50.1625463+05:30",
"Elot_Inactive": "sample string 10",
"Elot_U_Uid": 11,
"Elot_U_TS": "2025-12-07T08:00:50.1625463+05:30",
"ElotteryAllotmentModel": [
{
"EAD_El_Id_Fk": 1,
"EAD_APP_Id_Fk": 2,
"EAD_PR_Id_Fk": 3
},
{
"EAD_El_Id_Fk": 1,
"EAD_APP_Id_Fk": 2,
"EAD_PR_Id_Fk": 3
},
{
"EAD_El_Id_Fk": 1,
"EAD_APP_Id_Fk": 2,
"EAD_PR_Id_Fk": 3
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.