Created
January 22, 2025 23:42
-
-
Save JeanCarlosChavarriaHughes/2fe3c1dcf6c6c34f0d98614a91672c97 to your computer and use it in GitHub Desktop.
clave-example-guide1
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
curl --location --request POST 'http://localhost/www/api.php' \ | |
--header 'Content-Type: application/x-www-form-urlencoded' \ | |
--header 'Content-Type: application/x-www-form-urlencoded' \ | |
--data-urlencode 'w=clave' \ | |
--data-urlencode 'r=clave' \ | |
--data-urlencode 'tipoCedula=fisico' \ | |
--data-urlencode 'cedula=702110230' \ | |
--data-urlencode 'codigoPais=506' \ | |
--data-urlencode 'consecutivo=1522773402' \ | |
--data-urlencode 'situacion=normal' \ | |
--data-urlencode 'codigoSeguridad=07756342' \ | |
--data-urlencode 'tipoDocumento=FE' \ | |
--data-urlencode 'terminal=00001' \ | |
--data-urlencode 'sucursal=001' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment