/sap-concur-list-item | Type: Application | PCID required: Yes
Tools
| Tool | Description |
|---|---|
sap_concur_list_item_create_list_item_using_post | Returns the newly created list item |
sap_concur_list_item_delete_from_list_using_delete | Delete a list item from a particular list |
sap_concur_list_item_delete_using_delete | Delete a list item |
sap_concur_list_item_get_children_in_list_using_get | Returns the list item children in a list |
sap_concur_list_item_get_children_using_get | Returns the list item children |
sap_concur_list_item_get_first_level_list_items_using_get | Returns the first level list items for a list |
sap_concur_list_item_get_using_get | Returns the list item |
sap_concur_list_item_update_list_item_using_put | Returns the updated list item |
sap_concur_list_item_create_list_item_using_post
Returns the newly created list item Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
listId | string | Yes | — | The unique identifier of the list that contains the list item |
parentCode | string | No | — | The long code of parent list item |
parentId | string | No | — | The unique identifier of parent list item |
shortCode | string | Yes | — | List item short code |
value | string | Yes | — | List item value |
sap_concur_list_item_delete_from_list_using_delete
Delete a list item from a particular list Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
listId | string | Yes | — | The unique identifier of the list |
itemId | string | Yes | — | The unique identifier of the list item |
sap_concur_list_item_delete_using_delete
Delete a list item Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
itemId | string | Yes | — | The unique identifier of the list item |
sap_concur_list_item_get_children_in_list_using_get
Returns the list item children in a list Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
hasChildren | boolean | No | — | Show items with children |
isDeleted | boolean | No | — | Show deleted items |
itemId | string | Yes | — | The unique identifier of the list item |
listId | string | Yes | — | The unique identifier of the list. For a list item shared between multiple lists, this parameter enables retrieving children from a particular list. |
page | integer | No | — | Page number starting from 1 |
shortCode | string | No | — | Filter capabilities for ShortCode |
shortCodeOrValue | string | No | — | Filter capabilities for Value OR ShortCode |
sortBy | string | No | — | Field to sort by, {value, shortcode} |
sortDirection | string | No | — | Sort direction, {asc, desc} |
value | string | No | — | Filter capabilities for Value |
sap_concur_list_item_get_children_using_get
Returns the list item children Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
hasChildren | boolean | No | — | Show items with children |
isDeleted | boolean | No | — | Show deleted items |
itemId | string | Yes | — | The unique identifier of the list item |
page | integer | No | — | Page number starting from 1 |
shortCode | string | No | — | Filter capabilities for ShortCode |
shortCodeOrValue | string | No | — | Filter capabilities for Value OR ShortCode |
sortBy | string | No | — | Field to sort by, {value, shortcode} |
sortDirection | string | No | — | Sort direction, {asc, desc} |
value | string | No | — | Filter capabilities for Value |
sap_concur_list_item_get_first_level_list_items_using_get
Returns the first level list items for a list Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
hasChildren | boolean | No | — | Show items with children |
isDeleted | boolean | No | — | Show deleted items |
listId | string | Yes | — | The unique identifier of the list |
page | integer | No | — | Page number starting from 1 |
shortCode | string | No | — | Filter capabilities for ShortCode |
shortCodeOrValue | string | No | — | Filter capabilities for Value OR ShortCode |
sortBy | string | No | — | Field to sort by, {value, shortcode} |
sortDirection | string | No | — | Sort direction, {asc, desc} |
value | string | No | — | Filter capabilities for Value |
sap_concur_list_item_get_using_get
Returns the list item Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
itemId | string | Yes | — | The unique identifier of the list item |
sap_concur_list_item_update_list_item_using_put
Returns the updated list item Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
itemId | string | Yes | — | The unique identifier of the list item |
shortCode | string | Yes | — | List item short code |
value | string | Yes | — | List item value |

