PUT api/v1/academic_StudentActivity/{studentActivityId}/studentActivityId
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| studentActivityId | integer |
Required |
Body Parameters
Academic_StudentActivityVM| Name | Description | Type | Additional information |
|---|---|---|---|
| studentActivityId | integer |
None. |
|
| title | string |
None. |
|
| activityContent | string |
None. |
|
| academicCourseScheduleId | integer |
None. |
|
| studentActivityTypeId | integer |
None. |
|
| studentId | integer |
None. |
|
| tenantId | integer |
None. |
|
| dateCreated | date |
None. |
|
| activityReference | integer |
None. |
|
| uploads | integer |
None. |
|
| studentActivityTypeName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"studentActivityId": 1,
"title": "sample string 2",
"activityContent": "sample string 3",
"academicCourseScheduleId": 1,
"studentActivityTypeId": 1,
"studentId": 1,
"tenantId": 1,
"dateCreated": "2025-11-03T12:05:36.6580323-08:00",
"activityReference": 1,
"uploads": 4,
"studentActivityTypeName": "sample string 5"
}
application/xml, text/xml
Sample:
<Academic_StudentActivityVM 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> <dateCreated>2025-11-03T12:05:36.6580323-08:00</dateCreated> <studentActivityId>1</studentActivityId> <studentActivityTypeId>1</studentActivityTypeId> <studentActivityTypeName>sample string 5</studentActivityTypeName> <studentId>1</studentId> <tenantId>1</tenantId> <title>sample string 2</title> <uploads>4</uploads> </Academic_StudentActivityVM>
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.