POST Payments/Payment/{paymentID}/PaymentInvoice

Get Payment Invoice from criteria

Request Information

URI Parameters

NameDescriptionTypeAdditional information
paymentID

ID of payment that the client is considering to add the returned invoices to.

integer

Required

Body Parameters

Filter criteria

FindPaymentInvoiceCriteria
NameDescriptionTypeAdditional 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

IHttpActionResult

None.