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

수입등록

Method
POST
API 연결여부
API 연결여부
담당자
캉테
비올레
작업여부
작업여부
인증 필요
인증 필요
URL
/incomes
Example Request Body:
{ “registerDate”: 2022-07-20T22:11, “amount”: 10000, “content”: “오늘 얼마를 사용”, “userCategoryId”: 2, }
 
Example Response Body:
HTTP header Content-Location: /incomes/1 { “id” : 1 }