GET api/VehiculoTransportista/ListarVehiculosTransportexPersona/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "2",
    "idVehiculoTransporte": 1,
    "idPersona": 2,
    "marca": "sample string 3",
    "chofer": "sample string 4",
    "nroIdentidadChofer": "sample string 5",
    "licenciaChofer": "sample string 6",
    "tarjetaCirculacionChofer": "sample string 7",
    "placa": "sample string 8",
    "rucEmpresa": "sample string 9",
    "razonSocialEmpresa": "sample string 10",
    "largo": 1.0,
    "ancho": 1.0,
    "alto": 1.0,
    "pesoBruto": 1.0,
    "idVehiculo": 11
  },
  {
    "$ref": "2"
  },
  {
    "$ref": "2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfsp_ListarVehiculosTransportexPersona_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades">
  <sp_ListarVehiculosTransportexPersona_Result>
    <alto>1</alto>
    <ancho>1</ancho>
    <chofer>sample string 4</chofer>
    <idPersona>2</idPersona>
    <idVehiculo>11</idVehiculo>
    <idVehiculoTransporte>1</idVehiculoTransporte>
    <largo>1</largo>
    <licenciaChofer>sample string 6</licenciaChofer>
    <marca>sample string 3</marca>
    <nroIdentidadChofer>sample string 5</nroIdentidadChofer>
    <pesoBruto>1</pesoBruto>
    <placa>sample string 8</placa>
    <razonSocialEmpresa>sample string 10</razonSocialEmpresa>
    <rucEmpresa>sample string 9</rucEmpresa>
    <tarjetaCirculacionChofer>sample string 7</tarjetaCirculacionChofer>
  </sp_ListarVehiculosTransportexPersona_Result>
  <sp_ListarVehiculosTransportexPersona_Result>
    <alto>1</alto>
    <ancho>1</ancho>
    <chofer>sample string 4</chofer>
    <idPersona>2</idPersona>
    <idVehiculo>11</idVehiculo>
    <idVehiculoTransporte>1</idVehiculoTransporte>
    <largo>1</largo>
    <licenciaChofer>sample string 6</licenciaChofer>
    <marca>sample string 3</marca>
    <nroIdentidadChofer>sample string 5</nroIdentidadChofer>
    <pesoBruto>1</pesoBruto>
    <placa>sample string 8</placa>
    <razonSocialEmpresa>sample string 10</razonSocialEmpresa>
    <rucEmpresa>sample string 9</rucEmpresa>
    <tarjetaCirculacionChofer>sample string 7</tarjetaCirculacionChofer>
  </sp_ListarVehiculosTransportexPersona_Result>
  <sp_ListarVehiculosTransportexPersona_Result>
    <alto>1</alto>
    <ancho>1</ancho>
    <chofer>sample string 4</chofer>
    <idPersona>2</idPersona>
    <idVehiculo>11</idVehiculo>
    <idVehiculoTransporte>1</idVehiculoTransporte>
    <largo>1</largo>
    <licenciaChofer>sample string 6</licenciaChofer>
    <marca>sample string 3</marca>
    <nroIdentidadChofer>sample string 5</nroIdentidadChofer>
    <pesoBruto>1</pesoBruto>
    <placa>sample string 8</placa>
    <razonSocialEmpresa>sample string 10</razonSocialEmpresa>
    <rucEmpresa>sample string 9</rucEmpresa>
    <tarjetaCirculacionChofer>sample string 7</tarjetaCirculacionChofer>
  </sp_ListarVehiculosTransportexPersona_Result>
</ArrayOfsp_ListarVehiculosTransportexPersona_Result>