GET Maquina/Vehiculos

Obtiene la lista de maquinas tipo vehículo activas

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Lista de vehículos

Collection of TipoBaseImagenDto
NameDescriptionTypeAdditional information
Id

integer

None.

IdLocal

integer

None.

Nombre

string

None.

Orden

integer

None.

Imagen

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "2",
    "Id": 1,
    "IdLocal": 2,
    "Nombre": "sample string 3",
    "Orden": 4,
    "Imagen": "QEA="
  },
  {
    "$ref": "2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfTipoBaseImagenDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" z:Id="1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" xmlns="http://schemas.datacontract.org/2004/07/Sofycom.Sofygest.Service.Application.Models.Dtos.Comunes">
  <TipoBaseImagenDto z:Id="2">
    <Id>1</Id>
    <IdLocal>2</IdLocal>
    <Imagen z:Id="3">QEA=</Imagen>
    <Nombre z:Id="4">sample string 3</Nombre>
    <Orden>4</Orden>
  </TipoBaseImagenDto>
  <TipoBaseImagenDto z:Ref="2" i:nil="true" />
</ArrayOfTipoBaseImagenDto>