Attach addenda to cfdi xml.
Parámetros URI
id ( string )
cfdi id.
Required
Atributos de la petición
Identificador ( string )
Required
NombreDelCliente ( string )
Required
Periodo ( string )
Matching regular expression pattern: \d{4}[01]\d[0-3]\d-\d{4}[01]\d[0-3]\d
TasaDeInteres ( decimal number )
Matching regular expression pattern: ^\d+(\.\d{1,4})?$
SaldoPromedio ( decimal number )
Matching regular expression pattern: ^\d+(\.\d{1,4})?$
InteresNominal ( decimal number )
Matching regular expression pattern: ^\d+(\.\d{1,4})?$
InteresReal ( decimal number )
Matching regular expression pattern: ^\d+(\.\d{1,4})?$
InteresNominalExentoDeImpuestos ( decimal number )
Matching regular expression pattern: ^\d+(\.\d{1,4})?$
InteresNominalSujetoAImpuestos ( decimal number )
Matching regular expression pattern: ^\d+(\.\d{1,4})?$
ImpuestoSobreLaRenta ( decimal number )
Matching regular expression pattern: ^\d+(\.\d{1,4})?$
TasaDeImpuestoSobreLaRenta ( decimal number )
Matching regular expression pattern: ^\d+(\.\d{1,4})?$
Argumentos de respuesta
xml cfdi with addenda in base64.
IHttpActionResultNo se tienen parámetros
http method:
PUT
https://apisandbox.facturama.mx/api-lite/addenda/{id}/nu
Ejemplo de Petición
application/json, text/json
{ "Movimientos": [ { "Fecha": "2025-04-25T09:19:03.0770913-06:00", "Descripcion": "sample string 2", "Importe": 3.0 }, { "Fecha": "2025-04-25T09:19:03.0770913-06:00", "Descripcion": "sample string 2", "Importe": 3.0 } ], "Identificador": "sample string 1", "NombreDelCliente": "sample string 2", "Periodo": "sample string 3", "TasaDeInteres": 1.0, "SaldoPromedio": 1.0, "InteresNominal": 1.0, "InteresReal": 1.0, "InteresNominalExentoDeImpuestos": 1.0, "InteresNominalSujetoAImpuestos": 1.0, "ImpuestoSobreLaRenta": 1.0, "TasaDeImpuestoSobreLaRenta": 1.0 }
Ejemplo de Respuesta
application/json, text/json
Sample not available.