GET api/Reposiciones

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Reposiciones
NameDescriptionTypeAdditional information
IdReposicion

integer

None.

IdCliente

integer

None.

IdPersonal

integer

None.

IdActividad

integer

None.

Fecha

date

None.

Lineas

integer

None.

Foto1

string

None.

Foto2

string

None.

ReposicionesDet

Collection of ReposicionesDet

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "IdReposicion": 1,
    "IdCliente": 1,
    "IdPersonal": 1,
    "IdActividad": 1,
    "Fecha": "2025-06-16T07:53:24.1055072-05:00",
    "Lineas": 1,
    "Foto1": "sample string 2",
    "Foto2": "sample string 3"
  },
  {
    "IdReposicion": 1,
    "IdCliente": 1,
    "IdPersonal": 1,
    "IdActividad": 1,
    "Fecha": "2025-06-16T07:53:24.1055072-05:00",
    "Lineas": 1,
    "Foto1": "sample string 2",
    "Foto2": "sample string 3"
  }
]

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'System.Collections.Generic.List`1[[WebAPI.Models.Afichaje, WebAPI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'System.Collections.Generic.List`1[[WebAPI.Models.Afichaje, WebAPI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' contains cycles and cannot be serialized if reference tracking is disabled.