-
Notifications
You must be signed in to change notification settings - Fork 2
transportCreate
Hyun-juhee edited this page Dec 30, 2019
·
3 revisions
메소드 | 파라미터 | 설명 |
---|---|---|
Content-Type | application/json |
이름 | type | 설명 |
---|---|---|
name | string | shopping 이름 |
cost | int | 가격 |
content | string | 내용 |
{
"status": 200,
"data": {
"id": 1,
"name": "bus",
"cost": 3150,
"content": "seoul to incheon",
"CityId": "1"
},
"success": true
}
{
"status": 400,
"message": "필요한 값이 없습니다",
"success": false
}
{
"json": {
"status": 500,
"success": false
}
}
-
여행 예산 짜기
-
일정
-
지출입력
-
HOME
-
My Page
-
액티비티 정보
- City
- Activity
- Food
- Hotel
- Shopping
- Snack
- Transport