GET api/Payment/GetMyMasterPaymentSummary/{masterCustomerID}/{companyID}?portalUserID={portalUserID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
masterCustomerID | string |
Required |
|
companyID | integer |
Required |
|
portalUserID | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of GroupPaymentSummaryName | Description | Type | Additional information |
---|---|---|---|
PayDate | date |
None. |
|
PayAmount | decimal number |
None. |
|
PayMethod | string |
None. |
|
PostedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "PayDate": "2025-05-01T17:20:56.7072887-04:00", "PayAmount": 1.0, "PayMethod": "sample string 1", "PostedDate": "2025-05-01T17:20:56.7072887-04:00" }, { "PayDate": "2025-05-01T17:20:56.7072887-04:00", "PayAmount": 1.0, "PayMethod": "sample string 1", "PostedDate": "2025-05-01T17:20:56.7072887-04:00" } ]