POST Api/StudentFeePayment/InsertFeeDetails

Request Information

URI Parameters

None.

Body Parameters

StudentFeePayment
NameDescriptionTypeAdditional information
studentCode

string

None.

feeTypeId

string

None.

paidAmount

string

None.

contact

string

None.

email

string

None.

address

string

None.

pincode

string

None.

city

string

None.

state

string

None.

country

string

None.

paymentStatus

string

None.

tracking_id

string

None.

bank_ref_no

string

None.

failure_message

string

None.

payment_mode

string

None.

card_name

string

None.

status_message

string

None.

currency

string

None.

trans_date

string

None.

orderId

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:
{
  "studentCode": "sample string 1",
  "feeTypeId": "sample string 2",
  "paidAmount": "sample string 3",
  "contact": "sample string 4",
  "email": "sample string 5",
  "address": "sample string 6",
  "pincode": "sample string 7",
  "city": "sample string 8",
  "state": "sample string 9",
  "country": "sample string 10",
  "paymentStatus": "sample string 11",
  "tracking_id": "sample string 12",
  "bank_ref_no": "sample string 13",
  "failure_message": "sample string 14",
  "payment_mode": "sample string 15",
  "card_name": "sample string 16",
  "status_message": "sample string 17",
  "currency": "sample string 18",
  "trans_date": "sample string 19",
  "orderId": "sample string 20",
  "opCode": 21,
  "isException": true,
  "exceptionMessage": "sample string 23",
  "ds": null,
  "id": "sample string 24",
  "strId": "sample string 25",
  "userId": 26,
  "status": 27,
  "message": "sample string 28",
  "pageSize": "sample string 29",
  "pageIndex": "sample string 30",
  "responseValue": {}
}

application/xml, text/xml

Sample:
<StudentFeePayment 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 30</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 29</PageSize>
  <exceptionMessage xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 23</exceptionMessage>
  <id xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 24</id>
  <isException xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">true</isException>
  <message xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 28</message>
  <opCode xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">21</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">27</status>
  <strId xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 25</strId>
  <userId xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">26</userId>
  <address>sample string 6</address>
  <bank_ref_no>sample string 13</bank_ref_no>
  <card_name>sample string 16</card_name>
  <city>sample string 8</city>
  <contact>sample string 4</contact>
  <country>sample string 10</country>
  <currency>sample string 18</currency>
  <email>sample string 5</email>
  <failure_message>sample string 14</failure_message>
  <feeTypeId>sample string 2</feeTypeId>
  <orderId>sample string 20</orderId>
  <paidAmount>sample string 3</paidAmount>
  <paymentStatus>sample string 11</paymentStatus>
  <payment_mode>sample string 15</payment_mode>
  <pincode>sample string 7</pincode>
  <state>sample string 9</state>
  <status_message>sample string 17</status_message>
  <studentCode>sample string 1</studentCode>
  <tracking_id>sample string 12</tracking_id>
  <trans_date>sample string 19</trans_date>
</StudentFeePayment>

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

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.