Advertisement
Mushi

json2

Oct 29th, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.35 KB | None | 0 0
  1. {
  2.     "campanha": {
  3.         "servicos": [
  4.             {
  5.                 "servicoId": "5bc5ef98729fb00015326c1f",
  6.                 "quantidade": 2,
  7.                 "voluntarios": [{ "voluntarioId": "5bcf99b64f496e00157c1076", "estado": 0 }]
  8.             }
  9.         ]
  10.     },
  11.     "voluntario": {
  12.         "campanhas": [ { "campanhaId": "5bd7b91a8ea3bd001549f8fb", "estado": 0 } ]
  13.     }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement