POST api/DiarioDigit/AddTarimaLibro
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. |
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": "2026-01-24T14:23:03.12271-06:00",
"sFecha": "sample string 10",
"fe_archivo": "2026-01-24T14:23:03.12271-06:00",
"sfe_archivo": "sample string 12",
"Nota": "sample string 13"
}
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>2026-01-24T14:23:03.12271-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> <Nota>sample string 13</Nota> <Seccion>sample string 6</Seccion> <Vol>sample string 4</Vol> <fe_archivo>2026-01-24T14:23:03.12271-06:00</fe_archivo> <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.