PUT api/InsumoMovimientoTipoAPI/Put/{id}

Modifica un Registro

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

InsumoMovimientoTipo
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Descripcion

string

Required

String length: inclusive between 0 and 100

Ingreso

boolean

None.

Egreso

boolean

None.

FechaDeBaja

date

None.

FechaDeModificacion

date

None.

UsuarioDeModificacion

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "bed13f49-ba76-4fe9-b569-ad26386e6949",
  "Descripcion": "sample string 2",
  "Ingreso": true,
  "Egreso": true,
  "FechaDeBaja": "2026-01-10T01:22:44.0229971-03:00",
  "FechaDeModificacion": "2026-01-10T01:22:44.0229971-03:00",
  "UsuarioDeModificacion": "sample string 5"
}

application/xml, text/xml

Sample:
<InsumoMovimientoTipo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities">
  <Descripcion>sample string 2</Descripcion>
  <Egreso>true</Egreso>
  <FechaDeBaja>2026-01-10T01:22:44.0229971-03:00</FechaDeBaja>
  <FechaDeModificacion>2026-01-10T01:22:44.0229971-03:00</FechaDeModificacion>
  <Id>bed13f49-ba76-4fe9-b569-ad26386e6949</Id>
  <Ingreso>true</Ingreso>
  <UsuarioDeModificacion>sample string 5</UsuarioDeModificacion>
</InsumoMovimientoTipo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.