HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🧚
[1기]최종 프로젝트 데브코스
/
🏀
[팀14] 슬램 - 우리 주변 농구장 예약
/
🧭
Domain 설계 - 초안 건드리지 말 것
/
[POST] /api/v1/courts/{userId}/new

[POST] /api/v1/courts/{userId}/new

Request

  • JSON (예시)
{ "name": "관악구민운동장 농구장", "latitude": 38.987654, "longtitude": 12.309472, "image": "aHR0cHM6Ly9pYmIuY28vcXMwSnZXYg", "texture": "ASPHALT", "basketCount": 2 }
Body
Field
Type
Description
비고
name
String
농구장 이름
1 ~ 15자 이내
latitude
Number
농구장 위도
longtitude
Number
농구장 경도
image
String
Null
농구장 사진
base64로 인코딩된 값
texture
String
농구장 바닥 재질
RUBBER / URETHANE / ASPHALT / SOIL / CONCRETE / ETC
basketCount
Number
농구장 골대 개수
농구장 골대 수 : 1 ~ 9
 
 

 

Response

  • JSON(예시)
{ "succes": "true", "serverDateTime": "2021-12-01T12:00:00" }
Body
Field
Type
Description
비고
success
Boolean
성공/실패 여부
serverDateTime
String
api 응답시간