The GetInvoicePayments function returns all invoicePayment records for the specified parameters.
| Method | /GetInvoicePayments |
The request body is of type GetInvoicePayments.
| Name | Description | Data Type |
|---|---|---|
| invoiceId | xml:int | |
| debtorId | xml:int | |
| cashFlowId | xml:int | |
| dateFrom | xml:dateTime | |
| dateTo | xml:dateTime |

![]() |
|
The response body is of type GetInvoicePaymentsResponse.
| Name | Description | Data Type |
|---|---|---|
| GetInvoicePaymentsResult | ArrayOfViewInvoicePaymentInfo |

![]() |
|