PUT api/AssessmentType/Delete
Request Information
URI Parameters
None.
Body Parameters
AssessmentTypeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AssessmentType_Id | integer |
None. |
|
| AssessmentGroup_ID | integer |
None. |
|
| AssessmentType_code | string |
None. |
|
| AssessmentType_Name | string |
None. |
|
| MinMarks | integer |
None. |
|
| MaxMarks | integer |
None. |
|
| PassingMarks | integer |
None. |
|
| Weightage | 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:
{
"assessmenttype_id": 1,
"assessmentgroup_id": 1,
"assessmenttype_code": "sample string 2",
"assessmenttype_name": "sample string 3",
"minmarks": 1,
"maxmarks": 1,
"passingmarks": 1,
"weightage": "sample string 4",
"createddate": "2025-12-06T12:30:52.0028381+05:30",
"createdby_id": 6,
"modifieddate": "2025-12-06T12:30:52.0028381+05:30",
"modifiedby_id": 1,
"schoolid": 1,
"groupid": 1,
"isdeleted": true,
"sessionyear": 1,
"asgmapping_id": 7,
"sgmapping_id": 8
}
application/xml, text/xml
Sample:
<AssessmentTypeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Model.Admission"> <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:30:52.0028381+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:30:52.0028381+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> <AssessmentGroup_ID>1</AssessmentGroup_ID> <AssessmentType_Id>1</AssessmentType_Id> <AssessmentType_Name>sample string 3</AssessmentType_Name> <AssessmentType_code>sample string 2</AssessmentType_code> <MaxMarks>1</MaxMarks> <MinMarks>1</MinMarks> <PassingMarks>1</PassingMarks> <Weightage>sample string 4</Weightage> </AssessmentTypeModel>
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. |