Skip to content

Commit

Permalink
Acrescentando atributos de e-mail principal e secundario
Browse files Browse the repository at this point in the history
  • Loading branch information
guicouto committed Oct 25, 2018
1 parent bd8b3db commit 0ed4a18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/clientes/consulta.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ Retorno da requisição GET::
"telefone_primario": "37988242968",
"telefone_secundario": "37988242968",
"telefone_terciario": "",
"email_principal":"guilherme@silva.com.br",
"email_secundario":null,
"rg": "MG16999888",
"rg_emissao": null,
"inscricao_municipal": null,
Expand Down Expand Up @@ -142,6 +144,8 @@ Retorno da requisição GET::
"telefone_primario": "37999450812",
"telefone_secundario": "37999452812",
"telefone_terciario": "",
"email_principal":null,
"email_secundario":null,
"rg": "MG11298180",
"rg_emissao": null,
"inscricao_municipal": null,
Expand Down

0 comments on commit 0ed4a18

Please sign in to comment.