POST api/Payment/PaymentDetails
Request Information
URI Parameters
None.
Body Parameters
PaymentGateway| Name | Description | Type | Additional information |
|---|---|---|---|
| SNo | string |
None. |
|
| SNoEnc | string |
None. |
|
| SessionSNo | string |
None. |
|
| StudSNo | string |
None. |
|
| AppType | string |
None. |
|
| PaymentGatewayName | string |
None. |
|
| OrderID | string |
None. |
|
| UserSNo | string |
None. |
|
| FeePaidSNo | string |
None. |
|
| Mobile | string |
None. |
|
| EmailID | string |
None. |
|
| PaymentStatus | string |
None. |
|
| Amount | string |
None. |
|
| ReqAmount | string |
None. |
|
| PaidAmount | string |
None. |
|
| RequestOn | string |
None. |
|
| ResponseOn | string |
None. |
|
| PaymentMethod | string |
None. |
|
| BankReferenceNo | string |
None. |
|
| GatewayID | string |
None. |
|
| ResponseMsg | string |
None. |
|
| ResponseString | string |
None. |
|
| LongStr | string |
None. |
|
| FeeStr | string |
None. |
|
| SchoolCode | string |
None. |
|
| CreatedBy | string |
None. |
|
| FromDate | string |
None. |
|
| ToDate | string |
None. |
|
| PageNumber | integer |
None. |
|
| PageSize | integer |
None. |
|
| ColSearchContent | string |
None. |
|
| ColSortActive | string |
None. |
|
| ColSortDirection | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SNo": "sample string 1",
"SNoEnc": "sample string 2",
"SessionSNo": "sample string 3",
"StudSNo": "sample string 4",
"AppType": "sample string 5",
"PaymentGatewayName": "sample string 6",
"OrderID": "sample string 7",
"UserSNo": "sample string 8",
"FeePaidSNo": "sample string 9",
"Mobile": "sample string 10",
"EmailID": "sample string 11",
"PaymentStatus": "sample string 12",
"Amount": "sample string 13",
"ReqAmount": "sample string 14",
"PaidAmount": "sample string 15",
"RequestOn": "sample string 16",
"ResponseOn": "sample string 17",
"PaymentMethod": "sample string 18",
"BankReferenceNo": "sample string 19",
"GatewayID": "sample string 20",
"ResponseMsg": "sample string 21",
"ResponseString": "sample string 22",
"LongStr": "sample string 23",
"FeeStr": "sample string 24",
"SchoolCode": "sample string 25",
"CreatedBy": "sample string 26",
"FromDate": "sample string 27",
"ToDate": "sample string 28",
"PageNumber": 29,
"PageSize": 30,
"ColSearchContent": "sample string 31",
"ColSortActive": "sample string 32",
"ColSortDirection": "sample string 33"
}
application/xml, text/xml
Sample:
<PaymentGateway xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NSMS_WebAPI.Models"> <Amount>sample string 13</Amount> <AppType>sample string 5</AppType> <BankReferenceNo>sample string 19</BankReferenceNo> <ColSearchContent>sample string 31</ColSearchContent> <ColSortActive>sample string 32</ColSortActive> <ColSortDirection>sample string 33</ColSortDirection> <CreatedBy>sample string 26</CreatedBy> <EmailID>sample string 11</EmailID> <FeePaidSNo>sample string 9</FeePaidSNo> <FeeStr>sample string 24</FeeStr> <FromDate>sample string 27</FromDate> <GatewayID>sample string 20</GatewayID> <LongStr>sample string 23</LongStr> <Mobile>sample string 10</Mobile> <OrderID>sample string 7</OrderID> <PageNumber>29</PageNumber> <PageSize>30</PageSize> <PaidAmount>sample string 15</PaidAmount> <PaymentGatewayName>sample string 6</PaymentGatewayName> <PaymentMethod>sample string 18</PaymentMethod> <PaymentStatus>sample string 12</PaymentStatus> <ReqAmount>sample string 14</ReqAmount> <RequestOn>sample string 16</RequestOn> <ResponseMsg>sample string 21</ResponseMsg> <ResponseOn>sample string 17</ResponseOn> <ResponseString>sample string 22</ResponseString> <SNo>sample string 1</SNo> <SNoEnc>sample string 2</SNoEnc> <SchoolCode>sample string 25</SchoolCode> <SessionSNo>sample string 3</SessionSNo> <StudSNo>sample string 4</StudSNo> <ToDate>sample string 28</ToDate> <UserSNo>sample string 8</UserSNo> </PaymentGateway>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.