Skip to content

Commit

Permalink
Correccion de comentarios en respuesta JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
bracodev committed May 18, 2020
1 parent d5f366c commit 11358d7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,16 @@ vCedulaVE::info('V', '12345678', true, true);
"website": "https://api.megacreativo.com/public/cedula-ve/v1",
"response":
{
"nac": "V", // Nacionalidad. [V|E]
"dni": "12345678", // Cédula de identidad
"name": "Jhon Alfred", // Primer y segundo nombre
"lastname": "Doe Law", // Primer y segundo apellido
"fullname": "Jhon Alfred Doe Law", // Nombre completo
"state": "Estado", // Estado donde se encuentra el Centro de votación
"municipality": "Municipio", // Municipio del Centro de votación
"parish": "Parroquia", // Parroquia del Centro de votación
"voting": "Centro de votación", // Nombre del Centro de votación
"address": "Direccion" // Dirección del Centro de votación
"nac": "V", /* Nacionalidad. [V|E] */
"dni": "12345678", /* Cédula de identidad */
"name": "Jhon Alfred", /* Primer y segundo nombre */
"lastname": "Doe Law", /* Primer y segundo apellido */
"fullname": "Jhon Alfred Doe Law", /* Nombre completo */
"state": "Estado", /* Estado donde se encuentra el Centro de votación */
"municipality": "Municipio", /* Municipio del Centro de votación */
"parish": "Parroquia", /* Parroquia del Centro de votación */
"voting": "Centro de votación", /* Nombre del Centro de votación */
"address": "Direccion" /* Dirección del Centro de votación */
}
}
```
Expand Down

0 comments on commit 11358d7

Please sign in to comment.