Skip to main content
POST
Crear nota de crédito independiente

Authorizations

Authorization
string
header
required

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

Headers

Idempotency-Key
string
required

Clave estable para deduplicar reintentos de la misma operación.

Body

application/json
customer_id
string<uuid>
required
voucher_type
enum<integer>
required

AFIP credit-note voucher type.

Available options:
3,
8,
13,
53,
95,
100,
203,
208,
213
point_of_sale_id
string<uuid>
required
issue_date
string<date>
required
items
object[]
required
Minimum array length: 1
register_id
string<uuid>
operator_id
string<uuid>
cbtes_asoc
object | null
associated_period
object

Associated service period. For fiscal credit notes, this can be used instead of cbtes_asoc.

currency
enum<string>
Available options:
PES,
DOL
cost_centers
object
restock_inventory
boolean
default:false
warehouse_id
string<uuid>
notes
string

Response

Nota de crédito creada exitosamente

request_id
string
data
object
warnings
any[]