update
Developing
PUT
http://localhost:1337/api/transaction/expenditures/id
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'http://localhost:1337/api/transaction/expenditures/id' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"expenseCategory": "rent",
"amount": 0,
"paymentDate": "2025-05-05",
"modeOfPayment": "cash",
"transactionNumber": "101",
"description": "rent",
"spender": "2"
}
}'
Response Response Example
{}
Request
Body Params application/json