https://github.com/sap-samples/concur-web-services-list
This repository contains somes examples of requests that can be made to the List v4 and List Item v4 APIs.
https://github.com/sap-samples/concur-web-services-list
apis concur sample sample-code sap-concur web-services
Last synced: 4 months ago
JSON representation
This repository contains somes examples of requests that can be made to the List v4 and List Item v4 APIs.
- Host: GitHub
- URL: https://github.com/sap-samples/concur-web-services-list
- Owner: SAP-samples
- License: apache-2.0
- Created: 2023-11-07T18:45:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-07T07:30:04.000Z (9 months ago)
- Last Synced: 2025-10-07T09:32:52.025Z (9 months ago)
- Topics: apis, concur, sample, sample-code, sap-concur, web-services
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SAP Concur Client Web Services - List and List Item v4
## Description
This collection contains common calls against the List v4 and List item v4 Concur Web Services. Please make sure you already have web services enabled in your Concur environment along with the needed grants and authentication required to make these calls.
For more information on the List vs and List Item v4 Items, please review the documentation found [here.](https://developer.concur.com/.)
This postman collection will walk you through the common request methods you can do with these APIs using postman, with a focus on managing list items for an existing list. You can download a copy this postman collection. You can read my blog covering walking through these steps [here](https://community.sap.com/t5/enterprise-resource-planning-blog-posts-by-sap/sap-concur-list-item-management/ba-p/13572974).
1. Retrieve lists.
2. Retrieve list item (2.a) or retrieve connected list Item (2.b).
3. Add a new list item (3.a) or Add a second level list item (3.b).
4. Update a list item.
5. Delete a list item from a list.
## Requirements
In order to use this repository you will need
The Web Service Administration role within SAP Concur (to be able to create SAP Concur applications)
Postman (to be able to use the files included in this repository)
Have downloaded / installed the Authentication Postman collection found here.
## Known Issues
No known issues.
## How to obtain support
This project is provided "as-is", with no expected changes or support. The complete List and List Item documentation can be found below:
https://developer.concur.com/api-reference/common/lists/v4.list.html
https://developer.concur.com/api-reference/common/list-item/v4.list-item.html
For additional support, [ask a question in SAP Community](https://answers.sap.com/questions/ask.html).
## Contributing
This repository is provided "as-is".
## License
Copyright (c) 2023 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the [LICENSE](LICENSE) file.
[](https://api.reuse.software/info/github.com/sap-samples/concur-web-services-list)