GET ProcessBankAndCreditCardMapping/Get

Retrieves a collection of Process Bank and Credit Card 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 Process Bank And Credit Card Mapping
NameTypeAdditional informationDescription
TotalResults integer

None.

ReturnedResults integer

None.

Results Collection of Process Bank And Credit Card 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",
      "Payee": "sample string 6"
    },
    {
      "ID": 1,
      "LinkTypeId": 2,
      "LinkId": 3,
      "TaxTypeId": 4,
      "SearchString": "sample string 5",
      "Payee": "sample string 6"
    }
  ]
}