-
Notifications
You must be signed in to change notification settings - Fork 2
scheduleRead
SeungWan Park edited this page Jan 3, 2020
·
3 revisions
메소드 | 파라미터 | 설명 |
---|---|---|
Content-Type | application/json |
이름 | type | 설명 |
---|
{
"status": 200,
"message": "TRIP ID로 일정 조회 성공",
"data": [
{
"id": 9,
"day": 3,
"cost": 1000,
"category": "식당",
"content": "간편식",
"createdAt": "2020-01-02T03:58:53.000Z",
"updatedAt": "2020-01-02T03:58:53.000Z",
"TripId": 1
},
{
"id": 10,
"day": 1,
"cost": 10000,
"category": "식사",
"content": "고급음식점",
"createdAt": "2020-01-02T03:59:13.000Z",
"updatedAt": "2020-01-02T03:59:13.000Z",
"TripId": 1
}
],
"success": true
}
{
"json": {
"status": 404,
"message": "필요한 값이 없습니다",
"success": false
}
}
{
"status": 204,
"message": "TripId에 해당하는 여행이 없습니다",
"success": false
}
{
"status": 500,
"message": "TRIP ID로 일정 조회 실패",
"success": false
}
-
여행 예산 짜기
-
일정
-
지출입력
-
HOME
-
My Page
-
액티비티 정보
- City
- Activity
- Food
- Hotel
- Shopping
- Snack
- Transport