POST api/v1/sharedCourse
Request Information
URI Parameters
None.
Body Parameters
Academic_CourseSchedule_SharedCourseVM| Name | Description | Type | Additional information |
|---|---|---|---|
| sharedCourseId | integer |
None. |
|
| scademicCourseDefinitionId | integer |
None. |
|
| statusId | integer |
None. |
|
| tenantId | integer |
None. |
|
| dateCreated | date |
None. |
|
| createdBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"sharedCourseId": 1,
"scademicCourseDefinitionId": 2,
"statusId": 1,
"tenantId": 1,
"dateCreated": "2026-05-14T05:58:27.7973442-07:00",
"createdBy": 1
}
application/xml, text/xml
Sample:
<Academic_CourseSchedule_SharedCourseVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.Academic"> <createdBy>1</createdBy> <dateCreated>2026-05-14T05:58:27.7973442-07:00</dateCreated> <scademicCourseDefinitionId>2</scademicCourseDefinitionId> <sharedCourseId>1</sharedCourseId> <statusId>1</statusId> <tenantId>1</tenantId> </Academic_CourseSchedule_SharedCourseVM>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.