Last active
November 9, 2021 22:50
-
-
Save grillermo/525b6ef714362e737c03d5dc423397a3 to your computer and use it in GitHub Desktop.
Respuesta API listo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"status": "ok", | |
"invoice": { | |
"id": 1511441, | |
"client_name": "PUBLICO EN GENERAL", | |
"currency": "MXN", | |
"total": 104.4, | |
"pdf": { | |
"url": "https://production-listo-mx.s3.amazonaws.com/generated_invoices/invoice.pdf", | |
"filename": "4142257A-AF94-4C7E-A097-C34B65A9B553.pdf" | |
}, | |
"xml": { | |
"url": "https://production-listo-mx.s3.amazonaws.com/generated_invoices/invoice.xml", | |
"filename": "4142257A-AF94-4C7E-A097-C34B65A9B553.xml" | |
}, | |
"invoice_id": 314958531, | |
"cfdi_payment_receipt_id": null, | |
"withholding_id": null | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment