Advertisement
ahadianNKC

Untitled

Apr 3rd, 2023
518
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.32 KB | None | 0 0
  1. {
  2.   "headers": {
  3.     "content-type": "application/json",
  4.     "gzip": true,
  5.     "authorization": "Basic b21zOjJzUVlCRzN6VmhwWU1EMzM=",
  6.     "x-forwarded-for": "13.212.46.80"
  7.   },
  8.   "method": "POST",
  9.   "url": "http://202.152.20.187:9089/api/v1/order/calculate",
  10.   "json": true,
  11.   "body": {
  12.     "outletCode": "0208",
  13.     "chatbotOrderId": "KFC.2023040301273",
  14.     "customer": {
  15.       "phoneNumber": "6285155157483",
  16.       "customerName": "JOKO SUPRIYONO",
  17.       "geolocation": {
  18.         "latitude": -6.2426366,
  19.         "longitude": 106.8472583
  20.       }
  21.     },
  22.     "orderItems": [
  23.       {
  24.         "menuGroupCode": "G43",
  25.         "menuItemCode": "10776",
  26.         "amount": 147363,
  27.         "amountTax": 14736,
  28.         "quantity": 1,
  29.         "setItems": [
  30.           {
  31.             "menuItemCode": "X1024",
  32.             "modifierItemCode": "",
  33.             "modifierGroupCode": "M8G",
  34.             "amount": 0,
  35.             "amountTax": 0,
  36.             "quantity": 1
  37.           },
  38.           {
  39.             "menuItemCode": "X1024",
  40.             "modifierItemCode": "",
  41.             "modifierGroupCode": "M8G",
  42.             "amount": 0,
  43.             "amountTax": 0,
  44.             "quantity": 1
  45.           },
  46.           {
  47.             "menuItemCode": "X1024",
  48.             "modifierItemCode": "",
  49.             "modifierGroupCode": "M8G",
  50.             "amount": 0,
  51.             "amountTax": 0,
  52.             "quantity": 1
  53.           },
  54.           {
  55.             "menuItemCode": "X1243",
  56.             "modifierItemCode": "X1257",
  57.             "modifierGroupCode": "ME5",
  58.             "amount": 0,
  59.             "amountTax": 0,
  60.             "quantity": 1
  61.           },
  62.           {
  63.             "menuItemCode": "X1409",
  64.             "modifierItemCode": "",
  65.             "modifierGroupCode": "MI3",
  66.             "amount": 0,
  67.             "amountTax": 0,
  68.             "quantity": 1
  69.           },
  70.           {
  71.             "menuItemCode": "X1409",
  72.             "modifierItemCode": "",
  73.             "modifierGroupCode": "MI3",
  74.             "amount": 0,
  75.             "amountTax": 0,
  76.             "quantity": 1
  77.           },
  78.           {
  79.             "menuItemCode": "X1409",
  80.             "modifierItemCode": "",
  81.             "modifierGroupCode": "MI3",
  82.             "amount": 0,
  83.             "amountTax": 0,
  84.             "quantity": 1
  85.           },
  86.           {
  87.             "menuItemCode": "X43",
  88.             "modifierItemCode": "",
  89.             "modifierGroupCode": "M5K",
  90.             "amount": 0,
  91.             "amountTax": 0,
  92.             "quantity": 1
  93.           },
  94.           {
  95.             "menuItemCode": "X43",
  96.             "modifierItemCode": "",
  97.             "modifierGroupCode": "M5K",
  98.             "amount": 0,
  99.             "amountTax": 0,
  100.             "quantity": 1
  101.           },
  102.           {
  103.             "menuItemCode": "X43",
  104.             "modifierItemCode": "",
  105.             "modifierGroupCode": "M5K",
  106.             "amount": 0,
  107.             "amountTax": 0,
  108.             "quantity": 1
  109.           },
  110.           {
  111.             "menuItemCode": "X99",
  112.             "modifierItemCode": "12096",
  113.             "modifierGroupCode": "M20",
  114.             "amount": 40090,
  115.             "amountTax": 4009,
  116.             "quantity": 1
  117.           }
  118.         ]
  119.       }
  120.     ],
  121.     "requestId": "2a9bd348-1328-4708-a779-b56b882fc997",
  122.     "actualPrice": 20000,
  123.     "isActual": true
  124.   }
  125. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement