PUT api/ClassMaster/Delete
Request Information
URI Parameters
None.
Body Parameters
ClassMasterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ClassMaster_ID | integer |
None. |
|
| ClassClassification_Id | integer |
None. |
|
| Code | string |
None. |
|
| Name | string |
None. |
|
| Sequence | integer |
None. |
|
| TotalSections | integer |
None. |
|
| Operation | string |
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:
{
"classmaster_id": 1,
"classclassification_id": 1,
"code": "sample string 2",
"name": "sample string 3",
"sequence": 1,
"totalsections": 1,
"operation": "sample string 4",
"createddate": "2025-12-06T12:26:26.11812+05:30",
"createdby_id": 6,
"modifieddate": "2025-12-06T12:26:26.11812+05:30",
"modifiedby_id": 1,
"schoolid": 1,
"groupid": 1,
"isdeleted": true,
"sessionyear": 1,
"asgmapping_id": 7,
"sgmapping_id": 8
}
application/xml, text/xml
Sample:
<ClassMasterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Model.Admin"> <ASGMapping_Id xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">7</ASGMapping_Id> <CreatedBy_ID xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">6</CreatedBy_ID> <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">2025-12-06T12:26:26.11812+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:26:26.11812+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">8</sgmapping_id> <ClassClassification_Id>1</ClassClassification_Id> <ClassMaster_ID>1</ClassMaster_ID> <Code>sample string 2</Code> <Name>sample string 3</Name> <Operation>sample string 4</Operation> <Sequence>1</Sequence> <TotalSections>1</TotalSections> </ClassMasterModel>
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. |