File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed
Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change 4040## ** 📌 백엔드 팀원별 구현 기능 상세**
4141
4242### ** 탁우현**
43- <details >
4443<summary >이사요청</summary >
4544</br >
4645
5251 - end-point : ` POST /moving-request `
5352 - request-body :
5453
55- ``` json
54+ ``` json
5655 {
5756 "service" : " number" , // 1, 2, 3
5857 "movingDate" : " date" , //이사하는 날
5958 "pickupAddress" : " string" , // 출발지
6059 "dropOffAddress" : " string" , // 출발지
6160 }
62- ```
61+ ```
6362
64- - Response:
65- - `201 Create`: 사용자 정보 전달
63+ - Response:
64+ - ` 201 Create ` : 사용자 정보 전달
6665
6766 ```json
6867 {
7574
7675 ```
7776
78- - `400 Bad Request`: 유효성 검사 실패
77+ - ` 400 Bad Request ` : 유효성 검사 실패
7978
8079 ```json
8180 {
443442</details>
444443</details>
445444
446- <details>
447445<summary>기사</summary>
448446<br>
449447
689687</details>
690688</details>
691689
692- <details>
693- <summary>견적</summary>
690+ <summary>견적</summary>
694691<br>
695692<details>
696693 <summary>고객페이지 견적서 상세 조회</summary>
772769</details>
773770</details>
774771
775- <details>
776- <summary>확정 견적</summary>
772+ <summary>확정 견적</summary>
777773<br>
778774<details>
779775 <summary>고객페이지 견적서 확정하기</summary>
You can’t perform that action at this time.
0 commit comments