create
Developing
POST
http://localhost:1337/api/staff/salaries
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:1337/api/staff/salaries' \
--header 'Content-Type: application/json' \
--data-raw '{
"basicPay": 2000,
"hra": 10000,
"otherAllowances": 777,
"grossSalary": 50000,
"epf": 1800,
"pt": 500,
"deductions": 200,
"netSalary": 85000,
"bankAccountNumber": "7894561230111",
"bankIFSC": "ISISA234",
"bankName": "State Bank of hyd",
"salaryMonth": "2025-04-01",
"remarks": null,
"staff": null
}'
Response Response Example
{}
Request
Body Params application/json