sambacar

Untitled

Feb 12th, 2024
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #request
  2. {
  3.     "id": "1000036061",
  4.     "order_number": "1000036061",
  5.     "order_date": "2024-02-12T13:38:39",
  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": "+385923051110",
  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.     "discount_amount": "0.0000",
  29.     "shipping_address": {
  30.         "contact_name": "Petar Sambolek",
  31.         "first_name": "Petar",
  32.         "last_name": "Sambolek",
  33.         "street": "Ulica Pavla Peja\u010devi\u0107a 4",
  34.         "postcode": "31000",
  35.         "city": "Osijek",
  36.         "phone": "0923051110",
  37.         "e_mail": "sambolek.petar@gmail.com"
  38.     }
  39. }
  40.  
  41. #response
  42. {
  43.     "id": "1000036061",
  44.     "code": "21-0",
  45.     "number": "1000036061",
  46.     "status": "open",
  47.     "payment_status": "pending",
  48.     "printout": {
  49.         "content_type": "application/pdf",
  50.         "content_encoding": "base64",
  51.         "content": ""
  52.     }
  53. }
Add Comment
Please, Sign In to add comment