Errores de detalle de ítem
Errores producidos durante la validación de ítems del comprobante.
| Código | Slug | Mensaje | Descripción |
|---|---|---|---|
AL_PER_ITDL_001 | IGV_AMOUNT_NOT_ALLOWED | The field 'taxes.igv.amount' is not allowed for the given IGV type | Ocurre cuando el tipo de IGV es exonerado, inafecto o exportación y se proporciona el campo taxes.igv.amount. |
AL_PER_ITDL_002 | IGV_AMOUNT_REQUIRED | The field 'taxes.igv.amount' is required for the given IGV type | Ocurre cuando el tipo de IGV es gravado y no se proporciona el campo taxes.igv.amount. |
AL_PER_ITDL_003 | FREE_ITEM_UNIT_VALUE_MUST_BE_ZERO | The field 'unitValue' must be zero for free items | Ocurre cuando el tipo de IGV corresponde a una operación gratuita y el campo unitValue tiene un valor distinto de cero. |
AL_PER_ITDL_004 | FREE_ITEM_UNIT_PRICE_MUST_BE_ZERO | The field 'unitPrice' must be zero for free items | Ocurre cuando el tipo de IGV corresponde a una operación gratuita y el campo unitPrice tiene un valor distinto de cero. |
AL_PER_ITDL_005 | FREE_ITEM_REFERENCE_UNIT_VALUE_REQUIRED | The field 'referenceUnitValue' is required for free items | Ocurre cuando el tipo de IGV corresponde a una operación gratuita y no se proporciona el campo referenceUnitValue. |
AL_PER_ITDL_006 | FREE_ITEM_UNIT_VALUE_MUST_BE_POSITIVE | The field 'unitValue' must be greater than zero for onerous items | Ocurre cuando el tipo de IGV corresponde a una operación onerosa y el campo unitValue es cero. |
AL_PER_ITDL_007 | FREE_ITEM_UNIT_PRICE_MUST_BE_POSITIVE | The field 'unitPrice' must be greater than zero for onerous items | Ocurre cuando el tipo de IGV corresponde a una operación onerosa y el campo unitPrice es cero. |
AL_PER_ITDL_008 | FREE_ITEM_REFERENCE_UNIT_VALUE_NOT_ALLOWED | The field 'referenceUnitValue' is not allowed for onerous items | Ocurre cuando el tipo de IGV corresponde a una operación onerosa y se proporciona el campo referenceUnitValue. |
AL_PER_ITDL_011 | GTIN_PRODUCT_CODE_INVALID | The field 'codes.gtinProductCode' must be a numeric string of exactly 8, 12, 13 or 14 digits | Ocurre cuando el valor de codes.gtinProductCode no es numérico o su longitud no corresponde a ningún tipo GTIN válido (8, 12, 13 o 14 dígitos). |
AL_PER_ITDL_009 | ITEM_REASON_CODE_NOT_VALID_FOR_CHARGE | The field 'reasonCode' is not a valid item charge code | Ocurre cuando isCharge es true y el valor de reasonCode no corresponde a un código de cargo a nivel de ítem válido. |
AL_PER_ITDL_010 | ITEM_REASON_CODE_NOT_VALID_FOR_DISCOUNT | The field 'reasonCode' is not a valid item discount code | Ocurre cuando isCharge es false y el valor de reasonCode no corresponde a un código de descuento a nivel de ítem válido. |
Updated 19 days ago
