Request
Body Params application/json
{
"batchName": "DS 10-03",
"batchStartDate": "2022-03-10",
"batchEndDate": "2022-03-31",
"showIndividualReport": 1,
"showCompanyLogo": 0,
"allowProctoring": 0,
"toolSetId": "a88e1d29-1a75-4580-b819-863550aa269f",
"projectId": "46d9fbb0-2e13-4832-80a3-a0ce8d536dc1",
"emailTemplateId": 175
}
Request Code Samples
curl --location --request POST 'http://localhost:8082/rest/admin/secured/participant/external/send-email?batchId=8854811d-be29-4807-95af-df9cbd2d6e64' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"batchName": "DS 10-03",
"batchStartDate": "2022-03-10",
"batchEndDate": "2022-03-31",
"showIndividualReport": 1,
"showCompanyLogo": 0,
"allowProctoring": 0,
"toolSetId": "a88e1d29-1a75-4580-b819-863550aa269f",
"projectId": "46d9fbb0-2e13-4832-80a3-a0ce8d536dc1",
"emailTemplateId": 175
}'
Responses
application/json Modified at 2024-03-06 02:01:11