POST ProveedoresTransporteApi/InactivarVehiculo

Request Information

URI Parameters

None.

Body Parameters

UsuarioPlaca
NameDescriptionTypeAdditional information
Placa

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Placa": "sample string 1"
}

application/xml, text/xml

Sample:
<UsuarioPlaca xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SigoMobile.Entidades">
  <Placa>sample string 1</Placa>
</UsuarioPlaca>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Respuesta
NameDescriptionTypeAdditional information
Id

integer

None.

Confirmacion

boolean

None.

MensajeRespuesta

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Confirmacion": true,
  "MensajeRespuesta": "sample string 3"
}

application/xml, text/xml

Sample:
<Respuesta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CaracolTV.GRO.Negocio.Logica.Genericos">
  <Confirmacion>true</Confirmacion>
  <Id>1</Id>
  <MensajeRespuesta>sample string 3</MensajeRespuesta>
</Respuesta>