-
Notifications
You must be signed in to change notification settings - Fork 2
tripACtivityCreate
Nam Koong Kwon edited this page Jan 3, 2020
·
3 revisions
- Trip 예산에 있는 숙박 항목을 TripActivity Table에 추가한다.
메소드 | 파라미터 | 설명 |
---|---|---|
Content-Type | application/json |
이름 | type | 설명 |
---|---|---|
TripId | INTEGER | Trip table의 PK 및 TripACtivity table의 FK |
이름 | type | 설명 |
---|---|---|
id | INTEGER | Trip table의 PK |
array | list | 숙소의 카테고리와 비용을 가지는 객체들의 배열 |
(예시)
{
"array": [
{
"name" : "액티비티1 이름(STRING)",
"cost" : "액티비티1 금액(INTEGER)",
},
{
"name" : "액티비티2 이름(STRING)",
"cost" : "액티비티2 금액(INTEGER)",
},
]
}
{
"status": 200,
"message": "여행 중 즐길 액티비티들을 저장했습니다.",
"success": true
}
{
"status": 404,
"message": "필요한 값이 없습니다",
"success": false
}
{
"status": 204,
"message": "여행에 대한 정보가 없습니다",
"success": false
}
{
"status": 500,
"message": "숙소 저장에 실패했습니다.",
"success": false
}
-
여행 예산 짜기
-
일정
-
지출입력
-
HOME
-
My Page
-
액티비티 정보
- City
- Activity
- Food
- Hotel
- Shopping
- Snack
- Transport