POST BankImportMapping/SaveSettings

Saves settings for Bank Import Mappings.

Request Information

URI Parameters

None.

Body Parameters

Settings.

Bank Import Mapping Settings
NameTypeAdditional informationDescription
BankStatementMatchingOption Bank Statement Matching Option

None.

BankStatementMatchingOnNewTransactions bool

None.

Request Formats

application/json, text/json

Sample:
{
  "BankStatementMatchingOption": 0,
  "BankStatementMatchingOnNewTransactions": true
}

Response Information

Resource Description

None.