diff --git a/website/openapi_v2.en.yaml b/website/openapi_v2.en.yaml index debc545a4..3d2496877 100644 --- a/website/openapi_v2.en.yaml +++ b/website/openapi_v2.en.yaml @@ -14440,6 +14440,10 @@ components: description: | Current status of the cancellation request, if it has been made. `verifying` means the SAT has received the request and is validating it; Facturapi will keep checking until it changes to a final status. You can read more in the [Cancel Invoice](#tag/invoice/operation/deleteInvoice) section. example: none + canceled_at: + type: string + format: date-time + description: Date close to the time when the CFDI was canceled. verification_url: type: string format: uri diff --git a/website/openapi_v2.yaml b/website/openapi_v2.yaml index 11604cab1..7be11c8a0 100644 --- a/website/openapi_v2.yaml +++ b/website/openapi_v2.yaml @@ -14661,6 +14661,10 @@ components: description: | Estado actual de la solicitud de cancelación, en caso de haberla realizado. Puedes leer más a detalle en la sección de [Cancelar Factura](#tag/invoice/operation/deleteInvoice)). example: none + canceled_at: + type: string + format: date-time + description: Fecha cercana a la hora donde se canceló CFDI verification_url: type: string format: uri