POST api/Payment/GetMyGroupPaymentDetails
Request Information
URI Parameters
None.
Body Parameters
GroupDataName | Description | Type | Additional information |
---|---|---|---|
creditID | string |
None. |
|
payDate | string |
None. |
|
companyID | integer |
None. |
|
paymentMethod | string |
None. |
|
portalUserID | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "creditID": "sample string 1", "payDate": "sample string 2", "companyID": 3, "paymentMethod": "sample string 4", "portalUserID": "sample string 5" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of PaymentHistoryName | Description | Type | Additional information |
---|---|---|---|
PayID | string |
None. |
|
PayDate | date |
None. |
|
PayAmount | decimal number |
None. |
|
PayMethod | string |
None. |
|
PostedAmount | decimal number |
None. |
|
PostedDate | date |
None. |
|
Comments | string |
None. |
|
CustID | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "PayID": "sample string 1", "PayDate": "2025-05-01T16:37:58.6061211-04:00", "PayAmount": 1.0, "PayMethod": "sample string 2", "PostedAmount": 1.0, "PostedDate": "2025-05-01T16:37:58.6061211-04:00", "Comments": "sample string 3", "CustID": "sample string 4" }, { "PayID": "sample string 1", "PayDate": "2025-05-01T16:37:58.6061211-04:00", "PayAmount": 1.0, "PayMethod": "sample string 2", "PostedAmount": 1.0, "PostedDate": "2025-05-01T16:37:58.6061211-04:00", "Comments": "sample string 3", "CustID": "sample string 4" } ]