Skip to content

Commit d7c9f9c

Browse files
committed
added
1 parent 25e0426 commit d7c9f9c

3 files changed

Lines changed: 19 additions & 13 deletions

File tree

apps/docs/content/docs/en/tools/sap_concur.mdx

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Connect SAP Concur via OAuth 2.0. Manage expense reports and line items, allocat
4242

4343
### `sap_concur_approve_expense_report`
4444

45-
Approve an expense report as a manager (PATCH /expensereports/v4/users/{userId}/context/MANAGER/reports/{reportId}/approve).
45+
Approve an expense report as a manager (PATCH /expensereports/v4/reports/{reportId}/approve). Required body field: comment.
4646

4747
#### Input
4848

@@ -55,8 +55,6 @@ Approve an expense report as a manager (PATCH /expensereports/v4/users/{userId}/
5555
| `username` | string | No | Username \(only for password grant\) |
5656
| `password` | string | No | Password \(only for password grant\) |
5757
| `companyUuid` | string | No | Company UUID for multi-company access tokens |
58-
| `userId` | string | Yes | Manager user UUID approving the report |
59-
| `contextType` | string | Yes | Access context: must be MANAGER |
6058
| `reportId` | string | Yes | Expense report ID to approve |
6159
| `body` | json | Yes | Request body — `comment` is required by Concur \(e.g., \{ "comment": "Approved" \}\). If the report contains rejected expenses, `expenseRejectedComment` is also required. Optional fields: `expectedStepCode`, `expectedStepSequence`, `statusId` \(defaults to "A_APPR"\). |
6260

@@ -98,7 +96,7 @@ Associate attendees with an expense (POST /expensereports/v4/users/{userId}/cont
9896

9997
### `sap_concur_create_cash_advance`
10098

101-
Create a cash advance (POST /cashadvance/v4.1/cashadvances).
99+
Create a cash advance (POST /cashadvance/v4/cashadvances).
102100

103101
#### Input
104102

@@ -470,7 +468,7 @@ Delete an expected expense (DELETE /travelrequest/v4/expenses/{expenseUuid}).
470468
| Parameter | Type | Description |
471469
| --------- | ---- | ----------- |
472470
| `status` | number | HTTP status code returned by Concur |
473-
| `data` | json | Empty body on 204 No Content when the expected expense is deleted. Error payload otherwise. |
471+
| `data` | json | Returns boolean true on 200 OK when the expected expense is deleted. |
474472

475473
### `sap_concur_delete_expense`
476474

@@ -688,7 +686,7 @@ Get a budget item header by ID (GET /budget/v4/budgetItemHeader/{id}).
688686

689687
### `sap_concur_get_cash_advance`
690688

691-
Get a cash advance (GET /cashadvance/v4.1/cashadvances/{cashadvanceId}).
689+
Get a cash advance (GET /cashadvance/v4/cashadvances/{cashadvanceId}).
692690

693691
#### Input
694692

@@ -1428,7 +1426,7 @@ Get a single user by UUID (GET /profile/identity/v4.1/Users/{id}).
14281426

14291427
### `sap_concur_issue_cash_advance`
14301428

1431-
Issue a cash advance (POST /cashadvance/v4.1/cashadvances/{cashadvanceId}/issue).
1429+
Issue a cash advance (POST /cashadvance/v4/cashadvances/{cashadvanceId}/issue).
14321430

14331431
#### Input
14341432

@@ -1450,7 +1448,7 @@ Issue a cash advance (POST /cashadvance/v4.1/cashadvances/{cashadvanceId}/issue)
14501448
| --------- | ---- | ----------- |
14511449
| `status` | number | HTTP status code returned by Concur |
14521450
| `data` | json | Issue cash advance result payload |
1453-
| ↳ `issuedDate` | string | Datetime the cash advance was issued \(UTC, YYYY-MM-DD hh:mm:ss\) |
1451+
| ↳ `issuedDate` | string | Date the cash advance was issued \(YYYY-MM-DD\) |
14541452
| ↳ `status` | json | Cash advance status after the issue action |
14551453
| ↳ `code` | string | Status code |
14561454
| ↳ `name` | string | Status display name |
@@ -2427,7 +2425,7 @@ Search users via SCIM .search endpoint (POST /profile/identity/v4.1/Users/.searc
24272425

24282426
### `sap_concur_send_back_expense_report`
24292427

2430-
Send back an expense report to the employee (PATCH /expensereports/v4/users/{userId}/context/MANAGER/reports/{reportId}/sendBack).
2428+
Send back an expense report to the employee (PATCH /expensereports/v4/reports/{reportId}/sendBack). Required body field: comment.
24312429

24322430
#### Input
24332431

@@ -2440,8 +2438,6 @@ Send back an expense report to the employee (PATCH /expensereports/v4/users/{use
24402438
| `username` | string | No | Username \(only for password grant\) |
24412439
| `password` | string | No | Password \(only for password grant\) |
24422440
| `companyUuid` | string | No | Company UUID for multi-company access tokens |
2443-
| `userId` | string | Yes | Manager user UUID sending back the report |
2444-
| `contextType` | string | Yes | Access context: must be MANAGER |
24452441
| `reportId` | string | Yes | Expense report ID to send back |
24462442
| `body` | json | Yes | Request body — `comment` is required by Concur \(e.g., \{ "comment": "Missing receipt" \}\). Optional fields: `expectedStepCode`, `expectedStepSequence`. |
24472443

apps/docs/content/docs/en/tools/sharepoint.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,5 +278,15 @@ Upload files to a SharePoint document library
278278
|`createdDateTime` | string | When the file was created |
279279
|`lastModifiedDateTime` | string | When the file was last modified |
280280
| `fileCount` | number | Number of files uploaded |
281+
| `skippedFiles` | array | Files that were skipped before upload |
282+
|`name` | string | File name |
283+
|`size` | number | File size in bytes |
284+
|`limit` | number | Upload size limit in bytes |
285+
|`reason` | string | Reason the file was skipped |
286+
| `skippedCount` | number | Number of files skipped |
287+
| `errors` | array | Per-file upload errors |
288+
|`name` | string | File name |
289+
|`error` | string | Error message |
290+
|`status` | number | HTTP status from Microsoft Graph |
281291

282292

apps/sim/app/(landing)/integrations/data/integrations.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11522,11 +11522,11 @@
1152211522
},
1152311523
{
1152411524
"name": "Approve Expense Report",
11525-
"description": "Approve an expense report as a manager (PATCH /expensereports/v4/users/{userId}/context/MANAGER/reports/{reportId}/approve)."
11525+
"description": "Approve an expense report as a manager (PATCH /expensereports/v4/reports/{reportId}/approve). Required body field: comment."
1152611526
},
1152711527
{
1152811528
"name": "Send Back Expense Report",
11529-
"description": "Send back an expense report to the employee (PATCH /expensereports/v4/users/{userId}/context/MANAGER/reports/{reportId}/sendBack)."
11529+
"description": "Send back an expense report to the employee (PATCH /expensereports/v4/reports/{reportId}/sendBack). Required body field: comment."
1153011530
},
1153111531
{
1153211532
"name": "List Reports To Approve",

0 commit comments

Comments
 (0)