Skip to content

Instantly share code, notes, and snippets.

@brunofonseca
Created November 28, 2015 12:07
Show Gist options
  • Save brunofonseca/6aeb9278b9f77e1ca04b to your computer and use it in GitHub Desktop.
Save brunofonseca/6aeb9278b9f77e1ca04b to your computer and use it in GitHub Desktop.
Estrutura POST JSON API
[
{
"nome" : "Gol G3 2103",
"descricao" : "Produto TEESTS",
"estado_de_conservacao" : "NOVO",
"valor" : "12.000,00",
"categoria_id" : "2",
"usuario_id" : "4"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment