PUT api/v1/academic_CourseRegistration/{courseRegistrationId}/courseRegistrationId
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| courseRegistrationId | integer |
Required |
Body Parameters
Academic_CourseRegistrationVM| Name | Description | Type | Additional 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": "2025-11-03T12:04:38.9196456-08:00",
"finalApprovedBy": 1,
"approvalWorkflowId": 1,
"approvalStatusId": 1,
"tenantId": 1,
"dateCreated": "2025-11-03T12:04:38.9196456-08: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>2025-11-03T12:04:38.9196456-08:00</dateApproved> <dateCreated>2025-11-03T12:04:38.9196456-08: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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.