POST api/MannualLottery/SaveElottery

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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": "2024-12-27T06:36:51.5649414+05:30",
  "Elot_C_Uid": 8,
  "Elot_C_TS": "2024-12-27T06:36:51.5649414+05:30",
  "Elot_Inactive": "sample string 10",
  "Elot_U_Uid": 11,
  "Elot_U_TS": "2024-12-27T06:36:51.5649414+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/xml, text/xml

Sample:
<ElotteryDetailsModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models">
  <Elot_CA_Id_Fk>5</Elot_CA_Id_Fk>
  <Elot_C_TS>2024-12-27T06:36:51.5649414+05:30</Elot_C_TS>
  <Elot_C_Uid>8</Elot_C_Uid>
  <Elot_Date>2024-12-27T06:36:51.5649414+05:30</Elot_Date>
  <Elot_Id>1</Elot_Id>
  <Elot_Inactive>sample string 10</Elot_Inactive>
  <Elot_LotteryId>2</Elot_LotteryId>
  <Elot_Not_Id_Fk>3</Elot_Not_Id_Fk>
  <Elot_PT_Id_Fk>6</Elot_PT_Id_Fk>
  <Elot_Proj_Id_Fk>4</Elot_Proj_Id_Fk>
  <Elot_U_TS>2024-12-27T06:36:51.5649414+05:30</Elot_U_TS>
  <Elot_U_Uid>11</Elot_U_Uid>
  <ElotteryAllotmentModel>
    <ElotteryAllotmentModels>
      <EAD_APP_Id_Fk>2</EAD_APP_Id_Fk>
      <EAD_El_Id_Fk>1</EAD_El_Id_Fk>
      <EAD_PR_Id_Fk>3</EAD_PR_Id_Fk>
    </ElotteryAllotmentModels>
    <ElotteryAllotmentModels>
      <EAD_APP_Id_Fk>2</EAD_APP_Id_Fk>
      <EAD_El_Id_Fk>1</EAD_El_Id_Fk>
      <EAD_PR_Id_Fk>3</EAD_PR_Id_Fk>
    </ElotteryAllotmentModels>
    <ElotteryAllotmentModels>
      <EAD_APP_Id_Fk>2</EAD_APP_Id_Fk>
      <EAD_El_Id_Fk>1</EAD_El_Id_Fk>
      <EAD_PR_Id_Fk>3</EAD_PR_Id_Fk>
    </ElotteryAllotmentModels>
  </ElotteryAllotmentModel>
</ElotteryDetailsModels>

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

Response Information

No documentation available.

Response body formats

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

Sample:

Sample not available.