POST api/v1/academic_StudentActivityResponce
Request Information
URI Parameters
None.
Body Parameters
Academic_StudentActivityResponceVM| Name | Description | Type | Additional information |
|---|---|---|---|
| studentActivityResponceId | integer |
None. |
|
| studentActivityId | integer |
None. |
|
| title | string |
None. |
|
| activityContent | string |
None. |
|
| academicCourseScheduleId | integer |
None. |
|
| studentId | integer |
None. |
|
| tenantId | integer |
None. |
|
| dateCreated | date |
None. |
|
| activityReference | integer |
None. |
|
| studentActivityTypeId | integer |
None. |
|
| submissionDateline | date |
None. |
|
| activityType | string |
None. |
|
| uploads | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"studentActivityResponceId": 1,
"studentActivityId": 1,
"title": "sample string 2",
"activityContent": "sample string 3",
"academicCourseScheduleId": 1,
"studentId": 1,
"tenantId": 1,
"dateCreated": "2025-11-03T12:08:52.152739-08:00",
"activityReference": 1,
"studentActivityTypeId": 1,
"submissionDateline": "2025-11-03T12:08:52.152739-08:00",
"activityType": "sample string 4",
"uploads": 5
}
application/xml, text/xml
Sample:
<Academic_StudentActivityResponceVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <academicCourseScheduleId>1</academicCourseScheduleId> <activityContent>sample string 3</activityContent> <activityReference>1</activityReference> <activityType>sample string 4</activityType> <dateCreated>2025-11-03T12:08:52.152739-08:00</dateCreated> <studentActivityId>1</studentActivityId> <studentActivityResponceId>1</studentActivityResponceId> <studentActivityTypeId>1</studentActivityTypeId> <studentId>1</studentId> <submissionDateline>2025-11-03T12:08:52.152739-08:00</submissionDateline> <tenantId>1</tenantId> <title>sample string 2</title> <uploads>5</uploads> </Academic_StudentActivityResponceVM>
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.