HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
👊
[승찬민] Around The Town (동네한바퀴)
/
💬
API Spec
/
멤버의 주문 전체 조회

멤버의 주문 전체 조회

URI
/api/v1/orders?memberId={memberId}
담당자
Method
GET
진행상태
COMPLETE

Request

HTTP Method = GET Request URI = /api/v1/orders Parameters = [memberId:1] Headers = [Content-Type:"application/json;charset=UTF-8"] Body = null

Response

[ { "orderId":1, "memberId":1, "orderProductDtos":[ { "count":2, "productDto":{ "productId":3, "accommodationDto":{ "accommodationName":"숙소명", "accommodationCategory":"숙소종류", "accommodationNotice":"안내사항", "optionNotice":"option", "guide":"guide" }, "leisureDto":{ "leisureCategory":"레저 카테고리", "leisureInfomation":"레저 정보", "usecase":"usecase", "leisureNotice":"안내사항", "expirationDate":"유효기한" }, "region":"지역", "refundRule":"환불규정", "locationDto":{ "howToVisit":"오시는길 정보", "latitude":10.11111, "longitude":11.22321, "content":"교통편 상세정보" }, "phoneNumber":"회사 전화번호", "businessRegistrationNumber":"사업자 번호", "businessAddress":"사업자 주소", "businessName":"사업자 명" } } ] } ]