GET ProcessBankAndCreditCardMapping/Get/{id}
Retrieves a specific Process Bank and Credit Card Mapping.
Request Information
URI Parameters
Name | Type | Additional information | Description |
---|---|---|---|
id | integer |
Required |
The id of the Process Bank and Credit Card Mapping. |
Body Parameters
None.
Response Information
Resource Description
Process Bank And Credit Card MappingName | Type | Additional information | Description |
---|---|---|---|
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" }