DELETE api/Kyros/QuitaAsignacionConductorPRE
Request Information
URI Parameters
None.
Body Parameters
QuitarConductorVehiculoName | Description | Type | Additional information |
---|---|---|---|
matricula | string |
None. |
|
tipologia | string |
None. |
|
fecha_timestamp | integer |
None. |
|
codCentroTrabajo | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "matricula": "sample string 1", "tipologia": "sample string 2", "fecha_timestamp": 3, "codCentroTrabajo": "sample string 4" }
text/html
Sample:
{"matricula":"sample string 1","tipologia":"sample string 2","fecha_timestamp":3,"codCentroTrabajo":"sample string 4"}
application/xml, text/xml
Sample:
<clsLogicaKyros.QuitarConductorVehiculo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ElecniaLogicaC"> <codCentroTrabajo>sample string 4</codCentroTrabajo> <fecha_timestamp>3</fecha_timestamp> <matricula>sample string 1</matricula> <tipologia>sample string 2</tipologia> </clsLogicaKyros.QuitarConductorVehiculo>
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.