POST 17.0/app/paymentruns/checkbankdetailsenteredpaymentfile

Description

No description available.

URI Parameters

None.

Name Description Type Additional information
PaymentExportFormat

byte

None.

BankAccountId

integer

None.

application/json, text/json

Sample:
{
  "paymentExportFormat": 64,
  "bankAccountId": 2
}

application/xml, text/xml

Sample:
<CheckBankDetailsEnteredPaymentFileRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <PaymentExportFormat>64</PaymentExportFormat>
  <BankAccountId>2</BankAccountId>
</CheckBankDetailsEnteredPaymentFileRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

boolean

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean>true</boolean>