Bookmark Create
URL
http://api.pm0603.com/api/bookmark/create
Method
POST
Data Params
Key |
Type |
Value |
ex |
content |
int |
해당 content의 pk(id)를 입력 |
1 |
URL Params
None
Success Response
{
"content": 1,
"title": "말과 노래",
"price": "일반 15,000원 R석 : 학생 15,000원",
"area": "서울",
"place": "올림푸스홀",
"start_date": "2016-10-14",
"end_date": "2017-07-14"
}
Response Detail
Key |
Type |
Value |
content |
int |
입력된 공연정보의 id |
title |
str |
입력된 공연의 이름 |
price |
str |
입력된 공연의 가격 |
area |
str |
공연장 지역 |
place |
str |
공연장 명 |
start_date |
date |
입력된 공연의 시작날짜 |
end_date |
date |
입력된 공연의 마지막날짜 |
Error Response
- Code: 400
-
- Code: 401
-
- Code: 405
-
{
"content": [
"This field is required."
]
}
{
"detail": "Invalid token."
}
{
"detail": "Authentication credentials were not provided."
}
{
"detail": "Method \"PUT\" not allowed."
}