{
"batchName": "ELSA",
"batchStartDate": "2023-12-23 16:11:00",
"batchEndDate": "2023-12-29 16:09:00",
"showIndividualReport": 0,
"allowProctoring": 0,
"showCompanyLogo": 0,
"showProfile": 1,
"customCompabilityCheck": 0,
"toolSetId": "17bc97fe-ebcc-44b3-bc6c-93a3e1043d2e",
"additionalFactsheetTemplateId": "b9739ed4-e06e-44d6-b8cb-77c3ecfe5c97",
"projectId": "1a103358-f796-4980-bac1-4943e83905c0",
"emailTemplateId": 1,
"showPotentialScore": 0,
"compabilityChecks": [
{
"compabilityCheckId": "1",
"isEnable": false,
"methodType": "Add"
},
{
"compabilityCheckId": "2",
"isEnable": false,
"methodType": "Add"
},
{
"compabilityCheckId": "3",
"isEnable": false,
"methodType": "Add"
}
]
}
curl --location --request POST 'http://localhost:8082/rest/admin/secured/companies/client-company/project/batch/save' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"batchName": "ELSA",
"batchStartDate": "2023-12-23 16:11:00",
"batchEndDate": "2023-12-29 16:09:00",
"showIndividualReport": 0,
"allowProctoring": 0,
"showCompanyLogo": 0,
"showProfile": 1,
"customCompabilityCheck": 0,
"toolSetId": "17bc97fe-ebcc-44b3-bc6c-93a3e1043d2e",
"additionalFactsheetTemplateId": "b9739ed4-e06e-44d6-b8cb-77c3ecfe5c97",
"projectId": "1a103358-f796-4980-bac1-4943e83905c0",
"emailTemplateId": 1,
"showPotentialScore": 0,
"compabilityChecks": [
{
"compabilityCheckId": "1",
"isEnable": false,
"methodType": "Add"
},
{
"compabilityCheckId": "2",
"isEnable": false,
"methodType": "Add"
},
{
"compabilityCheckId": "3",
"isEnable": false,
"methodType": "Add"
}
]
}'
{}