You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`SUPPORTS_RECEIPT_POSTING`|`string`|-|Pass this flag if ERP supports Expense receipts and Invoice images.|
35
35
`SUPPORTS_LIABILITY_ACCOUNT`|`string`|-|Pass this flag if ERP supports Liability account.|
36
+
`DISABLE_INVOICE_INTEGRATION`|`string`|-|Pass this flag if ERP does not supports Invoice Integration.|
37
+
`ENABLE_TAX_INTEGRATION`|`string`|-|Pass this flag if ERP supports mapping Tax Codes and Reclaim Codes.|
36
38
37
39
### <aname="feature"></a>Feature
38
40
@@ -129,6 +131,49 @@ Please note that if no additional configuration is needed the list of configurat
129
131
`name`|`string`|-| **Required** List name in the ERP. |
130
132
`isDeleted`|`boolean`|`true`/`false`| **PATCH method** If `true`, this record is marked for deletion.|
131
133
134
+
### <aname="list-of-taxData"></a>Update ERP Tax Data Request
135
+
136
+
|Name|Type|Format|Description|
137
+
|---|---|---|---|
138
+
`data`|`array`|[`ERP Tax Data`](#erp-taxData)|List of the ERP Tax Data.|
139
+
`links`|`array`|[`Links`](#links)|**GET method** The array of `href`s to retrieve the next page.|
140
+
`deleteAll`|`boolean`|`true`/`false`|**PUT method** For PUT method, this field is always considered to be true and all data is replaced with the data provided.|
141
+
142
+
### <aname="erp-taxData"></a>ERP Tax Data
143
+
144
+
|Name|Type|Format|Description|
145
+
|---|---|---|---|
146
+
`countryCode`|`string`|ISO 3166-1 alpha-2|**Required** Two-letter country code for the tax data as specified in ISO 3166-1 alpha-2.|
147
+
`countryName`|`string`|-|Country name for the tax data.|
148
+
`stateEntries`|`array`|[`State Entries`](#state-entries)|**Required** List of state/province specific tax data. If the data is not state specific, this field will hold the country tax data.|
149
+
150
+
151
+
### <aname="state-entries"></a>State Entries
152
+
153
+
|Name|Type|Format|Description|
154
+
|---|---|---|---|
155
+
`stateCode`|`string`|-|ERP state/province code for the state/province specific tax data. If the data is not state specific, this field will be null.|
156
+
`stateDesc`|`string`|-|Description for the ERP state/province specific tax data. If the data is not state specific, this field will be null.|
157
+
`reclaimEntries`|`array`|[`Reclaim Entries`](#reclaim-entries) |**Required** List of ERP reclaim data for the state/province specific tax data or country tax data if not state/province specific.|
0 commit comments