POST api/MannualLottery
No documentation available.
Request Information
Parameters
Name | Description | Additional 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": "2024-12-27T06:36:45.6224836+05:30", "AllotDate": "2024-12-27T06:36:45.6224836+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/xml, text/xml
Sample:
<LotteryModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models"> <AllotDate>2024-12-27T06:36:45.6224836+05:30</AllotDate> <CA_CategoryName>sample string 13</CA_CategoryName> <LO_Allotted_Date>2024-12-27T06:36:45.6224836+05:30</LO_Allotted_Date> <LO_CA_Id_FK>4</LO_CA_Id_FK> <LO_Id>1</LO_Id> <LO_NO_Id_FK>2</LO_NO_Id_FK> <LO_Note>sample string 10</LO_Note> <LO_PD_Id_FK>3</LO_PD_Id_FK> <LO_PT_Id_FK>5</LO_PT_Id_FK> <LO_RES_Id_FK>7</LO_RES_Id_FK> <LO_RES_Percentage>sample string 6</LO_RES_Percentage> <LotteryDetails> <LotteryDetailsModels> <LOD_APP_Id_FK>6</LOD_APP_Id_FK> <LOD_Id>1</LOD_Id> <LOD_LO_Id_FK>2</LOD_LO_Id_FK> <LOD_Property_Id_Fk>4</LOD_Property_Id_Fk> <LOD_Property_No>sample string 3</LOD_Property_No> <LO_APP_No>sample string 7</LO_APP_No> <LO_APP_PA_Name>sample string 8</LO_APP_PA_Name> <LO_TO_Id_FK>9</LO_TO_Id_FK> <PR_Property_No>sample string 5</PR_Property_No> </LotteryDetailsModels> <LotteryDetailsModels> <LOD_APP_Id_FK>6</LOD_APP_Id_FK> <LOD_Id>1</LOD_Id> <LOD_LO_Id_FK>2</LOD_LO_Id_FK> <LOD_Property_Id_Fk>4</LOD_Property_Id_Fk> <LOD_Property_No>sample string 3</LOD_Property_No> <LO_APP_No>sample string 7</LO_APP_No> <LO_APP_PA_Name>sample string 8</LO_APP_PA_Name> <LO_TO_Id_FK>9</LO_TO_Id_FK> <PR_Property_No>sample string 5</PR_Property_No> </LotteryDetailsModels> <LotteryDetailsModels> <LOD_APP_Id_FK>6</LOD_APP_Id_FK> <LOD_Id>1</LOD_Id> <LOD_LO_Id_FK>2</LOD_LO_Id_FK> <LOD_Property_Id_Fk>4</LOD_Property_Id_Fk> <LOD_Property_No>sample string 3</LOD_Property_No> <LO_APP_No>sample string 7</LO_APP_No> <LO_APP_PA_Name>sample string 8</LO_APP_PA_Name> <LO_TO_Id_FK>9</LO_TO_Id_FK> <PR_Property_No>sample string 5</PR_Property_No> </LotteryDetailsModels> </LotteryDetails> <NotificationNo>sample string 11</NotificationNo> <PT_Property_Type>sample string 14</PT_Property_Type> <ProjectName>sample string 12</ProjectName> <RES_Id>9</RES_Id> <RES_Name>sample string 8</RES_Name> <TotalAllotted>17</TotalAllotted> <TotalProperties>15</TotalProperties> <Total_Res_Properties>16</Total_Res_Properties> </LotteryModels>
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.