POST api/DiarioDigit/AddLibro
Request Information
URI Parameters
None.
Body Parameters
LibroDigit| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| Nombre | string |
None. |
|
| Notas | string |
None. |
|
| fe_apertura | date |
None. |
|
| fe_cierre | date |
None. |
|
| sfe_apertura | string |
None. |
|
| sfe_cierre | string |
None. |
|
| caja | integer |
None. |
|
| idDistrito | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"Nombre": "sample string 2",
"Notas": "sample string 3",
"fe_apertura": "2025-12-05T22:12:16.1847461-06:00",
"fe_cierre": "2025-12-05T22:12:16.1847461-06:00",
"sfe_apertura": "sample string 6",
"sfe_cierre": "sample string 7",
"caja": 8,
"idDistrito": 9
}
application/xml, text/xml
Sample:
<LibroDigit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WS_Alerta_Inmobiliaria.Models"> <Nombre>sample string 2</Nombre> <Notas>sample string 3</Notas> <caja>8</caja> <fe_apertura>2025-12-05T22:12:16.1847461-06:00</fe_apertura> <fe_cierre>2025-12-05T22:12:16.1847461-06:00</fe_cierre> <id>1</id> <idDistrito>9</idDistrito> <sfe_apertura>sample string 6</sfe_apertura> <sfe_cierre>sample string 7</sfe_cierre> </LibroDigit>
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.