POST api/MasterSettings/GetSelectedMasterSettings
Request Information
URI Parameters
None.
Body Parameters
Settings| Name | Description | Type | Additional information |
|---|---|---|---|
| SNo | integer |
None. |
|
| SNoEnc | string |
None. |
|
| SchoolCode | string |
None. |
|
| Key1 | string |
None. |
|
| Key2 | string |
None. |
|
| KeyValue | string |
None. |
|
| Remark | string |
None. |
|
| IsActive | boolean |
None. |
|
| Status | boolean |
None. |
|
| PageNumber | integer |
None. |
|
| PageSize | integer |
None. |
|
| ColSearchContent | string |
None. |
|
| ColSortActive | string |
None. |
|
| ColSortDirection | string |
None. |
|
| LongStr | string |
None. |
|
| OrderBy | string |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedOn | date |
None. |
|
| ModifiedBy | string |
None. |
|
| ModifiedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"SNo": 1,
"SNoEnc": "sample string 2",
"SchoolCode": "sample string 3",
"Key1": "sample string 4",
"Key2": "sample string 5",
"KeyValue": "sample string 6",
"Remark": "sample string 7",
"IsActive": true,
"Status": true,
"PageNumber": 10,
"PageSize": 11,
"ColSearchContent": "sample string 12",
"ColSortActive": "sample string 13",
"ColSortDirection": "sample string 14",
"LongStr": "sample string 15",
"OrderBy": "sample string 16",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-02-05T06:07:01.5895557+05:30",
"ModifiedBy": "sample string 19",
"ModifiedOn": "2026-02-05T06:07:01.5895557+05:30"
}
application/xml, text/xml
Sample:
<Settings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NSMS_WebAPI.Models"> <ColSearchContent>sample string 12</ColSearchContent> <ColSortActive>sample string 13</ColSortActive> <ColSortDirection>sample string 14</ColSortDirection> <CreatedBy>sample string 17</CreatedBy> <CreatedOn>2026-02-05T06:07:01.5895557+05:30</CreatedOn> <IsActive>true</IsActive> <Key1>sample string 4</Key1> <Key2>sample string 5</Key2> <KeyValue>sample string 6</KeyValue> <LongStr>sample string 15</LongStr> <ModifiedBy>sample string 19</ModifiedBy> <ModifiedOn>2026-02-05T06:07:01.5895557+05:30</ModifiedOn> <OrderBy>sample string 16</OrderBy> <PageNumber>10</PageNumber> <PageSize>11</PageSize> <Remark>sample string 7</Remark> <SNo>1</SNo> <SNoEnc>sample string 2</SNoEnc> <SchoolCode>sample string 3</SchoolCode> <Status>true</Status> </Settings>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.