POST api/BatchMaster/Update

Request Information

URI Parameters

None.

Body Parameters

BatchMasterModel
NameDescriptionTypeAdditional information
BatchMaster_ID

integer

None.

ClassMaster_ID

integer

None.

SectionMaster_ID

integer

None.

ShiftMaster_ID

integer

None.

RoomMaster_ID

integer

None.

Code

string

None.

Name

string

None.

Startdate

date

None.

EndDate

date

None.

TotalSeats

integer

None.

SectionName

string

None.

ClassName

string

None.

RowCount

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:
{
  "batchmaster_id": 1,
  "classmaster_id": 1,
  "sectionmaster_id": 1,
  "shiftmaster_id": 1,
  "roommaster_id": 1,
  "code": "sample string 2",
  "name": "sample string 3",
  "startdate": "2025-12-06T12:29:28.4842982+05:30",
  "enddate": "2025-12-06T12:29:28.4842982+05:30",
  "totalseats": 1,
  "sectionname": "sample string 4",
  "classname": "sample string 5",
  "rowcount": 6,
  "createddate": "2025-12-06T12:29:28.4842982+05:30",
  "createdby_id": 8,
  "modifieddate": "2025-12-06T12:29:28.4842982+05:30",
  "modifiedby_id": 1,
  "schoolid": 1,
  "groupid": 1,
  "isdeleted": true,
  "sessionyear": 1,
  "asgmapping_id": 9,
  "sgmapping_id": 10
}

application/xml, text/xml

Sample:
<BatchMasterModel 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">9</ASGMapping_Id>
  <CreatedBy_ID xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">8</CreatedBy_ID>
  <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">2025-12-06T12:29:28.4842982+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:29:28.4842982+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">10</sgmapping_id>
  <BatchMaster_ID>1</BatchMaster_ID>
  <ClassMaster_ID>1</ClassMaster_ID>
  <ClassName>sample string 5</ClassName>
  <Code>sample string 2</Code>
  <EndDate>2025-12-06T12:29:28.4842982+05:30</EndDate>
  <Name>sample string 3</Name>
  <RoomMaster_ID>1</RoomMaster_ID>
  <RowCount>6</RowCount>
  <SectionMaster_ID>1</SectionMaster_ID>
  <SectionName>sample string 4</SectionName>
  <ShiftMaster_ID>1</ShiftMaster_ID>
  <Startdate>2025-12-06T12:29:28.4842982+05:30</Startdate>
  <TotalSeats>1</TotalSeats>
</BatchMasterModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.