{
"data": {
"type": "ExamVoucherBatchJob",
"attributes": {
"batch": "string",
"count": 1,
"expiresAt": "2019-08-24T14:15:22.123Z"
},
"relationships": {
"exam": {
"data": {
"id": "FID001",
"type": "Exam-V-2"
}
}
}
}
}curl --location --request POST 'https://api.synap.ac/v3/exam-voucher-batch-jobs' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": {
"type": "ExamVoucherBatchJob",
"attributes": {
"batch": "string",
"count": 1,
"expiresAt": "2019-08-24T14:15:22.123Z"
},
"relationships": {
"exam": {
"data": {
"id": "FID001",
"type": "Exam-V-2"
}
}
}
}
}'{
"data": {
"id": "FID001",
"type": "ExamVoucherBatchJob",
"attributes": {
"batch": "string",
"count": 1,
"expiresAt": "2019-08-24T14:15:22.123Z"
},
"relationships": {
"exam": {
"data": {
"id": "FID001",
"type": "Exam-V-2"
}
}
}
}
}