POST api/MasterTable/Delete

Request Information

URI Parameters

None.

Body Parameters

MasterTableModel
NameDescriptionTypeAdditional information
MasterTable_id

integer

None.

Mastertabletype_id

integer

None.

Code

string

None.

Name

string

None.

Parent_id

integer

None.

Remark

string

None.

IsDefault

boolean

None.

PageNo

integer

None.

PageSize

integer

None.

SortOrder

string

None.

SortColumn

string

None.

RowCount

integer

None.

ParentName

string

None.

DefaultValue

string

None.

MasterTabletype

MasterTableTypeModel

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:
{
  "mastertable_id": 1,
  "mastertabletype_id": 1,
  "code": "sample string 2",
  "name": "sample string 3",
  "parent_id": 1,
  "remark": "sample string 4",
  "isdefault": true,
  "pageno": 5,
  "pagesize": 6,
  "sortorder": "sample string 7",
  "sortcolumn": "sample string 8",
  "rowcount": 9,
  "parentname": "sample string 10",
  "defaultvalue": "sample string 11",
  "mastertabletype": {
    "mastertabletype_id": 1,
    "mastertablename": "sample string 2",
    "parentid": 1,
    "mastertabletypegroup_id": 3,
    "navigationmenu_id": 4,
    "isdefault": true,
    "defaultselection": true,
    "mastertables": [],
    "createddate": "2025-12-06T12:26:16.383408+05:30",
    "createdby_id": 7,
    "modifieddate": "2025-12-06T12:26:16.383408+05:30",
    "modifiedby_id": 1,
    "schoolid": 1,
    "groupid": 1,
    "isdeleted": true,
    "sessionyear": 1,
    "asgmapping_id": 8,
    "sgmapping_id": 9
  },
  "createddate": "2025-12-06T12:26:16.383408+05:30",
  "createdby_id": 13,
  "modifieddate": "2025-12-06T12:26:16.383408+05:30",
  "modifiedby_id": 1,
  "schoolid": 1,
  "groupid": 1,
  "isdeleted": true,
  "sessionyear": 1,
  "asgmapping_id": 14,
  "sgmapping_id": 15
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

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.