sambacar

Untitled

Mar 5th, 2024 (edited)
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.01 KB | None | 0 0
  1. #request
  2. {
  3.   "id": "1000036065010",
  4.   "order_number": "1000036065010",
  5.   "order_date": "2024-03-05T15:23:37",
  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": "4015672110465",
  22.         "name": "Omron Evolv tlakomjer za nadlakticu"
  23.       },
  24.       "quantity": 2,
  25.       "price": 197.76
  26.     }
  27.   ],
  28.   "payment": {
  29.     "status": "paid",
  30.     "method": "credit_card",
  31.     "transaction_id": "174584"
  32.   },
  33.   "discount_amount": "0.0000"
  34. }
  35.  
  36. #response
  37. {
  38.   "id": "1000036065010",
  39.   "code": "39-0",
  40.   "number": "1000036065010",
  41.   "status": "open",
  42.   "payment_status": "paid",
  43.   "printout": {
  44.     "content_type": "application/pdf",
  45.     "content_encoding": "base64",
  46.     "content": ""
  47.   }
  48. }
Add Comment
Please, Sign In to add comment