HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
♥️
2기 최종 프로젝트 팀별 공간
/
💸
10원모아10조❗️
/
📽️
API 명세
/
지출등록

지출등록

Method
POST
API 연결여부
API 연결여부
담당자
루체
비올레
작업여부
작업여부
인증 필요
인증 필요
URL
/expenditures
Example Request Body
 
{ "registerDate": "2022-07-29T22:21", "amount": 10000, "content": "오프라인 교육장 가는길", "userCategoryId": 1 (이걸로 categoryName 찾아서 저장) }
 
Example Response Body:
Content-Location: /expenditure/1 { “id” : 1 }