Update Assignment Marks API
This API is used to update marks in LMS assignments.
Request URL: (Self Paced Learning Course)
https://people.zoho.com/api/v1/courses/<courseId>/modules/<moduleId>/assignments/<assignmentId>/updateMarks?learnerErecno=<learnerErecno>&marks=<marks>
Request URL: (Blended Learning Course)
https://people.zoho.com/api/v1/courses/<courseId>/batches/<batchId>/modules/<moduleId>/assignments/<assignmentId>/updateMarks?learnerErecno=<learnerErecno>&marks=<marks>
Header:
Authorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxx9be93.9b8xxxxxxf
Scope:
ZOHOPEOPLE.training.ALL
OR
ZOHOPEOPLE.training.CREATE
Possible Operation Types:
ALL - Complete access to data
CREATE - Only to create data
Method:
POST
Request Parameters
Parameters | Values Allowed | Default Value | Description |
*learnerErecno | <long> | - | Specify the learnerErecno |
*marks | <int> | - | Specify the marks |
*mandatory parameters
Request
Copiedhttps://people.zoho.com/api/v1/courses/219225000000642002/modules/219225000000648001/assignments/219225000000645171/updateMarks?learnerErecno=219225000000185023&marks=28
Header
CopiedAuthorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxx9be93.9b8xxxxxxf
Response
Copied{
"code": 200,
"status": "success"
}