Request
Body Params application/json
{
"batchName": "Test irwan 2",
"batchStartDate": "2022-07-29",
"batchEndDate": "2022-10-30",
"showIndividualReport": 1,
"showCompanyLogo": 1,
"allowProctoring": 1,
"toolSetId": "02f22bec-b34b-4cdd-a2a3-3d485644f267",
"additionalFactsheetTemplateId": "05af65d0-90a9-4dcd-8e1a-e9076ad52e2a",
"projectId": "PARTISIDEFAULT6",
"emailTemplateId": 1,
"roleId": 3,
"clientTypeId": "DEFAULT",
"clientCompanyId": 6
}
Request Code Samples
curl --location --request PUT 'http://localhost:8082/rest/admin/secured/companies/client-company/project/batch/delete/7f3d1a89-bd5a-4e99-969a-27e4584ca837' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"batchName": "Test irwan 2",
"batchStartDate": "2022-07-29",
"batchEndDate": "2022-10-30",
"showIndividualReport": 1,
"showCompanyLogo": 1,
"allowProctoring": 1,
"toolSetId": "02f22bec-b34b-4cdd-a2a3-3d485644f267",
"additionalFactsheetTemplateId": "05af65d0-90a9-4dcd-8e1a-e9076ad52e2a",
"projectId": "PARTISIDEFAULT6",
"emailTemplateId": 1,
"roleId": 3,
"clientTypeId": "DEFAULT",
"clientCompanyId": 6
}'
Responses
application/json Modified at 2024-03-06 02:01:11