Advertisement
chrys_bo

JSON Client

Jul 27th, 2017
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.58 KB | None | 0 0
  1. {
  2.     "Name": "Chrystian Batista de Oliveira",
  3.     "ReducedName": "test",
  4.     "CpfCnpj": "39404291803",
  5.     "DefaultCarrierId": "000221",
  6.     "DefaultShippingTypeId": "C",
  7.     "ClientTypeId": "F",
  8.     "TaxGroup": "S",
  9.     "ClientGroup": "S",
  10.     "Address": {
  11.         "State": "SP",
  12.         "City": "SP50308",
  13.         "ZipCode": "03360070",
  14.         "Neighborhood": "Vila Formosa",
  15.         "Number": 237,
  16.         "Street": "Rua São Ticiano",
  17.         "Complement": "casa"
  18.     },
  19.     "InvoiceAddress": {
  20.         "State": "SP",
  21.         "City": "SP50308",
  22.         "ZipCode": "03360070",
  23.         "Neighborhood": "Vila Formosa",
  24.         "Number": 237,
  25.         "Street": "Rua São Ticiano",
  26.         "Complement": "casa"
  27.     },
  28.     "Contacts": [{
  29.         "Name": "Amedeo Baitola",
  30.         "Cpf": "29318223712",
  31.         "Office": null,
  32.         "Email": "amedeo@fabritech.com.br",
  33.         "Ddd": "11",
  34.         "Phone": "92992922"
  35.     }],
  36.     "DeliveryAddress": [{
  37.             "State": "SP",
  38.             "City": "SP50308",
  39.             "ZipCode": "03360070",
  40.             "Neighborhood": "Vila Formosa",
  41.             "Number": 237,
  42.             "Street": "Rua São Ticiano",
  43.             "Complement": "casa"
  44.     }],
  45.     "ClientCompany": "FABRITECH",
  46.     "ClientCompanyCnpj": "12381283123",
  47.     "ClientCompanyIncome": 1000.0,
  48.     "AdmissionDate": "1998-04-14T00:00:00Z",
  49.     "ClientOffice": "ANALISTA",
  50.     "ClientCompanyDdd": "11",
  51.     "ClientCompanyPhone": "11283728239",
  52.     "CompanyAddress": {
  53.         "State": "SP",
  54.         "City": "SP50308",
  55.         "Neighborhood": "Vila Formosa",
  56.         "Number": null,
  57.         "Street": "Rua canuto Saraiva 237"
  58.     },
  59.     "ClientReference": "Amedeo",
  60.     "ClientReferencePhone": "11992929292",
  61.     "ClientReferenceCommercial": "Fabiano",
  62.     "ClientReferenceCommercialPhone": "1199283282",
  63.     "Observation": "Teste Parecer"
  64. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement