Skip to content

Commit 7038b5c

Browse files
Merge pull request #1495 from pravin-sap/main
AIS-12465: [GROW ICS] Update the public Concur API documentation for the ICS changes
2 parents 537d315 + a24f9d3 commit 7038b5c

File tree

3 files changed

+532
-2
lines changed

3 files changed

+532
-2
lines changed

src/api-reference/accounting-integration/v4.accountingintegration-mappings.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ GET /accountingintegration/v4/companies/09ac834c-46d6-49ff-9653-551d69072d56/erp
9494
"name": "string",
9595
"creditCardVendorId": "string",
9696
"currencyCode": "string",
97-
"cashAccountCode": "string",
97+
"countryCode": "string",
9898
"erpCreditCardAccount": "string"
9999
}
100100
],

src/api-reference/accounting-integration/v4.accountingintegration-schema.markdown

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ Return to [Accounting Integration v4 - Getting Started](/api-reference/accountin
3333
|---|---|---|---|
3434
`SUPPORTS_RECEIPT_POSTING`|`string`|-|Pass this flag if ERP supports Expense receipts and Invoice images.|
3535
`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.|
3638

3739
### <a name="feature"></a>Feature
3840

@@ -129,6 +131,49 @@ Please note that if no additional configuration is needed the list of configurat
129131
`name`|`string`|-| **Required** List name in the ERP. |
130132
`isDeleted`|`boolean`|`true`/`false`| **PATCH method** If `true`, this record is marked for deletion.|
131133

134+
### <a name="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+
### <a name="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+
### <a name="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.|
158+
159+
### <a name="reclaim-entries"></a>Reclaim Entries
160+
161+
|Name|Type|Format|Description|
162+
|---|---|---|---|
163+
`reclaimCode`|`string`|-|**Required** ERP reclaim code.|
164+
`reclaimDesc`|`string`|-|Description for the ERP reclaim rate.|
165+
`reclaimDetails`|`array`|[`Reclaim Details`](#reclaim-details)|**Required* Details of the ERP reclaim rate.|
166+
167+
### <a name="reclaim-details"></a>Reclaim Details
168+
169+
|Name|Type|Format|Description|
170+
|---|---|---|---|
171+
`taxCode`|`string`|-|**Required** ERP tax code.|
172+
`taxRateDesc`|`string`|-|Description for the ERP tax rate.|
173+
`percentage`|`number`|-|The percentage of the ERP tax rate.|
174+
`validFrom`|`string`|-|**Required** The start date of the ERP tax rate in ISO-8601 simple date format(YYYY-MM-dd).|
175+
`validTo`|`string`|-|The end date of the ERP tax rate in ISO-8601 simple date format(YYYY-MM-dd).|
176+
132177
### <a name="list-of-vendor"></a>Update ERP Vendors Request
133178

134179
|Name|Type|Format|Description|
@@ -208,6 +253,8 @@ Please note that if no additional configuration is needed the list of configurat
208253
`name`| `string` | - | Payment type name.|
209254
`creditCardVendorId`| `string` | - | Credit card vendor ID. |
210255
`currencyCode`| `string` | `ISO 4217` | 3-letter currency code.|
256+
`countryCode`|`string`|`ISO 3166`|2-letter country code.|
257+
`erpCreditCardAccount`|`string`|-|ERP Credit Card Account.|
211258

212259
### <a name="list-mapping"></a>ListMapping
213260

@@ -349,4 +396,4 @@ Please note that if no additional configuration is needed the list of configurat
349396
|Name|Type|Format|Description|
350397
|---|---|---|---|
351398
`STANDARD`|`string`|-| Entity is in Standard Edition. |
352-
`PROFESSIONAL`|`string`|-| Entity is in Professional Edition. |
399+
`PROFESSIONAL`|`string`|-| Entity is in Professional Edition. |

0 commit comments

Comments
 (0)