Skip to main content
Server path: /sap-concur-list | Type: Application | PCID required: Yes

Tools


sap_concur_list_create_list_using_post

Create a new list Parameters:
ParameterTypeRequiredDefaultDescription
categoryIdstringNoThe unique identifier of the category that the list belongs to
displayFormatstringNoWhether we display code or value first
isManagedbooleanNoBoolean indicating if the list is managed and list modifications can be made from this partner app id only
searchCriteriastringNoWhat attribute to search by
valuestringYesName of the list

sap_concur_list_delete_using_delete

Remove a list Parameters:
ParameterTypeRequiredDefaultDescription
listIdstringYesThe unique identifier of the list

sap_concur_list_get_all_lists_using_get

Get all lists Parameters:
ParameterTypeRequiredDefaultDescription
category.typestringNoFilter capabilities for Category Type. Supports the equals and not equals operators.
isDeletedbooleanNoFilter capabilities to show deleted lists. Supports the equals operator.
levelCountstringNoFilter capabilities for Level Count. Supports the equals, less than, less than or equal to, greater than, greater than or equal to operators.
sortBystringNoField to sort by, {name, levelcount, listcategory}
sortDirectionstringNoSort direction, {asc, desc}
pageintegerNoPage number starting from 1
valuestringNoFilter 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:
ParameterTypeRequiredDefaultDescription
categoryIdstringYesThe unique identifier of the category
pageintegerNoPage number starting from 1

sap_concur_list_get_using_get

Get a list by list ID Parameters:
ParameterTypeRequiredDefaultDescription
listIdstringYesThe unique identifier of the list

sap_concur_list_put_using_put

Update a list Parameters:
ParameterTypeRequiredDefaultDescription
listIdstringYesThe unique identifier of the list
displayFormatstringNoWhether we display code or value first
isManagedbooleanNoBoolean indicating if the list is managed and list modifications can be made from this partner app id only
searchCriteriastringNoWhat attribute to search by
valuestringYesName of the list