POST Api/RefundPaymentCourseWise/ShowRefundPaymentList

Request Information

URI Parameters

None.

Body Parameters

RefundPaymentCourseWise
NameDescriptionTypeAdditional information
courseWiseFeeId

integer

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.

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:
{
  "courseWiseFeeId": 1,
  "paidAmount": 2.0,
  "paymentDate": "sample string 3",
  "paymentMode": "sample string 4",
  "chequeNo": "sample string 5",
  "chequeDate": "sample string 6",
  "chequeName": "sample string 7",
  "bankName": "sample string 8",
  "bankBranch": "sample string 9",
  "opCode": 10,
  "isException": true,
  "exceptionMessage": "sample string 12",
  "ds": null,
  "id": "sample string 13",
  "strId": "sample string 14",
  "userId": 15,
  "status": 16,
  "message": "sample string 17",
  "pageSize": "sample string 18",
  "pageIndex": "sample string 19",
  "responseValue": {}
}

application/xml, text/xml

Sample:
<RefundPaymentCourseWise 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 19</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 18</PageSize>
  <exceptionMessage xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 12</exceptionMessage>
  <id xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 13</id>
  <isException xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">true</isException>
  <message xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 17</message>
  <opCode xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">10</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">16</status>
  <strId xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 14</strId>
  <userId xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">15</userId>
  <bankBranch>sample string 9</bankBranch>
  <bankName>sample string 8</bankName>
  <chequeDate>sample string 6</chequeDate>
  <chequeName>sample string 7</chequeName>
  <chequeNo>sample string 5</chequeNo>
  <courseWiseFeeId>1</courseWiseFeeId>
  <paidAmount>2</paidAmount>
  <paymentDate>sample string 3</paymentDate>
  <paymentMode>sample string 4</paymentMode>
</RefundPaymentCourseWise>

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

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.