Skip to content

Instantly share code, notes, and snippets.

View karlozz157's full-sized avatar
:octocat:

Carlos Romero karlozz157

:octocat:
View GitHub Profile
{
"_id" : ObjectId("59724fc2c46988f553c1a768"),
"rfc" : "EBA0811033L2",
"IDcampana" : "101",
"campana" : "TAURAFIRFLUX101",
"CLABE" : "646180121110100079",
"estatus" : NumberLong(7),
"fecha_activacion_perfil" : "2018-01-23",
"dias_restantes" : NumberLong(6),
"entiendo_Datos" : "true",
function cleanSheets() {
var sheets = SpreadsheetApp.getActiveSpreadsheet().getSheets();
for (var i = 0; i < sheets.length; i++) {
if (sheets[i].getName().indexOf('Libro Mayor') === -1) {
continue;
}
sheets[i].clearContents();
sheets[i].getRange('A1:E1').setValues([
// all
$.getJSON('http://spa.devrobots.com.mx/calendars', function(response) {
console.log(response);
});
// get one
$.getJSON(`http://spa.devrobots.com.mx/calendars/get/${id}`, function(response) {
console.log(response);
});
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<registraOrden xmlns="http://h2h.integration.spei.enlacefi.lgec.com/">
<ordenPago xmlns="">
<claveRastreo>UBERMUTUAUTO113141217115940PAG</claveRastreo>
<conceptoPago>DIRL890213 hizo un pago a Arkafin, S.A.</conceptoPago>
<cuentaBeneficiario>646180128400000235</cuentaBeneficiario>
<cuentaOrdenante />
<emailBeneficiario>pcetinab@mutuofinanciera.com</emailBeneficiario>