POST Api/StudentFeeReceive/GetStudentDetailsByEnrollNo

Request Information

URI Parameters

None.

Body Parameters

StudentFeeReceive
NameDescriptionTypeAdditional information
studentId

integer

None.

discount

decimal number

None.

paidAmount

decimal number

None.

paymentDate

string

None.

paymentMode

string

None.

chequeNo

string

None.

chequeDate

string

None.

chequeName

string

None.

bankName

string

None.

bankBranch

string

None.

enrollmentNo

string

None.

studentCode

string

None.

courseId

integer

None.

feeTypeId

integer

None.

sessionId

integer

None.

totalFeeAmount

integer

None.

receiveTypeId

integer

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:
{
  "studentId": 1,
  "discount": 2.0,
  "paidAmount": 3.0,
  "paymentDate": "sample string 4",
  "paymentMode": "sample string 5",
  "chequeNo": "sample string 6",
  "chequeDate": "sample string 7",
  "chequeName": "sample string 8",
  "bankName": "sample string 9",
  "bankBranch": "sample string 10",
  "enrollmentNo": "sample string 11",
  "studentCode": "sample string 12",
  "courseId": 13,
  "feeTypeId": 14,
  "sessionId": 15,
  "totalFeeAmount": 16,
  "receiveTypeId": 17,
  "opCode": 18,
  "isException": true,
  "exceptionMessage": "sample string 20",
  "ds": null,
  "id": "sample string 21",
  "strId": "sample string 22",
  "userId": 23,
  "status": 24,
  "message": "sample string 25",
  "pageSize": "sample string 26",
  "pageIndex": "sample string 27",
  "responseValue": {}
}

application/xml, text/xml

Sample:
<StudentFeeReceive 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 27</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 26</PageSize>
  <exceptionMessage xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 20</exceptionMessage>
  <id xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 21</id>
  <isException xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">true</isException>
  <message xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 25</message>
  <opCode xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">18</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">24</status>
  <strId xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 22</strId>
  <userId xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">23</userId>
  <bankBranch>sample string 10</bankBranch>
  <bankName>sample string 9</bankName>
  <chequeDate>sample string 7</chequeDate>
  <chequeName>sample string 8</chequeName>
  <chequeNo>sample string 6</chequeNo>
  <courseId>13</courseId>
  <discount>2</discount>
  <enrollmentNo>sample string 11</enrollmentNo>
  <feeTypeId>14</feeTypeId>
  <paidAmount>3</paidAmount>
  <paymentDate>sample string 4</paymentDate>
  <paymentMode>sample string 5</paymentMode>
  <receiveTypeId>17</receiveTypeId>
  <sessionId>15</sessionId>
  <studentCode>sample string 12</studentCode>
  <studentId>1</studentId>
  <totalFeeAmount>16</totalFeeAmount>
</StudentFeeReceive>

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

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.