POST ProcessBankAndCreditCardMapping/Save

Saves a specified Process Bank and Credit Card Mapping.

Request Information

URI Parameters

None.

Body Parameters

The Process Bank and Credit Card Mapping.

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"
}

Response Information

Resource Description

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"
}