The GetInvoicePayments function returns all invoicePayment records for the specified parameters.
Method | /GetInvoicePaymentsWithFilter |
The request body is of type GetInvoicePaymentsWithFilter.
Name | Description | Data Type |
---|---|---|
filter | InvoicePaymentsFilter | |
offset | xml:int | |
recordCount | xml:int | |
orderBy | xml:string |
|
The response body is of type GetInvoicePaymentsWithFilterResponse.
Name | Description | Data Type |
---|---|---|
GetInvoicePaymentsWithFilterResult | ArrayOfViewInvoicePaymentInfo |
|