Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.42 KB | None | 0 0
  1. {
  2.    "_id":"",
  3.    "type":"",
  4.    "date":"",
  5.    "info": {
  6.       "param":"",
  7.    },
  8.    "contract":{
  9.       "id":"",
  10.       "number":"",
  11.       "item":{
  12.          "id":"",
  13.          "number":"",
  14.          "msisdns":[],
  15.          "plan_type":""
  16.       },
  17.       "customer":{
  18.          "id":"",
  19.          "companyName":"",
  20.          "tradingName":"",
  21.          "cnpj":"",
  22.          "email":"",
  23.          "phone":""
  24.       }
  25.    }
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement