Advertisement
nontawat1996

Update customer info

Apr 13th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. // ยิงมาเฉพาะส่วนที่ต้องการให้เปลี่ยนนะ แบบด้านล่างต้องการเปลี่ยนแค่ first_name, last_name อันไหนไม่เปลี่ยนก็ปล่อยไว้แบบเดิม
  2. // field ที่เปลี่ยนได้มี first_name, last_name, sex, line_id, address, tel
  3.  
  4. PUT /customer/1/ HTTP/1.1
  5. Host: 127.0.0.1:8000
  6. Content-Type: application/json
  7. Cache-Control: no-cache
  8. Postman-Token: fa2ae03b-fcd1-4597-a28f-b05d5876922d
  9.  
  10. {
  11. "first_name": "hdi",
  12. "last_name": "eiei"
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement