POST BankImportMapping/Save
Saves the specified Bank Import Mapping.
Request Information
URI Parameters
None.
Body Parameters
The Bank Import Mapping.
Bank Import Mapping| Name | 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. |
Request Formats
application/json, text/json
{
"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
}
Response Information
Resource Description
Bank Import Mapping| Name | 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
{
"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
}