POST api/Vehiculo/VehiculoTienePolizaVigente
Request Information
URI Parameters
None.
Body Parameters
ConsultaVehiculoPolizaVigente| Name | Description | Type | Additional information |
|---|---|---|---|
| idtipovehiculo | integer |
None. |
|
| anio | integer |
None. |
|
| patente | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"idtipovehiculo": 1,
"anio": 2,
"patente": "sample string 3"
}
application/xml, text/xml
Sample:
<ConsultaVehiculoPolizaVigente xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiVentaSoap.Models"> <anio>2</anio> <idtipovehiculo>1</idtipovehiculo> <patente>sample string 3</patente> </ConsultaVehiculoPolizaVigente>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |