POST api/Precio?Llave={Llave}&ClaveVersion={ClaveVersion}&Clase={Clase}&Edicion={Edicion}&Kilometraje={Kilometraje}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Llave | string |
Required |
|
| ClaveVersion | string |
Required |
|
| Clase | integer |
Required |
|
| Edicion | integer |
Required |
|
| Kilometraje | integer |
Default value is -1 |
Body Parameters
None.
Response Information
Resource Description
Precio| Name | Description | Type | Additional information |
|---|---|---|---|
| Venta | string |
None. |
|
| Compra | string |
None. |
|
| Moneda | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Venta": "sample string 1",
"Compra": "sample string 2",
"Moneda": "sample string 3"
}
application/xml, text/xml
Sample:
<Precio xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Plataforma_ServiciosWeb"> <Compra>sample string 2</Compra> <Moneda>sample string 3</Moneda> <Venta>sample string 1</Venta> </Precio>