POST api/v1/academic_CourseRegistration

Request Information

URI Parameters

None.

Body Parameters

Academic_CourseRegistrationVM
NameDescriptionTypeAdditional information
courseRegistrationId

integer

None.

academicSemesterId

integer

None.

studentId

integer

None.

academicLevelId

integer

None.

academicSessionId

integer

None.

academicCourseId

integer

None.

createdBy

integer

None.

dateApproved

date

None.

finalApprovedBy

integer

None.

approvalWorkflowId

integer

None.

approvalStatusId

integer

None.

tenantId

integer

None.

dateCreated

date

None.

Request Formats

application/json, text/json

Sample:
{
  "courseRegistrationId": 1,
  "academicSemesterId": 1,
  "studentId": 1,
  "academicLevelId": 1,
  "academicSessionId": 1,
  "academicCourseId": 1,
  "createdBy": 1,
  "dateApproved": "2024-09-19T09:26:10.2988114-07:00",
  "finalApprovedBy": 1,
  "approvalWorkflowId": 1,
  "approvalStatusId": 1,
  "tenantId": 1,
  "dateCreated": "2024-09-19T09:26:10.2988114-07:00"
}

application/xml, text/xml

Sample:
<Academic_CourseRegistrationVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <academicCourseId>1</academicCourseId>
  <academicLevelId>1</academicLevelId>
  <academicSemesterId>1</academicSemesterId>
  <academicSessionId>1</academicSessionId>
  <approvalStatusId>1</approvalStatusId>
  <approvalWorkflowId>1</approvalWorkflowId>
  <courseRegistrationId>1</courseRegistrationId>
  <createdBy>1</createdBy>
  <dateApproved>2024-09-19T09:26:10.2988114-07:00</dateApproved>
  <dateCreated>2024-09-19T09:26:10.2988114-07:00</dateCreated>
  <finalApprovedBy>1</finalApprovedBy>
  <studentId>1</studentId>
  <tenantId>1</tenantId>
</Academic_CourseRegistrationVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.