POST api/BatchStudentMapping/Save
Request Information
URI Parameters
None.
Body Parameters
BatchStudentMappingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BatchStudentMapping_ID | integer |
None. |
|
| BatchMaster_ID | integer |
None. |
|
| Student_ID | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| Rollnumber | integer |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy_ID | integer |
None. |
|
| ModifiedDate | date |
None. |
|
| ModifiedBy_ID | integer |
None. |
|
| SchoolID | integer |
None. |
|
| GroupID | integer |
None. |
|
| ISDeleted | boolean |
None. |
|
| Sessionyear | integer |
None. |
|
| ASGMapping_Id | integer |
None. |
|
| sgmapping_id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"batchstudentmapping_id": 1,
"batchmaster_id": 1,
"student_id": 1,
"startdate": "2025-12-06T12:24:45.5523824+05:30",
"enddate": "2025-12-06T12:24:45.5523824+05:30",
"rollnumber": 1,
"createddate": "2025-12-06T12:24:45.5523824+05:30",
"createdby_id": 3,
"modifieddate": "2025-12-06T12:24:45.5523824+05:30",
"modifiedby_id": 1,
"schoolid": 1,
"groupid": 1,
"isdeleted": true,
"sessionyear": 1,
"asgmapping_id": 4,
"sgmapping_id": 5
}
application/xml, text/xml
Sample:
<BatchStudentMappingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Model.SchoolSetup"> <ASGMapping_Id xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">4</ASGMapping_Id> <CreatedBy_ID xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">3</CreatedBy_ID> <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">2025-12-06T12:24:45.5523824+05:30</CreatedDate> <GroupID xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">1</GroupID> <ISDeleted xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">true</ISDeleted> <ModifiedBy_ID xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">1</ModifiedBy_ID> <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">2025-12-06T12:24:45.5523824+05:30</ModifiedDate> <SchoolID xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">1</SchoolID> <Sessionyear xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">1</Sessionyear> <sgmapping_id xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">5</sgmapping_id> <BatchMaster_ID>1</BatchMaster_ID> <BatchStudentMapping_ID>1</BatchStudentMapping_ID> <EndDate>2025-12-06T12:24:45.5523824+05:30</EndDate> <Rollnumber>1</Rollnumber> <StartDate>2025-12-06T12:24:45.5523824+05:30</StartDate> <Student_ID>1</Student_ID> </BatchStudentMappingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |