POST api/Especies/Enlace
Request Information
URI Parameters
None.
Body Parameters
LinkArchivoName | Description | Type | Additional 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. |
Request 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:07:43.9165128+00:00", "usuarioModificacion": "sample string 8", "borrado": "2024-12-22T23:07:43.9165128+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.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
LinkArchivoName | Description | Type | Additional 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:07:43.9477597+00:00", "usuarioModificacion": "sample string 8", "borrado": "2024-12-22T23:07:43.9477597+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.