POST api/Mobile_DBSetREMV_RematesSP
Request Information
URI Parameters
None.
Body Parameters
param_Mobile_DBSetREMV_RematesSP| Name | Description | Type | Additional information |
|---|---|---|---|
| accion | string |
None. |
|
| id | integer |
None. |
|
| idHipodromo | integer |
None. |
|
| idCarrera | integer |
None. |
|
| idEstadoRemate | integer |
None. |
|
| estado | string |
None. |
|
| idBaseRemate | integer |
None. |
|
| importeBaseRemate | decimal number |
None. |
|
| remateNumero | integer |
None. |
|
| remateDescripcion | string |
None. |
|
| remateCantidadItems | integer |
None. |
|
| remateImporte | decimal number |
None. |
|
| rematePorcentajeRetencion | decimal number |
None. |
|
| remateImporteRetencion | decimal number |
None. |
|
| remateImporteNeto | decimal number |
None. |
|
| usuarioInsert | string |
None. |
|
| usuarioUpdate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"accion": "sample string 1",
"id": 2,
"idHipodromo": 3,
"idCarrera": 4,
"idEstadoRemate": 5,
"estado": "sample string 6",
"idBaseRemate": 7,
"importeBaseRemate": 8.0,
"remateNumero": 9,
"remateDescripcion": "sample string 10",
"remateCantidadItems": 11,
"remateImporte": 12.0,
"rematePorcentajeRetencion": 13.0,
"remateImporteRetencion": 14.0,
"remateImporteNeto": 15.0,
"usuarioInsert": "sample string 16",
"usuarioUpdate": "sample string 17"
}
application/xml, text/xml
Sample:
<Clases.param_Mobile_DBSetREMV_RematesSP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ws_svp2.Models.Mobile_DB"> <accion>sample string 1</accion> <estado>sample string 6</estado> <id>2</id> <idBaseRemate>7</idBaseRemate> <idCarrera>4</idCarrera> <idEstadoRemate>5</idEstadoRemate> <idHipodromo>3</idHipodromo> <importeBaseRemate>8</importeBaseRemate> <remateCantidadItems>11</remateCantidadItems> <remateDescripcion>sample string 10</remateDescripcion> <remateImporte>12</remateImporte> <remateImporteNeto>15</remateImporteNeto> <remateImporteRetencion>14</remateImporteRetencion> <remateNumero>9</remateNumero> <rematePorcentajeRetencion>13</rematePorcentajeRetencion> <usuarioInsert>sample string 16</usuarioInsert> <usuarioUpdate>sample string 17</usuarioUpdate> </Clases.param_Mobile_DBSetREMV_RematesSP>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of SetREMV_RematesSP_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Error | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Code": 1,
"Error": "sample string 2"
},
{
"Code": 1,
"Error": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfSetREMV_RematesSP_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ws_svp2.Models.Mobile_DB">
<SetREMV_RematesSP_Result>
<Code>1</Code>
<Error>sample string 2</Error>
</SetREMV_RematesSP_Result>
<SetREMV_RematesSP_Result>
<Code>1</Code>
<Error>sample string 2</Error>
</SetREMV_RematesSP_Result>
</ArrayOfSetREMV_RematesSP_Result>