POST api/Payment/GetPaymentListAdmin
Request Information
URI Parameters
None.
Body Parameters
PaymentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PaymentID | integer |
None. |
|
| PayDate | date |
None. |
|
| PayToDate | string |
None. |
|
| PayFromDate | string |
None. |
|
| PayType | string |
None. |
|
| PayAmount | decimal number |
None. |
|
| PayReason | string |
None. |
|
| PayStatus | integer |
None. |
|
| PayTransactionID | string |
None. |
|
| PayTraceNumber | string |
None. |
|
| RejectDescription | string |
None. |
|
| DiscountDescription | string |
None. |
|
| PaymentDescription | string |
None. |
|
| PriceDiscount | decimal number |
None. |
|
| LateFees | decimal number |
None. |
|
| PayDetType | integer |
None. |
|
| PayTypeLateFees | integer |
None. |
|
| CouponDiscountPrice | decimal number |
None. |
|
| PaymentDetailID | integer |
None. |
|
| PayTypeDiscount | integer |
None. |
|
| PayDescription | string |
None. |
|
| PayDetAmount | decimal number |
None. |
|
| ClassPrice | integer |
None. |
|
| ScheduleName | string |
None. |
|
| StudentID | integer |
None. |
|
| StuName | string |
None. |
|
| ReferenceID | integer |
None. |
|
| RefDescription | string |
None. |
|
| PurchaseTypeName | string |
None. |
|
| WC_Status | string |
None. |
|
| ScheduleID | integer |
None. |
|
| StartDate | date |
None. |
|
| NoOfWeeks | integer |
None. |
|
| ClassID | integer |
None. |
|
| ClassName | string |
None. |
|
| LocationID | integer |
None. |
|
| LocationName | string |
None. |
|
| Timings | string |
None. |
|
| FromTime | string |
None. |
|
| ToTime | string |
None. |
|
| Address1 | string |
None. |
|
| Address2 | string |
None. |
|
| City | string |
None. |
|
| State | string |
None. |
|
| Zip | string |
None. |
|
| CouponID | integer |
None. |
|
| CouponCode | Object |
None. |
|
| Value | string |
None. |
|
| KeyInt | integer |
None. |
|
| PgNumber | integer |
None. |
|
| PgLimit | integer |
None. |
|
| OrderList | string |
None. |
|
| Total_count | integer |
None. |
|
| MedicalFormStatus | integer |
None. |
|
| specialPrice | boolean |
None. |
|
| descriptionWebsite | string |
None. |
|
| PFilterType | PaymentFilterType |
None. |
|
| CardNumber | string |
None. |
|
| ExpiryMonth | string |
None. |
|
| ExpiryYear | string |
None. |
|
| CVCCode | string |
None. |
|
| NameonCard | string |
None. |
|
| Amount | decimal number |
None. |
|
| Comment1 | string |
None. |
|
| Comment2 | string |
None. |
|
| string |
None. |
||
| StudentAddress1 | string |
None. |
|
| StudentAddress2 | string |
None. |
|
| StudentCity | string |
None. |
|
| StudentState | string |
None. |
|
| StudentZip | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PaymentID": 1,
"PayDate": "2026-02-04T02:27:16.8056089+00:00",
"PayToDate": "sample string 3",
"PayFromDate": "sample string 4",
"PayType": "sample string 5",
"PayAmount": 1.0,
"PayReason": "sample string 6",
"PayStatus": 1,
"PayTransactionID": "sample string 7",
"PayTraceNumber": "sample string 8",
"RejectDescription": "sample string 9",
"DiscountDescription": "sample string 10",
"PaymentDescription": "sample string 11",
"PriceDiscount": 1.0,
"LateFees": 1.0,
"PayDetType": 12,
"PayTypeLateFees": 13,
"CouponDiscountPrice": 14.0,
"PaymentDetailID": 15,
"PayTypeDiscount": 16,
"PayDescription": "sample string 17",
"PayDetAmount": 18.0,
"ClassPrice": 19,
"ScheduleName": "sample string 20",
"StudentID": 21,
"StuName": "sample string 22",
"ReferenceID": 23,
"RefDescription": "sample string 24",
"PurchaseTypeName": "sample string 25",
"WC_Status": "sample string 26",
"ScheduleID": 27,
"StartDate": "2026-02-04T02:27:16.8056089+00:00",
"NoOfWeeks": 29,
"ClassID": 1,
"ClassName": "sample string 30",
"LocationID": 1,
"LocationName": "sample string 31",
"Timings": "sample string 32",
"FromTime": "sample string 33",
"ToTime": "sample string 34",
"Address1": "sample string 35",
"Address2": "sample string 36",
"City": "sample string 37",
"State": "sample string 38",
"Zip": "sample string 39",
"CouponID": 40,
"CouponCode": {},
"Value": "sample string 42",
"KeyInt": 43,
"PgNumber": 44,
"PgLimit": 1,
"OrderList": "sample string 45",
"Total_count": 46,
"MedicalFormStatus": 47,
"specialPrice": true,
"descriptionWebsite": "sample string 49",
"PFilterType": 0,
"CardNumber": "sample string 50",
"ExpiryMonth": "sample string 51",
"ExpiryYear": "sample string 52",
"CVCCode": "sample string 53",
"NameonCard": "sample string 54",
"Amount": 55.0,
"Comment1": "sample string 56",
"Comment2": "sample string 57",
"Email": "sample string 58",
"StudentAddress1": "sample string 59",
"StudentAddress2": "sample string 60",
"StudentCity": "sample string 61",
"StudentState": "sample string 62",
"StudentZip": "sample string 63"
}
application/xml, text/xml
Sample:
<PaymentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HLSClientPortal.Models"> <Address1>sample string 35</Address1> <Address2>sample string 36</Address2> <Amount>55</Amount> <CVCCode>sample string 53</CVCCode> <CardNumber>sample string 50</CardNumber> <City>sample string 37</City> <ClassID>1</ClassID> <ClassName>sample string 30</ClassName> <ClassPrice>19</ClassPrice> <Comment1>sample string 56</Comment1> <Comment2>sample string 57</Comment2> <CouponCode /> <CouponDiscountPrice>14</CouponDiscountPrice> <CouponID>40</CouponID> <DiscountDescription>sample string 10</DiscountDescription> <Email>sample string 58</Email> <ExpiryMonth>sample string 51</ExpiryMonth> <ExpiryYear>sample string 52</ExpiryYear> <FromTime>sample string 33</FromTime> <KeyInt>43</KeyInt> <LateFees>1</LateFees> <LocationID>1</LocationID> <LocationName>sample string 31</LocationName> <MedicalFormStatus>47</MedicalFormStatus> <NameonCard>sample string 54</NameonCard> <NoOfWeeks>29</NoOfWeeks> <OrderList>sample string 45</OrderList> <PFilterType>All</PFilterType> <PayAmount>1</PayAmount> <PayDate>2026-02-04T02:27:16.8056089+00:00</PayDate> <PayDescription>sample string 17</PayDescription> <PayDetAmount>18</PayDetAmount> <PayDetType>12</PayDetType> <PayFromDate>sample string 4</PayFromDate> <PayReason>sample string 6</PayReason> <PayStatus>1</PayStatus> <PayToDate>sample string 3</PayToDate> <PayTraceNumber>sample string 8</PayTraceNumber> <PayTransactionID>sample string 7</PayTransactionID> <PayType>sample string 5</PayType> <PayTypeDiscount>16</PayTypeDiscount> <PayTypeLateFees>13</PayTypeLateFees> <PaymentDescription>sample string 11</PaymentDescription> <PaymentDetailID>15</PaymentDetailID> <PaymentID>1</PaymentID> <PgLimit>1</PgLimit> <PgNumber>44</PgNumber> <PriceDiscount>1</PriceDiscount> <PurchaseTypeName>sample string 25</PurchaseTypeName> <RefDescription>sample string 24</RefDescription> <ReferenceID>23</ReferenceID> <RejectDescription>sample string 9</RejectDescription> <ScheduleID>27</ScheduleID> <ScheduleName>sample string 20</ScheduleName> <StartDate>2026-02-04T02:27:16.8056089+00:00</StartDate> <State>sample string 38</State> <StuName>sample string 22</StuName> <StudentAddress1>sample string 59</StudentAddress1> <StudentAddress2>sample string 60</StudentAddress2> <StudentCity>sample string 61</StudentCity> <StudentID>21</StudentID> <StudentState>sample string 62</StudentState> <StudentZip>sample string 63</StudentZip> <Timings>sample string 32</Timings> <ToTime>sample string 34</ToTime> <Total_count>46</Total_count> <Value>sample string 42</Value> <WC_Status>sample string 26</WC_Status> <Zip>sample string 39</Zip> <descriptionWebsite>sample string 49</descriptionWebsite> <specialPrice>true</specialPrice> </PaymentModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />