The GetReceivedBankPayments function returns all ReceivedBankPayment records for the specified parameters.
Method | /GetReceivedBankPayments |
The request body is of type GetReceivedBankPayments.
Name | Description | Data Type |
---|---|---|
filter | ReceivedBankPaymentsFilter | |
offset | xml:int | |
maxRecords | xml:int | |
orderBy | xml:string | |
skipItemId | xml:int |
|
The response body is of type GetReceivedBankPaymentsResponse.
Name | Description | Data Type |
---|---|---|
GetReceivedBankPaymentsResult | ArrayOfViewReceivedBankPaymentInfo |
|