Advertisement
renatoSouza

Untitled

Oct 17th, 2017
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.36 KB | None | 0 0
  1. {
  2.   "categoria": "MOTOCICLISTA",
  3.   "cidade": "campinas",
  4.   "cnh": "123333123",
  5.   "cpf": "",
  6.   "dataNascimento": "29/10/1987",
  7.   "docAuxiliar": "string",
  8.   "docPessoal": "string",
  9.   "email": "re232323@ig.com",
  10.   "id": 0,
  11.   "nome": "Renato Souza",
  12.   "orgaoEmissor": "",
  13.   "rg": "",
  14.   "status": "ATIVO",
  15.   "telefone": "5519333390023",
  16.   "veiculos": [
  17.     {
  18.       "alertaRoubo": "SEM",
  19.       "anoFabricacao": "2017",
  20.       "anoLicenciamento": "2017",
  21.       "anoModelo": "2017",
  22.       "categoria": "MOTOCICLETA",
  23.       "combustivel": "GASOLINA",
  24.       "cor": "PRATA",
  25.       "descricao": "LICEN",
  26.       "id": 0,
  27.       "importado": false,
  28.       "ipvaAberto": "0",
  29.       "marca": "FORD",
  30.       "modelo": "FOCUS",
  31.       "motorista": {},
  32.       "multasCETESB": "0",
  33.       "multasDER": "0",
  34.       "multasDERSA": "0",
  35.       "multasDETRAN": "0",
  36.       "multasMunicipais": "0",
  37.       "multasPRF": "0",
  38.       "observacoes": "LICENC",
  39.       "placa": "XXX9999",
  40.       "registroGuincho": "NADA CONSTA",
  41.       "renavam": "999999999",
  42.       "restricaoAdministrativa": "NADA CONSTA",
  43.       "restricaoFinanceira": "NADA CONSTA",
  44.       "restricaoJudiciaria": "NADA CONSTA",
  45.       "restricaoTributaria": "NADA CONSTA",
  46.       "totalImpostos": "0",
  47.       "totalMultas": "0",
  48.       "ultimaInspecao": "2010",
  49.       "veiculoTipo": "AUTOMOVEL"
  50.     }
  51.   ],
  52.   "senha": "string"
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement