{
"folderName": "Others",
"batchName": "Tes Custom Comp Check - 07-11",
"batchStartDate": "2023-11-08 13:29:00",
"batchEndDate": "2023-12-06 13:29:00",
"showIndividualReport": 0,
"showCompanyLogo": 0,
"allowProctoring": 0,
"batchType": "anonymous",
"customCompabilityCheck": 1,
"Webcam": true,
"attachment": {},
"toolSetId": "01be1be5-f9ff-42b4-b3de-4b5456de670d",
"showPotentialScore": 0,
"compabilityChecks": [
{
"compabilityCheckId": "1",
"isEnable": true,
"methodType": "Add"
},
{
"compabilityCheckId": "2",
"isEnable": false,
"methodType": "Add"
},
{
"compabilityCheckId": "3",
"isEnable": false,
"methodType": "Add"
}
],
"batchFolderId": "979ae579-5382-4b76-b2b5-f5dd31622e9f"
}
curl --location --request POST 'http://localhost:8082/rest/admin/secured/companies/client-company/project/batch/save-openlink' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"folderName": "Others",
"batchName": "Tes Custom Comp Check - 07-11",
"batchStartDate": "2023-11-08 13:29:00",
"batchEndDate": "2023-12-06 13:29:00",
"showIndividualReport": 0,
"showCompanyLogo": 0,
"allowProctoring": 0,
"batchType": "anonymous",
"customCompabilityCheck": 1,
"Webcam": true,
"attachment": {},
"toolSetId": "01be1be5-f9ff-42b4-b3de-4b5456de670d",
"showPotentialScore": 0,
"compabilityChecks": [
{
"compabilityCheckId": "1",
"isEnable": true,
"methodType": "Add"
},
{
"compabilityCheckId": "2",
"isEnable": false,
"methodType": "Add"
},
{
"compabilityCheckId": "3",
"isEnable": false,
"methodType": "Add"
}
],
"batchFolderId": "979ae579-5382-4b76-b2b5-f5dd31622e9f"
}'
{}