update
Developing
PUT
http://localhost:1337/api/student/attendances/id
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'http://localhost:1337/api/student/attendances/id' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"firstName": "string",
"lastName": "string",
"gender": "male",
"rollNumber": 0,
"dateOfBirth": "2025-05-05",
"email": "user@example.com",
"phone": "string",
"studentId": "string",
"parents": {
"id": 0,
"fatherName": "string",
"motherName": "string",
"guardianName": "string",
"guardianRelation": "string",
"Phone": "string",
"guardianEmail": "user@example.com"
},
"fee": {
"id": 0,
"dueDate": "2025-05-05",
"paidStatus": "Pending"
},
"address": [
{
"id": 0,
"currentAddress": "string",
"permanentAddress": "string",
"city": "string",
"state": "string",
"district": "string",
"zipCode": "string"
}
],
"bloodgroup": "string",
"enquiry": "string or id",
"attendances": [
"string or id",
"string or id"
],
"certificates": [
"string or id",
"string or id"
],
"dairies": [
"string or id",
"string or id"
],
"class": "string or id",
"caste": "string or id",
"religion": "string or id",
"nationality": "string or id",
"fee_collections": [
"string or id",
"string or id"
],
"locale": "string",
"localizations": [
"string or id",
"string or id"
]
}
}'
Response Response Example
{}
Request
Body Params application/json