Advertisement
nontawat1996

Add auction product

Apr 17th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. POST /product/auction/create/ HTTP/1.1
  2. Host: 127.0.0.1:8000
  3. Content-Type: application/json
  4. Cache-Control: no-cache
  5. Postman-Token: b655061a-5644-4f63-ade4-9c608cd5b43b
  6.  
  7. {
  8. "name": "เสื้อสีดำ",
  9. "price": 420,
  10. "price_step": 440,
  11. "userId": 22,
  12. "organizationId": 3,
  13. "categoryId": 1,
  14. "exp_time": "1523961140",
  15. "info": "เสื้อสีดำ ราคาไม่"
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement