POST Api/facultyMaster/GetNomineeCourseDataById

Request Information

URI Parameters

None.

Body Parameters

facultyMaster
NameDescriptionTypeAdditional information
dob

string

None.

doj

string

None.

email

string

None.

activeStatus

string

None.

gender

string

None.

loginId

string

None.

mobileNo

string

None.

teacherId

string

None.

fullName

string

None.

honorific

string

None.

fatherName

string

None.

motherName

string

None.

collegeId

string

None.

employeeId

string

None.

departmentId

string

None.

designationId

string

None.

currentAddress

string

None.

permanantAddress

string

None.

courseList

string

None.

facultyId

string

None.

isActive

string

None.

fromEffectiveDate

string

None.

opCode

integer

None.

isException

boolean

None.

exceptionMessage

string

None.

DS

DataSet

None.

id

string

None.

strId

string

None.

userId

integer

None.

status

integer

None.

message

string

None.

PageSize

string

None.

PageIndex

string

None.

responseValue

DataSet

None.

Request Formats

application/json, text/json

Sample:
{
  "dob": "sample string 1",
  "doj": "sample string 2",
  "email": "sample string 3",
  "activeStatus": "sample string 4",
  "gender": "sample string 5",
  "loginId": "sample string 6",
  "mobileNo": "sample string 7",
  "teacherId": "sample string 8",
  "fullName": "sample string 9",
  "honorific": "sample string 10",
  "fatherName": "sample string 11",
  "motherName": "sample string 12",
  "collegeId": "sample string 13",
  "employeeId": "sample string 14",
  "departmentId": "sample string 15",
  "designationId": "sample string 16",
  "currentAddress": "sample string 17",
  "permanantAddress": "sample string 18",
  "courseList": "sample string 19",
  "facultyId": "sample string 20",
  "isActive": "sample string 21",
  "fromEffectiveDate": "sample string 22",
  "opCode": 23,
  "isException": true,
  "exceptionMessage": "sample string 25",
  "ds": null,
  "id": "sample string 26",
  "strId": "sample string 27",
  "userId": 28,
  "status": 29,
  "message": "sample string 30",
  "pageSize": "sample string 31",
  "pageIndex": "sample string 32",
  "responseValue": {}
}

application/xml, text/xml

Sample:
<facultyMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMSWebAPI.Models">
  <DS i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/DLLUtility" />
  <PageIndex xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 32</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 31</PageSize>
  <exceptionMessage xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 25</exceptionMessage>
  <id xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 26</id>
  <isException xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">true</isException>
  <message xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 30</message>
  <opCode xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">23</opCode>
  <responseValue xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">
    <xs:schema id="sample_x0020_string_x0020_3" targetNamespace="sample string 4" xmlns:mstns="sample string 4" xmlns="sample string 4" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" attributeFormDefault="qualified" elementFormDefault="qualified">
      <xs:element name="sample_x0020_string_x0020_3" msdata:IsDataSet="true" msdata:CaseSensitive="true" msdata:UseCurrentLocale="true">
        <xs:complexType>
          <xs:choice minOccurs="0" maxOccurs="unbounded" />
        </xs:complexType>
      </xs:element>
    </xs:schema>
    <diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1" />
  </responseValue>
  <status xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">29</status>
  <strId xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 27</strId>
  <userId xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">28</userId>
  <activeStatus>sample string 4</activeStatus>
  <collegeId>sample string 13</collegeId>
  <courseList>sample string 19</courseList>
  <currentAddress>sample string 17</currentAddress>
  <departmentId>sample string 15</departmentId>
  <designationId>sample string 16</designationId>
  <dob>sample string 1</dob>
  <doj>sample string 2</doj>
  <email>sample string 3</email>
  <employeeId>sample string 14</employeeId>
  <facultyId>sample string 20</facultyId>
  <fatherName>sample string 11</fatherName>
  <fromEffectiveDate>sample string 22</fromEffectiveDate>
  <fullName>sample string 9</fullName>
  <gender>sample string 5</gender>
  <honorific>sample string 10</honorific>
  <isActive>sample string 21</isActive>
  <loginId>sample string 6</loginId>
  <mobileNo>sample string 7</mobileNo>
  <motherName>sample string 12</motherName>
  <permanantAddress>sample string 18</permanantAddress>
  <teacherId>sample string 8</teacherId>
</facultyMaster>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'facultyMaster'.

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.