POST
/v1/enrolment-adjustments/{id}/restore
curl \
--request POST 'https://localhost/v1/enrolment-adjustments/enad_xxxxxxxx/restore'
Response examples (403)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}
Response examples (404)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}
Response examples (200)
{
"id": "enad_xxxxxxxxxxxxxxxxxxxxxxxxxx",
"classId": "cls_xxxxxxxxxxxxxxxxxxxxxxxxxx",
"studentId": "stu_xxxxxxxxxxxxxxxxxxxxxxxxxx",
"companyId": "co_xxxxxxxxxxxxxxxxxxxxxxxxxx",
"reason": "make-up-lesson",
"type": "addition",
"startAt": "2023-12-05",
"endAt": "2023-12-05",
"time": "23:15"
}