PUT api/Logs/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

Log
NameDescriptionTypeAdditional information
Id

integer

None.

IdEmpresa

integer

None.

IdRelacion

integer

None.

Tipo

string

None.

Descripcion

string

None.

FCreacion

date

None.

Borrado

boolean

None.

ModificadoPor

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "IdEmpresa": 2,
  "IdRelacion": 3,
  "Tipo": "sample string 4",
  "Descripcion": "sample string 5",
  "FCreacion": "2026-03-18T18:29:08.072641-07:00",
  "Borrado": true,
  "ModificadoPor": 8
}

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 'Log'.

Response Information

Resource Description

None.