GET api/Payments.{ext}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ext | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of PaymentName | Description | Type | Additional information |
---|---|---|---|
PaymentId | integer |
None. |
|
InstallmentId | integer |
None. |
|
AdmissionId | integer |
None. |
|
BranchId | integer |
None. |
|
Account | string |
None. |
|
FeesReceiptID | string |
None. |
|
PaymentDate | date |
None. |
|
PaymentMode | string |
None. |
|
Amt | decimal number |
None. |
|
ApplyTax | boolean |
None. |
|
TotGST | decimal number |
None. |
|
CGST | decimal number |
None. |
|
SGST | decimal number |
None. |
|
NetAmt | decimal number |
None. |
|
ChqNo | string |
None. |
|
ChqDDDate | date |
None. |
|
ChqDDBank | integer |
None. |
|
ChqCleared | boolean |
None. |
|
RefNo | string |
None. |
|
PaymentCat | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "PaymentId": 1, "InstallmentId": 1, "AdmissionId": 1, "BranchId": 1, "Account": "sample string 2", "FeesReceiptID": "sample string 3", "PaymentDate": "2019-12-11T11:43:41.8406691+00:00", "PaymentMode": "sample string 4", "Amt": 1.0, "ApplyTax": true, "TotGST": 1.0, "CGST": 1.0, "SGST": 1.0, "NetAmt": 1.0, "ChqNo": "sample string 5", "ChqDDDate": "2019-12-11T11:43:41.8406691+00:00", "ChqDDBank": 1, "ChqCleared": true, "RefNo": "sample string 6", "PaymentCat": 1 }, { "PaymentId": 1, "InstallmentId": 1, "AdmissionId": 1, "BranchId": 1, "Account": "sample string 2", "FeesReceiptID": "sample string 3", "PaymentDate": "2019-12-11T11:43:41.8406691+00:00", "PaymentMode": "sample string 4", "Amt": 1.0, "ApplyTax": true, "TotGST": 1.0, "CGST": 1.0, "SGST": 1.0, "NetAmt": 1.0, "ChqNo": "sample string 5", "ChqDDDate": "2019-12-11T11:43:41.8406691+00:00", "ChqDDBank": 1, "ChqCleared": true, "RefNo": "sample string 6", "PaymentCat": 1 } ]