GET v1/invoices/{parentId}/paymentAllocations

Request Information

URI Parameters

NameDescriptionTypeAdditional information
parentId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Common.Dto.Get.PaymentAllocation
NameDescriptionTypeAdditional 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-05-21T08:32:20.004625+00:00",
    "effectiveTimestamp": "2025-05-21T08:32:20.004625+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-05-21T08:32:20.004625+00:00",
    "effectiveTimestamp": "2025-05-21T08:32:20.004625+00:00",
    "paymentMethod": "sample string 6",
    "paymentReference": "sample string 7",
    "paymentActivityId": 8,
    "parentCustomerId": 1,
    "surchargingFee": 9.0
  }
]