diff --git a/website/openapi_v2.en.yaml b/website/openapi_v2.en.yaml index 8023243..28cc067 100644 --- a/website/openapi_v2.en.yaml +++ b/website/openapi_v2.en.yaml @@ -8063,6 +8063,9 @@ components: - "03" - "04" - "05" + - "06" + - "07" + - "08" description: | Code that represents whether the good or service is subject to tax or not. This attribute corresponds to the "ObjetoImp" field in the CFDI. @@ -8071,6 +8074,9 @@ components: - `03`: Subject to tax, but not required to break down. - `04`: Subject to tax, but does not cause tax. - `05`: Subject to tax, VAT credit PODEBI. + - `06`: Subect to tax IVA, but not IVA transferred. + - `07`: Not Subject to tax IVA, but required IEPS breakdown. + - `08`: Not Subject to tax IVA, and not required IEPS breakdown. taxes: type: array default: IVA (VAT) transferred 16% diff --git a/website/openapi_v2.yaml b/website/openapi_v2.yaml index 52b1d47..56a0ae6 100644 --- a/website/openapi_v2.yaml +++ b/website/openapi_v2.yaml @@ -7998,6 +7998,9 @@ components: - "03" - "04" - "05" + - "06" + - "07" + - "08" description: | Código que representa si el bien o servicio es objeto de impuesto o no. Este atributo corresponde al campo "ObjetoImp" en el CFDI. @@ -8006,6 +8009,9 @@ components: - `03`: Sí objeto de impuesto, pero no obligado a desglose. - `04`: Sí objeto de impuesto, y no causa impuesto. - `05`: Sí objeto de impuesto, IVA crédito PODEBI. + - `06`: Sí objeto de impuesto, no IVA trasladado. + - `07`: No traslado de IVA, pero desglose de IEPS. + - `08`: No traslado de IVA sin desglose de IEPS. taxes: type: array default: IVA trasladado 16%