create
Developing
POST
http://localhost:1337/api/satff/staff-attendances
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:1337/api/satff/staff-attendances' \
--header 'Content-Type: application/json' \
--data-raw '{
"attendanceDate": "2025-10-17",
"staffstatus": "absent",
"lateTime": "00:15:00.000",
"remarks": "leave on moday due to sick "
}'
Response Response Example
{}
Request
Body Params application/json