Request
{
"year": 2023,
"month": 11,
"day": 25
}
Response 성공시
{
"isSuccess": true,
"code": "TRANSACTION_200",
"message": "거래 내역 조회 성공",
"result": {
"transactions": [
{
"type": 1,
"transactionCategory": "식비",
"year": 2023,
"month": 11,
"day": 25,
"price": 10000,
"payCategory": 0,
"memo": "Dinner with friends"
},
{
"type": 0,
"transactionCategory": "식비",
"year": 2023,
"month": 11,
"day": 25,
"price": 10000,
"payCategory": 0,
"memo": "Dinner with friends"
},
{
"type": 0,
"transactionCategory": "식비",
"year": 2023,
"month": 11,
"day": 25,
"price": 10000,
"payCategory": 0,
"memo": "Dinner with friends"
},
{
"type": 0,
"transactionCategory": "식비",
"year": 2023,
"month": 11,
"day": 25,
"price": 10000,
"payCategory": 0,
"memo": "Dinner with friends"
}
]
}
}