POST 17.0/app/paymentruns/checkbankdetailsenteredpaymentfile

Description

Returns a boolean based on whether or nor the details have been entered

URI Parameters

None.

The banks details that arce checked

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>