POST Payments/Payment/{paymentID}/PaymentInvoice
Get Payment Invoice from criteria
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
paymentID |
ID of payment that the client is considering to add the returned invoices to. |
integer |
Required |
Body Parameters
Filter criteria
FindPaymentInvoiceCriteriaName | Description | Type | Additional information |
---|---|---|---|
BusinessUnits | Collection of integer |
None. |
|
Invoices | Collection of integer |
None. |
|
InvoiceNumber | string |
None. |
|
InvoicesToExclude | Collection of integer |
None. |
|
SelectedInvoices | Collection of integer |
None. |
|
ClientName | NameDTO |
None. |
|
PaymentMethod | PaymentMethod |
None. |
|
EndDate | date |
None. |
|
ResidentTypes | Collection of string |
None. |
|
FunderIDs | Collection of integer |
None. |
|
Skip | integer |
None. |
|
Limit | integer |
None. |
|
IncludeClientWithNoBankAccount | boolean |
None. |
|
ExcludePaymentMethod | boolean |
None. |
|
BusinessUnitStatusTypes | Collection of integer |
None. |
Response Information
Resource Description
List of DirectDebitInvoice
IHttpActionResultNone.