{
"folderName": "undefined",
"batchName": "TEST CORE",
"batchStartDate": "2023-11-27 18:09:00",
"batchEndDate": "2023-11-30 23:12:00",
"showIndividualReport": 0,
"showCompanyLogo": 0,
"allowProctoring": 0,
"batchType": "anonymous",
"customCompabilityCheck": 0,
"attachment": {},
"toolSetId": "ac58f406-3e5f-41b2-ae2b-9d7b0684ca43",
"showPotentialScore": 0,
"compabilityChecks": [
{
"compabilityCheckId": "1",
"isEnable": false,
"methodType": "Update",
"batchId": "49af6b43-e55b-4e9e-93bb-f932938a88b0"
},
{
"compabilityCheckId": "2",
"isEnable": false,
"methodType": "Update",
"batchId": "49af6b43-e55b-4e9e-93bb-f932938a88b0"
},
{
"compabilityCheckId": "3",
"isEnable": false,
"methodType": "Update",
"batchId": "49af6b43-e55b-4e9e-93bb-f932938a88b0"
}
],
"roleId": 3,
"projectId": "PARTISIOPENLINK78",
"clientTypeId": "OPENLINK",
"clientCompanyId": 78,
"batchFolderId": "82ca0f9e-7e12-458e-b66f-fb31cb4867b7"
}
curl --location --request PUT 'http://localhost:8082/rest/admin/secured/companies/client-company/project/batch/save-openlink/49af6b43-e55b-4e9e-93bb-f932938a88b0' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"folderName": "undefined",
"batchName": "TEST CORE",
"batchStartDate": "2023-11-27 18:09:00",
"batchEndDate": "2023-11-30 23:12:00",
"showIndividualReport": 0,
"showCompanyLogo": 0,
"allowProctoring": 0,
"batchType": "anonymous",
"customCompabilityCheck": 0,
"attachment": {},
"toolSetId": "ac58f406-3e5f-41b2-ae2b-9d7b0684ca43",
"showPotentialScore": 0,
"compabilityChecks": [
{
"compabilityCheckId": "1",
"isEnable": false,
"methodType": "Update",
"batchId": "49af6b43-e55b-4e9e-93bb-f932938a88b0"
},
{
"compabilityCheckId": "2",
"isEnable": false,
"methodType": "Update",
"batchId": "49af6b43-e55b-4e9e-93bb-f932938a88b0"
},
{
"compabilityCheckId": "3",
"isEnable": false,
"methodType": "Update",
"batchId": "49af6b43-e55b-4e9e-93bb-f932938a88b0"
}
],
"roleId": 3,
"projectId": "PARTISIOPENLINK78",
"clientTypeId": "OPENLINK",
"clientCompanyId": 78,
"batchFolderId": "82ca0f9e-7e12-458e-b66f-fb31cb4867b7"
}'
{}