Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.65 KB | None | 0 0
  1.  
  2. #response from route http://localhost:8080/orders/cust-po/G-52445?size=2&page=1
  3. {
  4.   "duration": 1,
  5.   "total": 122,
  6.   "page": {
  7.     "page": 1,
  8.     "size": 2
  9.   },
  10.   "hits": [
  11.     {
  12.       "order_nbr": "965313",
  13.       "cust_nbr": "0005994",
  14.       "ship_to_name": "SHAW SAMPLE DEPT/PLT 52                      ",
  15.       "cust_po": "52445       ",
  16.       "status_code": "Z",
  17.       "order_date": "101819"
  18.     },
  19.     {
  20.       "order_nbr": "264417",
  21.       "cust_nbr": "0003058",
  22.       "ship_to_name": "CARPET WORLD                                 ",
  23.       "cust_po": "G&G         ",
  24.       "status_code": "I",
  25.       "order_date": "100219"
  26.     }
  27.   ]
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement