POST api/SubjectMapping/Add
Request Information
URI Parameters
None.
Body Parameters
AddSubjectMappingRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| FK_InstituteID | integer |
None. |
|
| FK_FinancialYearID | integer |
None. |
|
| FK_CourseSectionID | integer |
None. |
|
| Mappings | Collection of SubjectMappingTVP |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"fK_InstituteID": 1,
"fK_FinancialYearID": 2,
"fK_CourseSectionID": 3,
"mappings": [
{
"fK_StudentProfileID": 1,
"fK_SubjectID": 2,
"remark": "sample string 3"
},
{
"fK_StudentProfileID": 1,
"fK_SubjectID": 2,
"remark": "sample string 3"
}
],
"createdBy": 4,
"createdDate": "2026-06-18 02:08:34"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.