GET api/winning_numbers/draw_datesSync/{game}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
game | string |
Required |
Body Parameters
None.
Response Information
Resource Description
DrawDateName | Description | Type | Additional information |
---|---|---|---|
draw_date | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "draw_date": "2024-11-04T23:39:28.521-04:00" }
application/xml, text/xml
Sample:
<DrawDate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SG.DS.DataContract"> <draw_date>2024-11-04T23:39:28.5217173-04:00</draw_date> </DrawDate>