Skip to main content
GET
/
api
/
v1
/
accounting
/
summarized-journal
Listar libro diario resumido
curl --request GET \
  --url https://api.lapyme.com.ar/api/v1/accounting/summarized-journal \
  --header 'Authorization: Bearer <token>'
{
  "request_id": "<string>",
  "object": "<string>",
  "url": "<string>",
  "data": [
    {
      "object": "<string>",
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "entry_number": 123,
      "date": "2023-12-25",
      "description": "<string>",
      "reference": "<string>",
      "source_type": "<string>",
      "source_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "currency": "<string>",
      "exchange_rate": 123,
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "lines": [
        {
          "object": "<string>",
          "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
          "account": {
            "object": "<string>",
            "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
            "code": "<string>",
            "name": "<string>"
          },
          "debit": 123,
          "credit": 123,
          "entered_debit": 123,
          "entered_credit": 123,
          "currency": "<string>",
          "contact": {
            "object": "<string>",
            "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
            "name": "<string>"
          },
          "cost_centers": {},
          "description": "<string>"
        }
      ]
    }
  ],
  "has_more": true,
  "next_cursor": "<string>"
}

Authorizations

Authorization
string
header
required

Incluí tu API key en el header Authorization con el prefijo Bearer.

Query Parameters

date_from
string<date>

Fecha inicial del período. Obligatoria junto con date_to si no se envía period_preset.

date_to
string<date>

Fecha final inclusiva del período. Obligatoria junto con date_from si no se envía period_preset.

period_preset
enum<string>

Atajo de período resuelto por la API a date_from/date_to en horario de Argentina. No enviarlo junto con date_from/date_to.

Available options:
today,
yesterday,
last_7_days,
last_30_days,
last_90_days,
this_month,
previous_month,
this_year
cost_center_1_ids
string<uuid>[]
cost_center_2_ids
string<uuid>[]
cost_center_3_ids
string<uuid>[]

Response

Libro diario resumido listado

request_id
string
required
object
string
required
Allowed value: "list"
url
string
required
data
object[]
required
has_more
boolean
required
next_cursor
string | null
required