PUT api/v1/academic_StudentActivity/{studentActivityId}/studentActivityId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
studentActivityId

integer

Required

Body Parameters

Academic_StudentActivityVM
NameDescriptionTypeAdditional 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": "2024-09-19T10:55:37.8979302-07: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>2024-09-19T10:55:37.8979302-07: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

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.