/sap-concur-list | Type: Application | PCID required: Yes
Tools
| Tool | Description |
|---|---|
sap_concur_list_create_list_using_post | Create a new list |
sap_concur_list_delete_using_delete | Remove a list |
sap_concur_list_get_all_lists_using_get | Get all lists |
sap_concur_list_get_lists_for_category_using_get | Get a list by category ID |
sap_concur_list_get_using_get | Get a list by list ID |
sap_concur_list_put_using_put | Update a list |
sap_concur_list_create_list_using_post
Create a new list Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
categoryId | string | No | — | The unique identifier of the category that the list belongs to |
displayFormat | string | No | — | Whether we display code or value first |
isManaged | boolean | No | — | Boolean indicating if the list is managed and list modifications can be made from this partner app id only |
searchCriteria | string | No | — | What attribute to search by |
value | string | Yes | — | Name of the list |
sap_concur_list_delete_using_delete
Remove a list Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
listId | string | Yes | — | The unique identifier of the list |
sap_concur_list_get_all_lists_using_get
Get all lists Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
category.type | string | No | — | Filter capabilities for Category Type. Supports the equals and not equals operators. |
isDeleted | boolean | No | — | Filter capabilities to show deleted lists. Supports the equals operator. |
levelCount | string | No | — | Filter capabilities for Level Count. Supports the equals, less than, less than or equal to, greater than, greater than or equal to operators. |
sortBy | string | No | — | Field to sort by, {name, levelcount, listcategory} |
sortDirection | string | No | — | Sort direction, {asc, desc} |
page | integer | No | — | Page number starting from 1 |
value | string | No | — | Filter capabilities for Value. Supports the following operators: equals, starts with, ends with, not equals, and contains pattern. Filtering is case-sensitive. |
sap_concur_list_get_lists_for_category_using_get
Get a list by category ID Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
categoryId | string | Yes | — | The unique identifier of the category |
page | integer | No | — | Page number starting from 1 |
sap_concur_list_get_using_get
Get a list by list ID Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
listId | string | Yes | — | The unique identifier of the list |
sap_concur_list_put_using_put
Update a list Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
listId | string | Yes | — | The unique identifier of the list |
displayFormat | string | No | — | Whether we display code or value first |
isManaged | boolean | No | — | Boolean indicating if the list is managed and list modifications can be made from this partner app id only |
searchCriteria | string | No | — | What attribute to search by |
value | string | Yes | — | Name of the list |

