Skip to content

Instantly share code, notes, and snippets.

@jplaza
Last active September 14, 2015 19:51
Show Gist options
  • Save jplaza/beb0a0b776d03873d3c5 to your computer and use it in GitHub Desktop.
Save jplaza/beb0a0b776d03873d3c5 to your computer and use it in GitHub Desktop.
Consulta de facturas en app.datil.co
{
"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