POST api/MannualLottery/SendElotterySms

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ElotteryAllottedDetailsModels
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  {
    "APP_No": "sample string 1",
    "APP_PA_Name": "sample string 2",
    "APP_PA_MobileNo": "sample string 3",
    "PD_Project_Name": "sample string 4",
    "CA_CategoryName": "sample string 5",
    "PT_Property_Type": "sample string 6",
    "PR_Property_No": "sample string 7",
    "SMS": "sample string 8"
  },
  {
    "APP_No": "sample string 1",
    "APP_PA_Name": "sample string 2",
    "APP_PA_MobileNo": "sample string 3",
    "PD_Project_Name": "sample string 4",
    "CA_CategoryName": "sample string 5",
    "PT_Property_Type": "sample string 6",
    "PR_Property_No": "sample string 7",
    "SMS": "sample string 8"
  },
  {
    "APP_No": "sample string 1",
    "APP_PA_Name": "sample string 2",
    "APP_PA_MobileNo": "sample string 3",
    "PD_Project_Name": "sample string 4",
    "CA_CategoryName": "sample string 5",
    "PT_Property_Type": "sample string 6",
    "PR_Property_No": "sample string 7",
    "SMS": "sample string 8"
  }
]

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 'List`1'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.