sambacar

Untitled

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