POST api/PSAPI/GetSweepstakes

Request Information

URI Parameters

None.

Body Parameters

Collection of Object

None.

Request Formats

application/json, text/json, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

WASweepstake
NameDescriptionTypeAdditional information
AvailablePoints

decimal number

None.

DrawName

string

None.

DrawMarketGroupID

integer

None.

TicketValue

integer

None.

Status

boolean

None.

Message

string

None.

HelpdeskEmailId

string

None.

StatusId

integer

None.

IsUserActive

boolean

None.

OTPInfo

string

None.

OTPInfoMessage

string

None.

CLI_Id

string

None.

isOtpLimitExceeded

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "isOtpLimitExceeded": true,
  "availablePoints": 1.0,
  "drawName": "sample string 2",
  "drawMarketGroupID": 3,
  "ticketValue": 4,
  "status": true,
  "message": "sample string 6",
  "helpdeskEmailId": "sample string 7",
  "statusId": 8,
  "isUserActive": true,
  "otpInfo": "sample string 10",
  "otpInfoMessage": "sample string 11",
  "clI_Id": "sample string 12"
}

text/xml

Sample:
<WASweepstake xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PMSBL.Entity">
  <_Message>sample string 6</_Message>
  <_Status>true</_Status>
  <_helpdeskEmailId>sample string 7</_helpdeskEmailId>
  <_isUserActive>true</_isUserActive>
  <_statusId>8</_statusId>
  <_x003C_CLI_Id_x003E_k__BackingField>sample string 12</_x003C_CLI_Id_x003E_k__BackingField>
  <_x003C_OTPInfoMessage_x003E_k__BackingField>sample string 11</_x003C_OTPInfoMessage_x003E_k__BackingField>
  <_x003C_OTPInfo_x003E_k__BackingField>sample string 10</_x003C_OTPInfo_x003E_k__BackingField>
  <isOtpLimitExceeded>true</isOtpLimitExceeded>
  <AvailablePoints>1</AvailablePoints>
  <DrawMarketGroupID>3</DrawMarketGroupID>
  <DrawName>sample string 2</DrawName>
  <TicketValue>4</TicketValue>
</WASweepstake>