POST api/v1/cBT_ExaminationQuestionSchedule
Request Information
URI Parameters
None.
Body Parameters
CBT_ExaminationQuestionScheduleVM| Name | Description | Type | Additional information |
|---|---|---|---|
| examinationQuestionScheduleId | integer |
None. |
|
| examinationScheduleId | integer |
None. |
|
| questionBankId | integer |
None. |
|
| dateCreated | date |
None. |
|
| tenantId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"examinationQuestionScheduleId": 1,
"examinationScheduleId": 1,
"questionBankId": 1,
"dateCreated": "2025-11-03T12:08:45.5968785-08:00",
"tenantId": 1
}
application/xml, text/xml
Sample:
<CBT_ExaminationQuestionScheduleVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <dateCreated>2025-11-03T12:08:45.5968785-08:00</dateCreated> <examinationQuestionScheduleId>1</examinationQuestionScheduleId> <examinationScheduleId>1</examinationScheduleId> <questionBankId>1</questionBankId> <tenantId>1</tenantId> </CBT_ExaminationQuestionScheduleVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.