-
Notifications
You must be signed in to change notification settings - Fork 2
tripReadiOS
Nam Koong Kwon edited this page Jan 3, 2020
·
3 revisions
- 특정 id를 가진 Trip 정보를 가져온다.
메소드 | 파라미터 | 설명 |
---|---|---|
Content-Type | application/json |
이름 | type | 설명 |
---|---|---|
id | INTEGER | Trip table의 PK |
이름 | type | 설명 |
---|
{
"status": 200,
"message": "TRIP ID로 조회 성공",
"data": {
"start": "2020.02.02",
"end": "2020.02.29",
"id": 1,
"title": "호니의 프랑스 여행",
"city": "파리",
"country": "프랑스",
"activityBudget": 230000,
"hotelBudget": 530000,
"foodBudget": 13000,
"shoppingBudget": 220000,
"snackBudget": 20000,
"transportBudget": 50000,
},
"success": true
}
{
"status": 404,
"message": "필요한 값이 없습니다",
"success": false
}
{
"status": 204,
"message": "여행에 대한 정보가 없습니다",
"success": false
}
{
"status": 500,
"message": "TRIP ID로 조회 실패",
"success": false
}
-
여행 예산 짜기
-
일정
-
지출입력
-
HOME
-
My Page
-
액티비티 정보
- City
- Activity
- Food
- Hotel
- Shopping
- Snack
- Transport