An open API service indexing awesome lists of open source software.

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.

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.

[![REUSE status](https://api.reuse.software/badge/github.com/sap-samples/concur-web-services-list)](https://api.reuse.software/info/github.com/sap-samples/concur-web-services-list)