-
Notifications
You must be signed in to change notification settings - Fork 2
scheduleReadByDay
SeungWan Park edited this page Jan 3, 2020
·
2 revisions
메소드 | 파라미터 | 설명 |
---|---|---|
Content-Type | application/json |
이름 | type | 설명 |
---|
{
"status": 200,
"message": "DAY로 일정 조회 성공",
"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": 11,
"day": 3,
"cost": 100000,
"category": "숙소",
"content": "고급호텔",
"createdAt": "2020-01-02T03:58:53.000Z",
"updatedAt": "2020-01-02T03:58:53.000Z",
"TripId": 1
}
],
"success": true
}
{
"json": {
"status": 404,
"message": "필요한 값이 없습니다",
"success": false
}
}
{
"status": 204,
"message": "TripId이나 day에 해당하는 여행이 없습니다",
"success": false
}
{
"status": 500,
"message": "서버 내부 오류"
"success": false
}
{
"status": 500,
"message": "DAY로 일정 조회 실패"
"success": false
}
-
여행 예산 짜기
-
일정
-
지출입력
-
HOME
-
My Page
-
액티비티 정보
- City
- Activity
- Food
- Hotel
- Shopping
- Snack
- Transport