sinkyoungdeok / order-and-gift-project

지금까지 배웠던 기술들을 다듬을겸 주문&선물 프로젝트를 진행합니다
67 stars 12 forks source link

(Gift) Gift서비스 - 선물하기 수락 상태로 변경 API #48

Closed sinkyoungdeok closed 2 years ago

sinkyoungdeok commented 2 years ago

선물하기 수락 상태로 변경

POST http://localhost:18080/api/v1/gifts/gt_1mF8Py1k0yrnDSP85/accept-gift Content-Type: application/json

{
  "receiverName": "그렉",
  "receiverPhone": "01000001111",
  "receiverZipcode": "123123",
  "receiverAddress1": "서울시 강동구",
  "receiverAddress2": "우리집",
  "etcMessage": "감사합니다!"
}