PUT api/DiarioDigit/PutCheckLibro
Request Information
URI Parameters
None.
Body Parameters
TarimaLibro| Name | Description | Type | Additional information |
|---|---|---|---|
| IdTarimaLibro | integer |
None. |
|
| IdTarima | integer |
None. |
|
| IdLibro | string |
None. |
|
| Vol | string |
None. |
|
| Lib | string |
None. |
|
| Seccion | string |
None. |
|
| Mun | string |
None. |
|
| FechaLibro | string |
None. |
|
| Fecha | date |
None. |
|
| sFecha | string |
None. |
|
| fe_archivo | date |
None. |
|
| sfe_archivo | string |
None. |
|
| Nota | string |
None. |
|
| Nombre | string |
None. |
|
| insc_inicial | string |
None. |
|
| insc_final | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdTarimaLibro": 1,
"IdTarima": 2,
"IdLibro": "sample string 3",
"Vol": "sample string 4",
"Lib": "sample string 5",
"Seccion": "sample string 6",
"Mun": "sample string 7",
"FechaLibro": "sample string 8",
"Fecha": "2025-12-05T22:12:40.2941205-06:00",
"sFecha": "sample string 10",
"fe_archivo": "2025-12-05T22:12:40.2941205-06:00",
"sfe_archivo": "sample string 12",
"Nota": "sample string 13",
"Nombre": "sample string 14",
"insc_inicial": "sample string 15",
"insc_final": "sample string 16"
}
application/xml, text/xml
Sample:
<TarimaLibro xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WS_Alerta_Inmobiliaria.Models"> <Fecha>2025-12-05T22:12:40.2941205-06:00</Fecha> <FechaLibro>sample string 8</FechaLibro> <IdLibro>sample string 3</IdLibro> <IdTarima>2</IdTarima> <IdTarimaLibro>1</IdTarimaLibro> <Lib>sample string 5</Lib> <Mun>sample string 7</Mun> <Nombre>sample string 14</Nombre> <Nota>sample string 13</Nota> <Seccion>sample string 6</Seccion> <Vol>sample string 4</Vol> <fe_archivo>2025-12-05T22:12:40.2941205-06:00</fe_archivo> <insc_final>sample string 16</insc_final> <insc_inicial>sample string 15</insc_inicial> <sFecha>sample string 10</sFecha> <sfe_archivo>sample string 12</sfe_archivo> </TarimaLibro>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.