-
Notifications
You must be signed in to change notification settings - Fork 5
REST API
bbq923 edited this page Oct 19, 2017
·
6 revisions
api | method | role | request(JSON) | response(JSON) | status code |
---|---|---|---|---|---|
/party/guest | POST | send guest info | {"name":이름, "email":이메일, "age":나이, "gender":성별(male/female), "language":언어, "date":여행일자, "theme":여행주제, "attraction":여행지} | {"name":이름, "email":이메일, "age":나이, "gender":성별(male/female), "language":언어, "date":여행일자, "theme":여행주제, "attraction":여행지} | |
/party/guest | GET | get guest infos(for admin) | Guest 데이터의 리스트 |