GET api/Mobile_DBGetREMV_BasesRematesSP/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
Collection of GetREMV_BasesRematesSP_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ImporteBaseRemate | decimal number |
None. |
|
| UsuarioInsert | string |
None. |
|
| UsuarioUpdate | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"ImporteBaseRemate": 2.0,
"UsuarioInsert": "sample string 3",
"UsuarioUpdate": "sample string 4"
},
{
"Id": 1,
"ImporteBaseRemate": 2.0,
"UsuarioInsert": "sample string 3",
"UsuarioUpdate": "sample string 4"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetREMV_BasesRematesSP_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ws_svp2.Models.Mobile_DB">
<GetREMV_BasesRematesSP_Result>
<Id>1</Id>
<ImporteBaseRemate>2</ImporteBaseRemate>
<UsuarioInsert>sample string 3</UsuarioInsert>
<UsuarioUpdate>sample string 4</UsuarioUpdate>
</GetREMV_BasesRematesSP_Result>
<GetREMV_BasesRematesSP_Result>
<Id>1</Id>
<ImporteBaseRemate>2</ImporteBaseRemate>
<UsuarioInsert>sample string 3</UsuarioInsert>
<UsuarioUpdate>sample string 4</UsuarioUpdate>
</GetREMV_BasesRematesSP_Result>
</ArrayOfGetREMV_BasesRematesSP_Result>