Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.64 KB | None | 0 0
  1. [
  2.    {
  3.       "id":1111213123,
  4.       "date":"2019-03-07T15:09:20.00",
  5.       "type":14,
  6.       "comments":"Comment text",
  7.       "cost":8548.1,
  8.       "partner":0,
  9.       "manager_id":2123,
  10.       "shop_id":123,
  11.       "callback":0,
  12.       "client":{
  13.          "id":123,
  14.          "crm":0,
  15.          "name":"First Name",
  16.          "last_name":"Last Name",
  17.          "patronymic":"Middle name",
  18.          "phone":"+380666666666",
  19.          "email":"gfg@fgvgfv.bvvb",
  20.          "inn":"",
  21.          "ps_id":"",
  22.          "ps_series":""
  23.       },
  24.       "delivery":{
  25.          "type":"",
  26.          "date":"",
  27.          "city_id":"",
  28.          "city":"",
  29.          "street":"",
  30.          "building":"",
  31.          "flat":"",
  32.          "branch_id":"",
  33.          "shop_id":""
  34.       },
  35.       "payment":{
  36.          "type":"",
  37.          "status":""
  38.       },
  39.       "credits":{
  40.          "prog_id":"",
  41.          "bank_id":"",
  42.          "cost_in_month":"",
  43.          "quantity_months":"",
  44.          "ticket_id":"",
  45.          "ticket_status":""
  46.       },
  47.       "items":[
  48.          {
  49.             "id_site":413430,
  50.             "id_1c":"\u0426\u041e\u042400254163",
  51.             "name":"\u0421\u043c\u0430\u0440\u0442\u0444\u043e\u043d\u00a0Asus\u00a0ZenFone\u00a04\u00a0Max\u00a0(ZC520KL-4A011WW)\u00a0DS\u00a0Black",
  52.             "price":4551,
  53.             "quantity":1,
  54.             "cost":4999,
  55.             "discount":448,
  56.             "discounts":[
  57.                {
  58.                   "type":1,
  59.                   "value":123
  60.                },
  61.                {
  62.                   "type":2,
  63.                   "value":325
  64.                }
  65.             ]
  66.          }
  67.       ]
  68.    }
  69. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement