POST api/resultados/getresultados

Request Information

URI Parameters

None.

Body Parameters

ResultadosRequest
NameDescriptionTypeAdditional information
Fecha

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Fecha": "sample string 1"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ResultadosRequest'.

Response Information

Resource Description

Collection of ResultadosResponse
NameDescriptionTypeAdditional information
Fecha

string

None.

Loteria

string

None.

Numero

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "Fecha": "sample string 1",
    "Loteria": "sample string 2",
    "Numero": "sample string 3"
  },
  {
    "$ref": "1"
  }
]