POST api/StudentCourseAllotment/addupdate

Request Information

URI Parameters

None.

Body Parameters

StudentCourseRequest
NameDescriptionTypeAdditional information
FK_FinancialYearID

integer

Required

FK_ProfileID

integer

Required

FK_CourseSectionID

integer

Required

ClassAllotFlag

string

Required

Max length: 5

EnableDisable

string

Max length: 10

CreatedBy

integer

Required

CreatedDate

date

None.

ModifiedBy

integer

Required

ModifiedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "fK_FinancialYearID": 1,
  "fK_ProfileID": 2,
  "fK_CourseSectionID": 3,
  "classAllotFlag": "sample string 4",
  "enableDisable": "sample string 5",
  "createdBy": 6,
  "createdDate": "2026-06-18 02:14:20",
  "modifiedBy": 8,
  "modifiedDate": "2026-06-18 02:14:20"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.