PUT api/Reposiciones/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

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.

Request Formats

application/json, text/json

Sample:
{
  "IdReposicion": 1,
  "IdCliente": 1,
  "IdPersonal": 1,
  "IdActividad": 1,
  "Fecha": "2025-06-16T08:25:03.9706122-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 'WebAPI.Models.Afichaje' 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 'WebAPI.Models.Afichaje' contains cycles and cannot be serialized if reference tracking is disabled.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Reposiciones'.

Response Information

Resource Description

None.