POST api/SchoolAdminSubMaster/SaveSub
Request Information
URI Parameters
None.
Body Parameters
SchoolAdminSubMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| SNo | string |
None. |
|
| Session | string |
None. |
|
| Class | string |
None. |
|
| ClassSNo | string |
None. |
|
| GroupSNo | string |
None. |
|
| GroupName | string |
None. |
|
| GroupSub | string |
None. |
|
| Grp | string |
None. |
|
| SOrd | integer |
None. |
|
| SType | string |
None. |
|
| STypeName | string |
None. |
|
| SCode | string |
None. |
|
| SubShort | string |
None. |
|
| Subject | string |
None. |
|
| Subsect | string |
None. |
|
| Grade | string |
None. |
|
| Rating | string |
None. |
|
| SubTea1 | string |
None. |
|
| SubTea2 | string |
None. |
|
| SubTea3 | string |
None. |
|
| Type1 | string |
None. |
|
| Max1 | integer |
None. |
|
| Min1 | integer |
None. |
|
| Type2 | string |
None. |
|
| Max2 | integer |
None. |
|
| Min2 | integer |
None. |
|
| Type3 | string |
None. |
|
| Max3 | integer |
None. |
|
| Min3 | integer |
None. |
|
| Type4 | string |
None. |
|
| Max4 | integer |
None. |
|
| Min4 | integer |
None. |
|
| Type5 | string |
None. |
|
| Max5 | integer |
None. |
|
| Min5 | integer |
None. |
|
| TMax | integer |
None. |
|
| TMin | integer |
None. |
|
| IMax | integer |
None. |
|
| IMin | integer |
None. |
|
| GMax | integer |
None. |
|
| GMin | integer |
None. |
|
| Remarks | string |
None. |
|
| CreatedBy | string |
None. |
|
| SchoolCode | string |
None. |
|
| LongStr | string |
None. |
|
| ColSearchContent | string |
None. |
|
| ColSortActive | string |
None. |
|
| ColSortDirection | string |
None. |
|
| PageNumber | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SNo": "sample string 1",
"Session": "sample string 2",
"Class": "sample string 3",
"ClassSNo": "sample string 4",
"GroupSNo": "sample string 5",
"GroupName": "sample string 6",
"GroupSub": "sample string 7",
"Grp": "sample string 8",
"SOrd": 9,
"SType": "sample string 10",
"STypeName": "sample string 11",
"SCode": "sample string 12",
"SubShort": "sample string 13",
"Subject": "sample string 14",
"Subsect": "sample string 15",
"Grade": "sample string 16",
"Rating": "sample string 17",
"SubTea1": "sample string 18",
"SubTea2": "sample string 19",
"SubTea3": "sample string 20",
"Type1": "sample string 21",
"Max1": 22,
"Min1": 23,
"Type2": "sample string 24",
"Max2": 25,
"Min2": 26,
"Type3": "sample string 27",
"Max3": 28,
"Min3": 29,
"Type4": "sample string 30",
"Max4": 31,
"Min4": 32,
"Type5": "sample string 33",
"Max5": 34,
"Min5": 35,
"TMax": 36,
"TMin": 37,
"IMax": 38,
"IMin": 39,
"GMax": 40,
"GMin": 41,
"Remarks": "sample string 42",
"CreatedBy": "sample string 43",
"SchoolCode": "sample string 44",
"LongStr": "sample string 45",
"ColSearchContent": "sample string 46",
"ColSortActive": "sample string 47",
"ColSortDirection": "sample string 48",
"PageNumber": 1,
"PageSize": 1
}
application/xml, text/xml
Sample:
<SchoolAdminSubMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NSMS_WebAPI.Models"> <Class>sample string 3</Class> <ClassSNo>sample string 4</ClassSNo> <ColSearchContent>sample string 46</ColSearchContent> <ColSortActive>sample string 47</ColSortActive> <ColSortDirection>sample string 48</ColSortDirection> <CreatedBy>sample string 43</CreatedBy> <GMax>40</GMax> <GMin>41</GMin> <Grade>sample string 16</Grade> <GroupName>sample string 6</GroupName> <GroupSNo>sample string 5</GroupSNo> <GroupSub>sample string 7</GroupSub> <Grp>sample string 8</Grp> <IMax>38</IMax> <IMin>39</IMin> <LongStr>sample string 45</LongStr> <Max1>22</Max1> <Max2>25</Max2> <Max3>28</Max3> <Max4>31</Max4> <Max5>34</Max5> <Min1>23</Min1> <Min2>26</Min2> <Min3>29</Min3> <Min4>32</Min4> <Min5>35</Min5> <PageNumber>1</PageNumber> <PageSize>1</PageSize> <Rating>sample string 17</Rating> <Remarks>sample string 42</Remarks> <SCode>sample string 12</SCode> <SNo>sample string 1</SNo> <SOrd>9</SOrd> <SType>sample string 10</SType> <STypeName>sample string 11</STypeName> <SchoolCode>sample string 44</SchoolCode> <Session>sample string 2</Session> <SubShort>sample string 13</SubShort> <SubTea1>sample string 18</SubTea1> <SubTea2>sample string 19</SubTea2> <SubTea3>sample string 20</SubTea3> <Subject>sample string 14</Subject> <Subsect>sample string 15</Subsect> <TMax>36</TMax> <TMin>37</TMin> <Type1>sample string 21</Type1> <Type2>sample string 24</Type2> <Type3>sample string 27</Type3> <Type4>sample string 30</Type4> <Type5>sample string 33</Type5> </SchoolAdminSubMaster>
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.