GET v1/invoices/{parentId}/paymentAllocations
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| parentId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Common.Dto.Get.PaymentAllocation| Name | Description | Type | Additional information |
|---|---|---|---|
| paymentId | integer |
None. |
|
| invoiceId | integer |
None. |
|
| amount | decimal number |
None. |
|
| paymentEffectiveTimestamp | date |
None. |
|
| effectiveTimestamp | date |
None. |
|
| paymentMethod | string |
None. |
|
| paymentReference | string |
None. |
|
| paymentActivityId | integer |
None. |
|
| parentCustomerId | integer |
None. |
|
| surchargingFee | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"paymentId": 1,
"invoiceId": 2,
"amount": 3.0,
"paymentEffectiveTimestamp": "2025-11-03T09:58:17.530794+00:00",
"effectiveTimestamp": "2025-11-03T09:58:17.530794+00:00",
"paymentMethod": "sample string 6",
"paymentReference": "sample string 7",
"paymentActivityId": 8,
"parentCustomerId": 1,
"surchargingFee": 9.0
},
{
"paymentId": 1,
"invoiceId": 2,
"amount": 3.0,
"paymentEffectiveTimestamp": "2025-11-03T09:58:17.530794+00:00",
"effectiveTimestamp": "2025-11-03T09:58:17.530794+00:00",
"paymentMethod": "sample string 6",
"paymentReference": "sample string 7",
"paymentActivityId": 8,
"parentCustomerId": 1,
"surchargingFee": 9.0
}
]