sambacar

Untitled

Feb 12th, 2024
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.12 KB | None | 0 0
  1. #request
  2. {
  3.     "id": "1000036062",
  4.     "order_number": "1000036062",
  5.     "order_date": "2024-02-12T13:43:09",
  6.     "status": "open",
  7.     "customer": {
  8.         "company_name": "WOOM DIGITAL d.o.o.",
  9.         "vat_number": "20432779385",
  10.         "contact_name": "Petar Sambolek",
  11.         "first_name": "Petar",
  12.         "last_name": "Sambolek",
  13.         "street": "Ulica Pavla Peja\u010devi\u0107a 4",
  14.         "postcode": "31000",
  15.         "city": "Osijek",
  16.         "phone": "0923051110",
  17.         "e_mail": "sambolek.petar@gmail.com"
  18.     },
  19.     "items": [
  20.         {
  21.             "position": 1,
  22.             "product": {
  23.                 "ean_code": "5019487084484",
  24.                 "name": "Rio 60 Second Face Lift Plus"
  25.             },
  26.             "quantity": 1,
  27.             "price": 152.7
  28.         }
  29.     ],
  30.     "discount_amount": "0.0000"
  31. }
  32.  
  33. #response
  34. {
  35.     "id": "1000036062",
  36.     "code": "22-0",
  37.     "number": "1000036062",
  38.     "status": "open",
  39.     "payment_status": "pending",
  40.     "printout": {
  41.         "content_type": "application/pdf",
  42.         "content_encoding": "base64",
  43.         "content": ""
  44.     }
  45. }
Add Comment
Please, Sign In to add comment