POST api/SchoolAdminStaff/GetSelectedStaff
Request Information
URI Parameters
None.
Body Parameters
SchoolAdminStaffName | Description | Type | Additional information |
---|---|---|---|
SNo | integer |
None. |
|
SNoEnc | string |
None. |
|
EmployeeID | string |
None. |
|
EmployeeName | string |
None. |
|
DepartmentSNo | string |
None. |
|
DesignationSNo | string |
None. |
|
Address | string |
None. |
|
EmailID | string |
None. |
|
MobileNo | string |
None. |
|
IsActive | boolean |
None. |
|
Status | boolean |
None. |
|
SchoolSNo | string |
None. |
|
PresentAddress1 | string |
None. |
|
PresentAddress2 | string |
None. |
|
PresentAddressCountrySNo | string |
None. |
|
PresentAddressStateSNo | string |
None. |
|
PresentAddressCitySNo | string |
None. |
|
PresentAddressPin | string |
None. |
|
PermanentAddress1 | string |
None. |
|
PermanentAddress2 | string |
None. |
|
PermanentAddressCountrySNo | string |
None. |
|
PermanentAddressStateSNo | string |
None. |
|
PermanentAddressCitySNo | string |
None. |
|
PermanentAddressPin | string |
None. |
|
Gender | string |
None. |
|
Dob | string |
None. |
|
DateofJoin | string |
None. |
|
Qualifications | string |
None. |
|
SalutationSNo | string |
None. |
|
LicenseNo | string |
None. |
|
UserTypeSNo | string |
None. |
|
Photo | string |
None. |
|
PhotoPath | string |
None. |
|
PageNumber | integer |
None. |
|
PageSize | integer |
None. |
|
Token | string |
None. |
|
Expiration | date |
None. |
|
ColSearchContent | string |
None. |
|
ColSortActive | string |
None. |
|
ColSortDirection | string |
None. |
|
LongStr | string |
None. |
|
SchoolCode | 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", "EmployeeID": "sample string 3", "EmployeeName": "sample string 4", "DepartmentSNo": "sample string 5", "DesignationSNo": "sample string 6", "Address": "sample string 7", "EmailID": "sample string 8", "MobileNo": "sample string 9", "IsActive": true, "Status": true, "SchoolSNo": "sample string 12", "PresentAddress1": "sample string 13", "PresentAddress2": "sample string 14", "PresentAddressCountrySNo": "sample string 15", "PresentAddressStateSNo": "sample string 16", "PresentAddressCitySNo": "sample string 17", "PresentAddressPin": "sample string 18", "PermanentAddress1": "sample string 19", "PermanentAddress2": "sample string 20", "PermanentAddressCountrySNo": "sample string 21", "PermanentAddressStateSNo": "sample string 22", "PermanentAddressCitySNo": "sample string 23", "PermanentAddressPin": "sample string 24", "Gender": "sample string 25", "Dob": "sample string 26", "DateofJoin": "sample string 27", "Qualifications": "sample string 28", "SalutationSNo": "sample string 29", "LicenseNo": "sample string 30", "UserTypeSNo": "sample string 31", "Photo": "sample string 32", "PhotoPath": "sample string 33", "PageNumber": 34, "PageSize": 35, "Token": "sample string 36", "Expiration": "2025-06-04T11:10:49.926814+05:30", "ColSearchContent": "sample string 38", "ColSortActive": "sample string 39", "ColSortDirection": "sample string 40", "LongStr": "sample string 41", "SchoolCode": "sample string 42", "CreatedBy": "sample string 43", "CreatedOn": "2025-06-04T11:10:49.926814+05:30", "ModifiedBy": "sample string 45", "ModifiedOn": "2025-06-04T11:10:49.926814+05:30" }
application/xml, text/xml
Sample:
<SchoolAdminStaff xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NSMS_WebAPI.Models"> <Address>sample string 7</Address> <ColSearchContent>sample string 38</ColSearchContent> <ColSortActive>sample string 39</ColSortActive> <ColSortDirection>sample string 40</ColSortDirection> <CreatedBy>sample string 43</CreatedBy> <CreatedOn>2025-06-04T11:10:49.926814+05:30</CreatedOn> <DateofJoin>sample string 27</DateofJoin> <DepartmentSNo>sample string 5</DepartmentSNo> <DesignationSNo>sample string 6</DesignationSNo> <Dob>sample string 26</Dob> <EmailID>sample string 8</EmailID> <EmployeeID>sample string 3</EmployeeID> <EmployeeName>sample string 4</EmployeeName> <Expiration>2025-06-04T11:10:49.926814+05:30</Expiration> <Gender>sample string 25</Gender> <IsActive>true</IsActive> <LicenseNo>sample string 30</LicenseNo> <LongStr>sample string 41</LongStr> <MobileNo>sample string 9</MobileNo> <ModifiedBy>sample string 45</ModifiedBy> <ModifiedOn>2025-06-04T11:10:49.926814+05:30</ModifiedOn> <PageNumber>34</PageNumber> <PageSize>35</PageSize> <PermanentAddress1>sample string 19</PermanentAddress1> <PermanentAddress2>sample string 20</PermanentAddress2> <PermanentAddressCitySNo>sample string 23</PermanentAddressCitySNo> <PermanentAddressCountrySNo>sample string 21</PermanentAddressCountrySNo> <PermanentAddressPin>sample string 24</PermanentAddressPin> <PermanentAddressStateSNo>sample string 22</PermanentAddressStateSNo> <Photo>sample string 32</Photo> <PhotoPath>sample string 33</PhotoPath> <PresentAddress1>sample string 13</PresentAddress1> <PresentAddress2>sample string 14</PresentAddress2> <PresentAddressCitySNo>sample string 17</PresentAddressCitySNo> <PresentAddressCountrySNo>sample string 15</PresentAddressCountrySNo> <PresentAddressPin>sample string 18</PresentAddressPin> <PresentAddressStateSNo>sample string 16</PresentAddressStateSNo> <Qualifications>sample string 28</Qualifications> <SNo>1</SNo> <SNoEnc>sample string 2</SNoEnc> <SalutationSNo>sample string 29</SalutationSNo> <SchoolCode>sample string 42</SchoolCode> <SchoolSNo>sample string 12</SchoolSNo> <Status>true</Status> <Token>sample string 36</Token> <UserTypeSNo>sample string 31</UserTypeSNo> </SchoolAdminStaff>
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.