Emit credit/debit note (ARCA)
emit_nota[demo: deshabilitada] Emits an ARCA-compliant Nota Crédito (NC) or Nota Débito (ND) against an original AFIP invoice and returns the CAE authorization code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | credito = Nota Crédito, debito = Nota Débito. | |
| tipo | Yes | Invoice type letter for this nota. | |
| concept | No | Items or concept description (optional). | |
| amountARS | Yes | Note total in Argentine pesos (ARS). | |
| requestId | No | Optional idempotency nonce. | |
| customerCuit | Yes | Customer CUIT/CUIL (11 digits, any format). | |
| associatedInvoice | Yes | Reference to the original invoice being credited or debited. |