GET BankImportMapping/Get

Gets a list of Bank Import Mappings.

Request Information

This method supports OData queries.

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

This collection is wrapped in a paging response object.

Paging response of Bank Import Mapping
NameTypeAdditional informationDescription
TotalResults integer

None.

ReturnedResults integer

None.

Results Collection of Bank Import Mapping

None.

Response Formats

application/json, text/json

Sample:
{
  "TotalResults": 1,
  "ReturnedResults": 2,
  "Results": [
    {
      "ID": 1,
      "LinkTypeId": 2,
      "LinkId": 3,
      "TaxTypeId": 4,
      "SearchString": "sample string 5",
      "Priority": true,
      "DisplayDescription": "sample string 7",
      "Payee": "sample string 8",
      "AnalysisCategoryId1": 1,
      "AnalysisCategoryId2": 1,
      "AnalysisCategoryId3": 1
    },
    {
      "ID": 1,
      "LinkTypeId": 2,
      "LinkId": 3,
      "TaxTypeId": 4,
      "SearchString": "sample string 5",
      "Priority": true,
      "DisplayDescription": "sample string 7",
      "Payee": "sample string 8",
      "AnalysisCategoryId1": 1,
      "AnalysisCategoryId2": 1,
      "AnalysisCategoryId3": 1
    }
  ]
}