POST ProcessBankAndCreditCardMapping/SaveBatch

Saves a collection of Process Bank and Credit Card Mappings.

Request Information

URI Parameters

None.

Body Parameters

The List of Process Bank and Credit Card Mappings.

Collection of Process Bank And Credit Card Mapping
NameTypeAdditional informationDescription
ID integer

None.

LinkTypeId integer

Range: inclusive between 1 and 2147483647

LinkId integer

None.

TaxTypeId integer

None.

SearchString string

None.

Payee string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "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"
  }
]

Response Information

Resource Description

Collection of Process Bank And Credit Card Mapping
NameTypeAdditional informationDescription
ID integer

None.

LinkTypeId integer

Range: inclusive between 1 and 2147483647

LinkId integer

None.

TaxTypeId integer

None.

SearchString string

None.

Payee string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "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"
  }
]