-
Notifications
You must be signed in to change notification settings - Fork 2
timelineCreate
Nam Koong Kwon edited this page Jan 3, 2020
·
3 revisions
메소드 | 파라미터 | 설명 |
---|---|---|
Content-Type | application/json |
이름 | type | 설명 |
---|---|---|
day | int | 여행 일차(1, 2, .. ) |
cost | int | 가격 |
category | int | 카테고리(식사, 호텔, ..) |
content | string | 지출 내용 |
TripId | Integer | timeLine의 FK |
{
"status": 200,
"message": "지출내역 추가 성공",
"data": {
"id": 2,
"day": 1,
"cost": 12000,
"category": 5,
"content": "coffee"
},
"success": true
}
{
"json": {
"status": 500,
"message": "지출내역 추가 실패",
"success": false
}
}
{
"json": {
"status": 500,
"success": false
}
}
-
여행 예산 짜기
-
일정
-
지출입력
-
HOME
-
My Page
-
액티비티 정보
- City
- Activity
- Food
- Hotel
- Shopping
- Snack
- Transport