GET BankImportMapping/Get/{id}
Gets the specified Bank Import Mapping based on the identifier.
Request Information
URI Parameters
Name | Type | Additional information | Description |
---|---|---|---|
id | integer |
Required |
The identifier. |
Body Parameters
None.
Response Information
Resource Description
Bank Import MappingName | Type | Additional information | Description |
---|---|---|---|
ID | integer |
None. |
|
LinkTypeId | integer |
Range: inclusive between 1 and 2147483647 |
|
LinkId | integer |
None. |
|
TaxTypeId | integer |
None. |
|
SearchString | string |
Required |
|
Priority | bool |
None. |
|
DisplayDescription | string |
None. |
|
Payee | string |
None. |
|
AnalysisCategoryId1 | nullable integer |
None. |
Gets or sets the Analysis Category identifier. This needs to be a valid AnalysisCategoryId. |
AnalysisCategoryId2 | nullable integer |
None. |
Gets or sets the Analysis Category identifier. This needs to be a valid AnalysisCategoryId. |
AnalysisCategoryId3 | nullable integer |
None. |
Gets or sets the Analysis Category identifier. This needs to be a valid AnalysisCategoryId. |
Response Formats
application/json, text/json
Sample:
{ "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 }