Last active
January 31, 2019 12:16
-
-
Save wnasich/38f4cbba030ef3c70b4f505a853bded7 to your computer and use it in GitHub Desktop.
Información en JSON sobre un CUIT desde webservices de AFIP usando bash (AFIP deshabilito este acceso)
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
#! /bin/bash | |
if [ -z "$1" ]; then | |
echo "Ingrese un CUIT" | |
exit 1 | |
fi | |
curl https://soa.afip.gob.ar/sr-padron/v2/persona/$1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AFIP ya no permite accesos no autenticados a estos datos