DELETE api/Publicaciones/Link/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

LinkArchivo
NameDescriptionTypeAdditional information
idLinkArchivo

integer

None.

idEntidad

integer

Required

idItem

integer

Required

nombreArchivo

string

String length: inclusive between 0 and 500

enlace

string

None.

textoEnlace

string

None.

descarga

boolean

None.

fotoMiniatura

string

String length: inclusive between 0 and 255

fechaModificacion

date

Data type: DateTime

usuarioModificacion

string

String length: inclusive between 0 and 50

borrado

date

Data type: DateTime

TEntidad

TEntidad

None.

Response Formats

application/json, text/json

Sample:
{
  "idLinkArchivo": 1,
  "idEntidad": 2,
  "idItem": 3,
  "nombreArchivo": "sample string 4",
  "enlace": "sample string 5",
  "textoEnlace": "sample string 6",
  "descarga": true,
  "fotoMiniatura": "sample string 7",
  "fechaModificacion": "2024-12-22T23:50:53.4802471+00:00",
  "usuarioModificacion": "sample string 8",
  "borrado": "2024-12-22T23:50:53.4802471+00:00",
  "TEntidad": {
    "idEntidad": 1,
    "entidad": "sample string 2",
    "descripcion": "sample string 3",
    "activo": true
  }
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.