POST api/addons/single

Request Information

URI Parameters

None.

Body Parameters

PurchaseAddOns
NameDescriptionTypeAdditional information
AddOnId

integer

None.

PlayerId

integer

None.

Mulligans

boolean

None.

LastName

string

None.

FirstName

string

None.

Email

string

None.

CreateTS

date

None.

MajorPrizeTickets

integer

None.

DrawingPrizeTickets

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "AddOnId": 1,
  "PlayerId": 1,
  "Mulligans": true,
  "LastName": "sample string 3",
  "FirstName": "sample string 4",
  "Email": "sample string 5",
  "CreateTS": "2024-11-08T04:14:39.8455602-05:00",
  "MajorPrizeTickets": 7,
  "DrawingPrizeTickets": 8
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.