PUT api/v1/academic_CoursesAsSubject/{coursesAsSubjectId}/coursesAsSubjectId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
coursesAsSubjectId

integer

Required

Body Parameters

Academic_CoursesAsSubjectVM
NameDescriptionTypeAdditional information
coursesAsSubjectId

integer

None.

academicDegreeProgrammeId

integer

None.

academicCourseDefinitionId

integer

None.

academicCourseSubjectId

integer

None.

tenantId

integer

None.

subjectName

string

None.

courseName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "coursesAsSubjectId": 1,
  "academicDegreeProgrammeId": 2,
  "academicCourseDefinitionId": 3,
  "academicCourseSubjectId": 4,
  "tenantId": 5,
  "subjectName": "sample string 6",
  "courseName": "sample string 7"
}

application/xml, text/xml

Sample:
<Academic_CoursesAsSubjectVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <academicCourseDefinitionId>3</academicCourseDefinitionId>
  <academicCourseSubjectId>4</academicCourseSubjectId>
  <academicDegreeProgrammeId>2</academicDegreeProgrammeId>
  <courseName>sample string 7</courseName>
  <coursesAsSubjectId>1</coursesAsSubjectId>
  <subjectName>sample string 6</subjectName>
  <tenantId>5</tenantId>
</Academic_CoursesAsSubjectVM>

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.