PUT api/LecturaLineaImagen
Request Information
URI Parameters
None.
Body Parameters
ObjectResultLecturaImagen| Name | Description | Type | Additional information |
|---|---|---|---|
| booOK | boolean |
None. |
|
| strMensaje | string |
None. |
|
| miListLecturaLineaImagen | Collection of LecturaLineaImagen |
None. |
Request Formats
application/json, text/json
Sample:
{
"miListLecturaLineaImagen": [
{
"intId": 1,
"strImagenNombre": "sample string 2",
"strImagenContenidoBASE64": "sample string 3",
"datImagenContenidoFechaHora": "2025-12-06T08:49:36.6382526+01:00"
},
{
"intId": 1,
"strImagenNombre": "sample string 2",
"strImagenContenidoBASE64": "sample string 3",
"datImagenContenidoFechaHora": "2025-12-06T08:49:36.6382526+01:00"
}
],
"booOK": true,
"strMensaje": "sample string 2"
}
application/xml, text/xml
Sample:
<ObjectResultLecturaImagen xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestNotariaSql.Models.Result">
<booOK>true</booOK>
<miListLecturaLineaImagen xmlns:d2p1="http://schemas.datacontract.org/2004/07/RestNotariaSql.Models">
<d2p1:LecturaLineaImagen>
<d2p1:datImagenContenidoFechaHora>2025-12-06T08:49:36.6382526+01:00</d2p1:datImagenContenidoFechaHora>
<d2p1:intId>1</d2p1:intId>
<d2p1:strImagenContenidoBASE64>sample string 3</d2p1:strImagenContenidoBASE64>
<d2p1:strImagenNombre>sample string 2</d2p1:strImagenNombre>
</d2p1:LecturaLineaImagen>
<d2p1:LecturaLineaImagen>
<d2p1:datImagenContenidoFechaHora>2025-12-06T08:49:36.6382526+01:00</d2p1:datImagenContenidoFechaHora>
<d2p1:intId>1</d2p1:intId>
<d2p1:strImagenContenidoBASE64>sample string 3</d2p1:strImagenContenidoBASE64>
<d2p1:strImagenNombre>sample string 2</d2p1:strImagenNombre>
</d2p1:LecturaLineaImagen>
</miListLecturaLineaImagen>
<strMensaje>sample string 2</strMensaje>
</ObjectResultLecturaImagen>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectResultLecturaImagen| Name | Description | Type | Additional information |
|---|---|---|---|
| booOK | boolean |
None. |
|
| strMensaje | string |
None. |
|
| miListLecturaLineaImagen | Collection of LecturaLineaImagen |
None. |
Response Formats
application/json, text/json
Sample:
{
"miListLecturaLineaImagen": [
{
"intId": 1,
"strImagenNombre": "sample string 2",
"strImagenContenidoBASE64": "sample string 3",
"datImagenContenidoFechaHora": "2025-12-06T08:49:36.6382526+01:00"
},
{
"intId": 1,
"strImagenNombre": "sample string 2",
"strImagenContenidoBASE64": "sample string 3",
"datImagenContenidoFechaHora": "2025-12-06T08:49:36.6382526+01:00"
}
],
"booOK": true,
"strMensaje": "sample string 2"
}
application/xml, text/xml
Sample:
<ObjectResultLecturaImagen xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestNotariaSql.Models.Result">
<booOK>true</booOK>
<miListLecturaLineaImagen xmlns:d2p1="http://schemas.datacontract.org/2004/07/RestNotariaSql.Models">
<d2p1:LecturaLineaImagen>
<d2p1:datImagenContenidoFechaHora>2025-12-06T08:49:36.6382526+01:00</d2p1:datImagenContenidoFechaHora>
<d2p1:intId>1</d2p1:intId>
<d2p1:strImagenContenidoBASE64>sample string 3</d2p1:strImagenContenidoBASE64>
<d2p1:strImagenNombre>sample string 2</d2p1:strImagenNombre>
</d2p1:LecturaLineaImagen>
<d2p1:LecturaLineaImagen>
<d2p1:datImagenContenidoFechaHora>2025-12-06T08:49:36.6382526+01:00</d2p1:datImagenContenidoFechaHora>
<d2p1:intId>1</d2p1:intId>
<d2p1:strImagenContenidoBASE64>sample string 3</d2p1:strImagenContenidoBASE64>
<d2p1:strImagenNombre>sample string 2</d2p1:strImagenNombre>
</d2p1:LecturaLineaImagen>
</miListLecturaLineaImagen>
<strMensaje>sample string 2</strMensaje>
</ObjectResultLecturaImagen>