POST api/1/GameSet/UpdateGameSets

Request Information

URI Parameters

None.

Body Parameters

Collection of gameset
NameDescriptionTypeAdditional information
gameset_id

integer

None.

store_id

integer

None.

game_form_id

integer

None.

serial_number

string

None.

is_active

boolean

None.

is_terminated

boolean

None.

purchase_date

date

None.

delivery_date

date

None.

date_activated

date

None.

date_ended

date

None.

total_pulltabs

integer

None.

current_tickets_played

integer

None.

current_total_won

decimal number

None.

user_requested

string

None.

state_gaming_stamp

string

None.

MarketId

integer

None.

game_form

game_form

None.

store

store

None.

played_pulltab

Collection of played_pulltab

None.

Request Formats

application/json

Sample:
[
  {
    "date_ended": "2026-02-24T08:11:05.2116995Z",
    "date_activated": "2026-02-24T08:11:05.2116995Z",
    "delivery_date": "2026-02-24T08:11:05.2116995Z",
    "purchase_date": "2026-02-24T08:11:05.2116995Z",
    "is_terminated": true,
    "is_active": true,
    "game_form_id": 3,
    "store_id": 2,
    "gameset_id": 1,
    "MarketId": 1,
    "current_total_won": 1,
    "current_tickets_played": 1,
    "total_pulltabs": 1,
    "state_gaming_stamp": "sample string 12",
    "user_requested": "sample string 11",
    "serial_number": "sample string 4"
  },
  {
    "date_ended": "2026-02-24T08:11:05.2116995Z",
    "date_activated": "2026-02-24T08:11:05.2116995Z",
    "delivery_date": "2026-02-24T08:11:05.2116995Z",
    "purchase_date": "2026-02-24T08:11:05.2116995Z",
    "is_terminated": true,
    "is_active": true,
    "game_form_id": 3,
    "store_id": 2,
    "gameset_id": 1,
    "MarketId": 1,
    "current_total_won": 1,
    "current_tickets_played": 1,
    "total_pulltabs": 1,
    "state_gaming_stamp": "sample string 12",
    "user_requested": "sample string 11",
    "serial_number": "sample string 4"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

gameset
NameDescriptionTypeAdditional information
gameset_id

integer

None.

store_id

integer

None.

game_form_id

integer

None.

serial_number

string

None.

is_active

boolean

None.

is_terminated

boolean

None.

purchase_date

date

None.

delivery_date

date

None.

date_activated

date

None.

date_ended

date

None.

total_pulltabs

integer

None.

current_tickets_played

integer

None.

current_total_won

decimal number

None.

user_requested

string

None.

state_gaming_stamp

string

None.

MarketId

integer

None.

game_form

game_form

None.

store

store

None.

played_pulltab

Collection of played_pulltab

None.

Response Formats

application/json

Sample:
{
  "date_ended": "2026-02-24T08:11:05.2116995Z",
  "date_activated": "2026-02-24T08:11:05.2116995Z",
  "delivery_date": "2026-02-24T08:11:05.2116995Z",
  "purchase_date": "2026-02-24T08:11:05.2116995Z",
  "is_terminated": true,
  "is_active": true,
  "game_form_id": 3,
  "store_id": 2,
  "gameset_id": 1,
  "MarketId": 1,
  "current_total_won": 1,
  "current_tickets_played": 1,
  "total_pulltabs": 1,
  "state_gaming_stamp": "sample string 12",
  "user_requested": "sample string 11",
  "serial_number": "sample string 4"
}