DELETE api/Kyros/BajaVehiculoFlotaPRE
Request Information
URI Parameters
None.
Body Parameters
BajaVehiculoName | Description | Type | Additional information |
---|---|---|---|
matricula | string |
None. |
|
fechaBaja_timestamp | integer |
None. |
|
motivo | string |
None. |
|
hashKyros | string |
None. |
|
tipologia | string |
None. |
|
codCentroTrabajo | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "matricula": "sample string 1", "fechaBaja_timestamp": 2, "motivo": "sample string 3", "hashKyros": "sample string 4", "tipologia": "sample string 5", "codCentroTrabajo": "sample string 6" }
text/html
Sample:
{"matricula":"sample string 1","fechaBaja_timestamp":2,"motivo":"sample string 3","hashKyros":"sample string 4","tipologia":"sample string 5","codCentroTrabajo":"sample string 6"}
application/xml, text/xml
Sample:
<clsLogicaKyros.BajaVehiculo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ElecniaLogicaC"> <codCentroTrabajo>sample string 6</codCentroTrabajo> <fechaBaja_timestamp>2</fechaBaja_timestamp> <hashKyros>sample string 4</hashKyros> <matricula>sample string 1</matricula> <motivo>sample string 3</motivo> <tipologia>sample string 5</tipologia> </clsLogicaKyros.BajaVehiculo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.