Documentation Index Fetch the complete documentation index at: https://docs.pinkfish.ai/llms.txt
Use this file to discover all available pages before exploring further.
Server path: /sap-concur-list-item | Type: Application | PCID required: Yes
sap_concur_list_item_create_list_item_using_post
Returns the newly created list item
Parameters:
Parameter Type Required Default Description listIdstring Yes — The unique identifier of the list that contains the list item parentCodestring No — The long code of parent list item parentIdstring No — The unique identifier of parent list item shortCodestring Yes — List item short code valuestring Yes — List item value
{
"type" : "object" ,
"properties" : {
"PCID" : {
"type" : "string" ,
"description" : "Pink Connect ID for the authenticated connection"
},
"listId" : {
"type" : "string" ,
"description" : "The unique identifier of the list that contains the list item"
},
"parentCode" : {
"type" : "string" ,
"description" : "The long code of parent list item"
},
"parentId" : {
"type" : "string" ,
"description" : "The unique identifier of parent list item"
},
"shortCode" : {
"type" : "string" ,
"description" : "List item short code"
},
"value" : {
"type" : "string" ,
"description" : "List item value"
}
},
"required" : [
"PCID" ,
"listId" ,
"shortCode" ,
"value"
]
}
sap_concur_list_item_delete_from_list_using_delete
Delete a list item from a particular list
Parameters:
Parameter Type Required Default Description listIdstring Yes — The unique identifier of the list itemIdstring Yes — The unique identifier of the list item
{
"type" : "object" ,
"properties" : {
"PCID" : {
"type" : "string" ,
"description" : "Pink Connect ID for the authenticated connection"
},
"listId" : {
"type" : "string" ,
"description" : "The unique identifier of the list"
},
"itemId" : {
"type" : "string" ,
"description" : "The unique identifier of the list item"
}
},
"required" : [
"PCID" ,
"listId" ,
"itemId"
]
}
sap_concur_list_item_delete_using_delete
Delete a list item
Parameters:
Parameter Type Required Default Description itemIdstring Yes — The unique identifier of the list item
{
"type" : "object" ,
"properties" : {
"PCID" : {
"type" : "string" ,
"description" : "Pink Connect ID for the authenticated connection"
},
"itemId" : {
"type" : "string" ,
"description" : "The unique identifier of the list item"
}
},
"required" : [
"PCID" ,
"itemId"
]
}
sap_concur_list_item_get_children_in_list_using_get
Returns the list item children in a list
Parameters:
Parameter Type Required Default Description hasChildrenboolean No — Show items with children isDeletedboolean No — Show deleted items itemIdstring Yes — The unique identifier of the list item listIdstring Yes — The unique identifier of the list. For a list item shared between multiple lists, this parameter enables retrieving children from a particular list. pageinteger No — Page number starting from 1 shortCodestring No — Filter capabilities for ShortCode shortCodeOrValuestring No — Filter capabilities for Value OR ShortCode sortBystring No — Field to sort by, {value, shortcode} sortDirectionstring No — Sort direction, {asc, desc} valuestring No — Filter capabilities for Value
{
"type" : "object" ,
"properties" : {
"PCID" : {
"type" : "string" ,
"description" : "Pink Connect ID for the authenticated connection"
},
"hasChildren" : {
"type" : "boolean" ,
"description" : "Show items with children"
},
"isDeleted" : {
"type" : "boolean" ,
"description" : "Show deleted items"
},
"itemId" : {
"type" : "string" ,
"description" : "The unique identifier of the list item"
},
"listId" : {
"type" : "string" ,
"description" : "The unique identifier of the list. For a list item shared between multiple lists, this parameter enables retrieving children from a particular list."
},
"page" : {
"type" : "integer" ,
"description" : "Page number starting from 1"
},
"shortCode" : {
"type" : "string" ,
"description" : "Filter capabilities for ShortCode"
},
"shortCodeOrValue" : {
"type" : "string" ,
"description" : "Filter capabilities for Value OR ShortCode"
},
"sortBy" : {
"type" : "string" ,
"description" : "Field to sort by, {value, shortcode}" ,
"enum" : [
"value" ,
"shortcode"
]
},
"sortDirection" : {
"type" : "string" ,
"description" : "Sort direction, {asc, desc}" ,
"enum" : [
"asc" ,
"desc"
]
},
"value" : {
"type" : "string" ,
"description" : "Filter capabilities for Value"
}
},
"required" : [
"PCID" ,
"itemId" ,
"listId"
]
}
sap_concur_list_item_get_children_using_get
Returns the list item children
Parameters:
Parameter Type Required Default Description hasChildrenboolean No — Show items with children isDeletedboolean No — Show deleted items itemIdstring Yes — The unique identifier of the list item pageinteger No — Page number starting from 1 shortCodestring No — Filter capabilities for ShortCode shortCodeOrValuestring No — Filter capabilities for Value OR ShortCode sortBystring No — Field to sort by, {value, shortcode} sortDirectionstring No — Sort direction, {asc, desc} valuestring No — Filter capabilities for Value
{
"type" : "object" ,
"properties" : {
"PCID" : {
"type" : "string" ,
"description" : "Pink Connect ID for the authenticated connection"
},
"hasChildren" : {
"type" : "boolean" ,
"description" : "Show items with children"
},
"isDeleted" : {
"type" : "boolean" ,
"description" : "Show deleted items"
},
"itemId" : {
"type" : "string" ,
"description" : "The unique identifier of the list item"
},
"page" : {
"type" : "integer" ,
"description" : "Page number starting from 1"
},
"shortCode" : {
"type" : "string" ,
"description" : "Filter capabilities for ShortCode"
},
"shortCodeOrValue" : {
"type" : "string" ,
"description" : "Filter capabilities for Value OR ShortCode"
},
"sortBy" : {
"type" : "string" ,
"description" : "Field to sort by, {value, shortcode}" ,
"enum" : [
"value" ,
"shortcode"
]
},
"sortDirection" : {
"type" : "string" ,
"description" : "Sort direction, {asc, desc}" ,
"enum" : [
"asc" ,
"desc"
]
},
"value" : {
"type" : "string" ,
"description" : "Filter capabilities for Value"
}
},
"required" : [
"PCID" ,
"itemId"
]
}
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 hasChildrenboolean No — Show items with children isDeletedboolean No — Show deleted items listIdstring Yes — The unique identifier of the list pageinteger No — Page number starting from 1 shortCodestring No — Filter capabilities for ShortCode shortCodeOrValuestring No — Filter capabilities for Value OR ShortCode sortBystring No — Field to sort by, {value, shortcode} sortDirectionstring No — Sort direction, {asc, desc} valuestring No — Filter capabilities for Value
{
"type" : "object" ,
"properties" : {
"PCID" : {
"type" : "string" ,
"description" : "Pink Connect ID for the authenticated connection"
},
"hasChildren" : {
"type" : "boolean" ,
"description" : "Show items with children"
},
"isDeleted" : {
"type" : "boolean" ,
"description" : "Show deleted items"
},
"listId" : {
"type" : "string" ,
"description" : "The unique identifier of the list"
},
"page" : {
"type" : "integer" ,
"description" : "Page number starting from 1"
},
"shortCode" : {
"type" : "string" ,
"description" : "Filter capabilities for ShortCode"
},
"shortCodeOrValue" : {
"type" : "string" ,
"description" : "Filter capabilities for Value OR ShortCode"
},
"sortBy" : {
"type" : "string" ,
"description" : "Field to sort by, {value, shortcode}" ,
"enum" : [
"value" ,
"shortcode"
]
},
"sortDirection" : {
"type" : "string" ,
"description" : "Sort direction, {asc, desc}" ,
"enum" : [
"asc" ,
"desc"
]
},
"value" : {
"type" : "string" ,
"description" : "Filter capabilities for Value"
}
},
"required" : [
"PCID" ,
"listId"
]
}
sap_concur_list_item_get_using_get
Returns the list item
Parameters:
Parameter Type Required Default Description itemIdstring Yes — The unique identifier of the list item
{
"type" : "object" ,
"properties" : {
"PCID" : {
"type" : "string" ,
"description" : "Pink Connect ID for the authenticated connection"
},
"itemId" : {
"type" : "string" ,
"description" : "The unique identifier of the list item"
}
},
"required" : [
"PCID" ,
"itemId"
]
}
sap_concur_list_item_update_list_item_using_put
Returns the updated list item
Parameters:
Parameter Type Required Default Description itemIdstring Yes — The unique identifier of the list item shortCodestring Yes — List item short code valuestring Yes — List item value
{
"type" : "object" ,
"properties" : {
"PCID" : {
"type" : "string" ,
"description" : "Pink Connect ID for the authenticated connection"
},
"itemId" : {
"type" : "string" ,
"description" : "The unique identifier of the list item"
},
"shortCode" : {
"type" : "string" ,
"description" : "List item short code"
},
"value" : {
"type" : "string" ,
"description" : "List item value"
}
},
"required" : [
"PCID" ,
"itemId" ,
"shortCode" ,
"value"
]
}