POST api/juego/tope
Request Information
URI Parameters
None.
Body Parameters
TopeRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| LoteriaId | Collection of decimal number |
None. |
|
| numero | string |
None. |
|
| ApuestaNumero | decimal number |
None. |
|
| ApuestaCombinado | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"LoteriaId": [
1.1,
2.1
],
"numero": "sample string 1",
"ApuestaNumero": 2.1,
"ApuestaCombinado": 3.1
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
TopeResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | string |
None. |
|
| Mensaje | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": "sample string 1",
"Mensaje": "sample string 2"
}