GET api/Payments/PaymentDetailsByEmail/{EmailAddress}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| EmailAddress | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PaymentDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountName | string |
None. |
|
| TradeName | string |
None. |
|
| PaymentDetailId | integer |
None. |
|
| AccountKey | integer |
None. |
|
| FiscalYear | integer |
None. |
|
| PaymentDate | date |
None. |
|
| CalculationDate | date |
None. |
|
| PaymentTypeKey | integer |
None. |
|
| PaymentTypeDescription | string |
None. |
|
| PaymentAmount | decimal number |
None. |
|
| UnallocatedCash | decimal number |
None. |
|
| Pending | boolean |
None. |
|
| Voided | boolean |
None. |
|
| ReferenceId | string |
None. |
|
| Reference | string |
None. |
|
| Correction | boolean |
None. |
|
| CorrectionLinkKey | integer |
None. |
|
| Comment | string |
None. |
|
| CollectorCashReportNumber | string |
None. |
|
| CollectorCashReportSequence | integer |
None. |
|
| CollectorCashReportOpenDate | date |
None. |
|
| CollectorRegisterNumber | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"$type": "WebPortalRTFAPI.Models.PaymentDetail, WebPortalRTFAPI",
"AccountName": "sample string 1",
"TradeName": "sample string 2",
"PaymentDetailId": 3,
"AccountKey": 4,
"FiscalYear": 5,
"PaymentDate": "2026-06-05T19:48:33.215566-04:00",
"CalculationDate": "2026-06-05T19:48:33.215566-04:00",
"PaymentTypeKey": 8,
"PaymentTypeDescription": "sample string 9",
"PaymentAmount": 10.0,
"UnallocatedCash": 11.0,
"Pending": true,
"Voided": true,
"ReferenceId": "sample string 14",
"Reference": "sample string 15",
"Correction": true,
"CorrectionLinkKey": 17,
"Comment": "sample string 18",
"CollectorCashReportNumber": "sample string 19",
"CollectorCashReportSequence": 20,
"CollectorCashReportOpenDate": "2026-06-05T19:48:33.215566-04:00",
"CollectorRegisterNumber": 22
},
{
"$ref": "2"
}
]