Advertisement
nontawat1996

Create cart from auction

Apr 17th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. POST /customer/21/cart/auction/ HTTP/1.1
  2. Host: 127.0.0.1:8000
  3. Content-Type: application/json
  4. Cache-Control: no-cache
  5. Postman-Token: b9257b41-a7f5-46b7-8311-8eab426fa3c4
  6.  
  7. {
  8. "productId": 22,
  9. "auction": {
  10. "userId": 20,
  11. "lastest_price": 605
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement