Skip to main content
GET
/
api
/
v1
/
accounting
/
accounts
Listar cuentas contables
curl --request GET \
  --url https://api.lapyme.com.ar/api/v1/accounting/accounts \
  --header 'Authorization: Bearer <token>'
{
  "request_id": "<string>",
  "data": [
    {
      "object": "<string>",
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "code": "<string>",
      "name": "<string>",
      "description": "<string>",
      "is_active": true,
      "is_postable": true,
      "parent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "is_inflation_adjustable": true
    }
  ],
  "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

include_inactive
boolean
default:false
is_active
boolean
is_postable
boolean
type
enum<string>
Available options:
asset,
liability,
equity,
revenue,
expense
parent_id
string<uuid>
system_role
enum<string>
Available options:
ar,
ap,
vat_credit,
vat_debit,
revenue,
cogs,
merchandise,
values_to_deposit,
cash_in_transit,
deferred_checks_payable,
bounced_checks,
check_discount_expense,
card_pending,
card_commission,
cash_differences,
customer_advances,
supplier_advances,
wh_vat_suffered,
iibb_credits_suffered,
wh_income_tax_suffered,
wh_suss_suffered,
wh_stamps_suffered,
wh_vat_payable,
wh_iibb_payable,
wh_income_tax_payable,
wh_suss_payable,
perc_vat_suffered,
perc_vat_payable,
perc_iibb_payable,
purchases_non_taxable,
sales_non_taxable,
discounts_received,
taxes_expense,
misc_expense,
stock_adjustment_positive,
stock_adjustment_negative,
exchange_difference,
recpam,
fiscal_year_result,
capital_adjustment
is_inflation_adjustable
boolean

Response

Cuentas listadas exitosamente

request_id
string
object
enum<string>
Available options:
list
data
object[]
has_more
boolean
next_cursor
string | null