update
Developing
PUT
http://localhost:1337/api/transaction/fee-collections
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'http://localhost:1337/api/transaction/fee-collections' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"amount": "30000",
"concession": "1500",
"paidAmount": "20000",
"balanceAmount": "10000",
"transactionNumber": "101",
"paymentDate": "2025-05-05",
"receiptGenerated": true,
"carryForward": true,
"modeOfPayment": "cash",
"fees": [
3
],
"admission": "2"
}
}'
Response Response Example
{}
Request
Body Params application/json