URI
/reservations
Description
- 상담/예약 신청을 위한 API
- 신청시 body에 날짜, 시작 시간, 소요 시간, 상세정보, 요청유저ID, 요청받는유저ID, 색상, 연락처, 카테고리를 보낸다.
Method
Header
| Name |
Description |
Type |
Value |
Example |
Nullable |
|
|
|
|
|
|
Path variable
| Name |
Description |
Type |
Value |
Example |
Nullable |
|
|
|
|
|
|
Query Param
| Name |
Description |
Type |
Value |
Example |
Nullable |
|
|
|
|
|
|
Request Body
| Name |
Description |
Type |
Value |
Example |
Nullable |
| userToNickname |
요청 받는 유저 닉네임 |
string |
- |
2 |
X |
| date |
날짜 |
date(%y-%M-%d) |
- |
20221017 |
X |
| startTime |
시작 시간 |
string |
- |
“1500” |
X |
| contents |
상세정보 |
string |
- |
“푸들 3mm로 깎아주세요” |
X |
| phone |
연락처 |
string |
- |
“01011111111” |
X |
| categoryName |
카테고리 |
string |
- |
“커트” |
X |
Response
200