POST api/DiarioDigit/AddLibroDigLibro
Request Information
URI Parameters
None.
Body Parameters
LibroDigLibro| Name | Description | Type | Additional information |
|---|---|---|---|
| IdLibroDigLibro | integer |
None. |
|
| IdLibroDig | 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. |
Request Formats
application/json, text/json
Sample:
{
"IdLibroDigLibro": 1,
"IdLibroDig": 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:17.0753544-06:00",
"sFecha": "sample string 10",
"fe_archivo": "2025-12-05T22:12:17.0753544-06:00",
"sfe_archivo": "sample string 12",
"Nota": "sample string 13"
}
application/xml, text/xml
Sample:
<LibroDigLibro 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:17.0753544-06:00</Fecha> <FechaLibro>sample string 8</FechaLibro> <IdLibro>sample string 3</IdLibro> <IdLibroDig>2</IdLibroDig> <IdLibroDigLibro>1</IdLibroDigLibro> <Lib>sample string 5</Lib> <Mun>sample string 7</Mun> <Nota>sample string 13</Nota> <Seccion>sample string 6</Seccion> <Vol>sample string 4</Vol> <fe_archivo>2025-12-05T22:12:17.0753544-06:00</fe_archivo> <sFecha>sample string 10</sFecha> <sfe_archivo>sample string 12</sfe_archivo> </LibroDigLibro>
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.