Advertisement
chrys_bo

JSON CONFORDER - PRATICA

Oct 30th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.52 KB | None | 0 0
  1. {
  2.     "Login": {
  3.         "Empresa": "01",
  4.         "Filial": "01"
  5.     },
  6.     "Content": {
  7.         "Models": [{
  8.             "OrderNumber": 123,
  9.             "BudgetId": "071243",
  10.             "HasFreight": true,
  11.             "CarrierName": "Transportadora Teste",
  12.             "Contact": "Contato Teste",
  13.             "PhoneDDD": "11",
  14.             "PhoneNumber": null,
  15.             "OrderItems": [{
  16.                 "ProductId": "920331-01",
  17.                 "Quantity": 1.00000,
  18.                 "Price": 32697.60000,
  19.                 "PriceFromTable": 32697.60000,
  20.                 "Discount": 0.0,
  21.                 "Total": 32697.6000000000,
  22.                 "ShippingPrice": 0.0,
  23.                 "WareHouseId": null,
  24.                 "ItemID": "01",
  25.                 "Operation": null,
  26.                 "IsAccessory": false,
  27.                 "AccessoryByProductId": "",
  28.                 "PurchaseOrder": null,
  29.                 "PurchaseOrderItem": null,
  30.                 "Index": "1",
  31.                 "Deleted": false
  32.             }, {
  33.                 "ProductId": "800487",
  34.                 "Quantity": 1.00000,
  35.                 "Price": 349.00000,
  36.                 "PriceFromTable": 349.00000,
  37.                 "Discount": 0.0,
  38.                 "Total": 349.0000000000,
  39.                 "ShippingPrice": 0.0,
  40.                 "WareHouseId": null,
  41.                 "ItemID": null,
  42.                 "Operation": null,
  43.                 "IsAccessory": true,
  44.                 "AccessoryByProductId": "920331-01",
  45.                 "PurchaseOrder": null,
  46.                 "PurchaseOrderItem": null,
  47.                 "Index": "2",
  48.                 "Deleted": false
  49.             }],
  50.             "CustomFields": {
  51.                 "FIELDS": [{
  52.                     "FIELD": "C5_ORGPEDI",
  53.                     "VALUE": "1",
  54.                     "TYPE": 5,
  55.                     "HIDDEN": false
  56.                 }, {
  57.                     "FIELD": "C6_ENTSUGE",
  58.                     "VALUE": "2019-10-31T17:12:19.438Z",
  59.                     "TYPE": 4,
  60.                     "HIDDEN": false
  61.                 }, {
  62.                     "FIELD": "C5_OBSMETP",
  63.                     "VALUE": "",
  64.                     "TYPE": 6,
  65.                     "HIDDEN": false
  66.                 }]
  67.             }
  68.         }]
  69.     }
  70. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement