Mark Batch As Complete API

This API is used to mark a batch as completed in LMS.

Request URL: 

https://people.zoho.com/api/v1/courses/<courseId>/batches/<batchId>/markAsComplete

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

Copiedhttps://people.zoho.com/api/v1/courses/219225000000645203/batches/219225000000645215/markAsComplete

Header

CopiedAuthorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxx9be93.9b8xxxxxxf

Response

Copied{
    "code": "200",
    "message": "success",
    "batchId": "219225000000645215"
}