GET api/electronica/instantsreminder
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of InstantReminderBEName | Description | Type | Additional information |
---|---|---|---|
P_INSTANT_CLSD_ID | integer |
None. |
|
INSTANT_NM | string |
None. |
|
PRICE | decimal number |
None. |
|
MAX_PRIZE | decimal number |
None. |
|
PRIZE_QTY | integer |
None. |
|
PRIZE_PAID | integer |
None. |
|
INSTANT_PAID | string |
None. |
|
GAME_NUMBER | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "P_INSTANT_CLSD_ID": 1, "INSTANT_NM": "sample string 2", "PRICE": 3.0, "MAX_PRIZE": 4.0, "PRIZE_QTY": 5, "PRIZE_PAID": 6, "INSTANT_PAID": "sample string 7", "GAME_NUMBER": 8 }, { "P_INSTANT_CLSD_ID": 1, "INSTANT_NM": "sample string 2", "PRICE": 3.0, "MAX_PRIZE": 4.0, "PRIZE_QTY": 5, "PRIZE_PAID": 6, "INSTANT_PAID": "sample string 7", "GAME_NUMBER": 8 } ]