POST Api/CandidateMaster/GetCourseStream

Request Information

URI Parameters

None.

Body Parameters

CandidateMaster
NameDescriptionTypeAdditional information
courseId

string

None.

CandidateID

integer

None.

courseType

string

None.

DocumentJson

string

None.

ApplicationNo

string

None.

CandidateJson

string

None.

EducationJson

string

None.

SessionId

string

None.

slotId

string

None.

backgroundId

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:
{
  "courseId": "sample string 1",
  "candidateID": 2,
  "courseType": "sample string 3",
  "documentJson": "sample string 4",
  "applicationNo": "sample string 5",
  "candidateJson": "sample string 6",
  "educationJson": "sample string 7",
  "sessionId": "sample string 8",
  "slotId": "sample string 9",
  "backgroundId": "sample string 10",
  "opCode": 11,
  "isException": true,
  "exceptionMessage": "sample string 13",
  "ds": null,
  "id": "sample string 14",
  "strId": "sample string 15",
  "userId": 16,
  "status": 17,
  "message": "sample string 18",
  "pageSize": "sample string 19",
  "pageIndex": "sample string 20",
  "responseValue": {}
}

application/xml, text/xml

Sample:
<CandidateMaster 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 20</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 19</PageSize>
  <exceptionMessage xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 13</exceptionMessage>
  <id xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 14</id>
  <isException xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">true</isException>
  <message xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 18</message>
  <opCode xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">11</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">17</status>
  <strId xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 15</strId>
  <userId xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">16</userId>
  <ApplicationNo>sample string 5</ApplicationNo>
  <CandidateID>2</CandidateID>
  <CandidateJson>sample string 6</CandidateJson>
  <DocumentJson>sample string 4</DocumentJson>
  <EducationJson>sample string 7</EducationJson>
  <SessionId>sample string 8</SessionId>
  <backgroundId>sample string 10</backgroundId>
  <courseId>sample string 1</courseId>
  <courseType>sample string 3</courseType>
  <slotId>sample string 9</slotId>
</CandidateMaster>

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 'CandidateMaster'.

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.