POST
/v1/waiting-lists/{id}/restore
curl \
--request POST 'https://localhost/v1/waiting-lists/enrq_xxxxxxxx/restore'
Response examples (403)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}
Response examples (404)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}
Response examples (200)
{
"id": "loc_xxxxxxxxxxx",
"companyId": "co_123123123123",
"classId": "cls_123123123123",
"studentId": "stu_123123123123",
"createdAt": "2023-12-05 14:30:41"
}