GET BankImportMapping/GetSettings
Retrieves settings for Bank Import Mappings.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
BankImportMappingSettings
Bank Import Mapping Settings| Name | Type | Additional information | Description |
|---|---|---|---|
| BankStatementMatchingOption | Bank Statement Matching Option |
None. |
|
| BankStatementMatchingOnNewTransactions | bool |
None. |
Response Formats
application/json, text/json
Sample:
{
"BankStatementMatchingOption": 0,
"BankStatementMatchingOnNewTransactions": true
}