Last active
September 14, 2015 19:51
-
-
Save jplaza/beb0a0b776d03873d3c5 to your computer and use it in GitHub Desktop.
Consulta de facturas en app.datil.co
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
{ | |
"count":2, | |
"next":null, | |
"previous":null, | |
"results":[ | |
{ | |
"numero":"001-001-000000110", | |
"comprador_correo":"[email protected]", | |
"detalle":[ | |
{ | |
"cantidad":"1.000000", | |
"precio":"1.000000", | |
"descuento":"0.00", | |
"valor":"1.00" | |
} | |
], | |
"weburl":"062b81fb99314902b4deeab02a064aec", | |
"fecha_emision_localizada":"Octubre 02, 2014", | |
"valortotal":"1.12", | |
"emisor":{ | |
"establecimiento":"001", | |
"punto_emision":"001", | |
"razon_social":"DATILMEDIA S.A.", | |
"ruc":"0992712554001" | |
}, | |
"fechaemision":"2014-10-02", | |
"mes_emision_localizado":"Octubre, 2014" | |
}, | |
{ | |
"numero":"001-001-000000102", | |
"comprador_correo":"[email protected]", | |
"detalle":[ | |
{ | |
"cantidad":"1.000000", | |
"precio":"50.000000", | |
"descuento":"0.00", | |
"valor":"50.00" | |
} | |
], | |
"weburl":"16e5d65243584d98abc68848bd4f0ef3", | |
"fecha_emision_localizada":"Julio 01, 2014", | |
"valortotal":"56.00", | |
"emisor":{ | |
"establecimiento":"001", | |
"punto_emision":"001", | |
"razon_social":"DATILMEDIA S.A.", | |
"ruc":"0992712554001" | |
}, | |
"fechaemision":"2014-07-01", | |
"mes_emision_localizado":"Julio, 2014" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment