Skip to main content

Menu Configuration

Get active stores by account.

URL:https://api.lingaros.com/v1/lingapos/account/{account_id}

curl -X POST \ 
-H "apikey: generated-api-key" \
https://api.lingaros.com/v1/lingapos/account/5c5981496bcf7500013afeb2 \

Pulling new menu configuration data.

URL:https://api.lingaros.com/v1/lingapos/store/{store_id}

MethodTypeDescription
taxesboolSets if taxes will be pulled or not.
modifiersboolSets if modifiers will be pulled or not.
menuItemsboolSets if menu items will be pulled or not.
discountsboolSets if discounts will be pulled or not.
displayGroupboolSets if display group will be pulled or not.
gratuityboolSets if gratuity will be pulled or not.
reasonboolSets if reason will be pulled or not.
copyAllboolSets if all will be copied or not.
curl -X POST \ 
-H "apikey: generated-api-key" \
-H "Content-Type: application/json" \
-d '{
"taxes":true,
"modifiers":true,
"menuItems":true,
"discounts":true,
"displayGroup":true,
"gratuity":true,
"reason":true,
"copyAll":true
}' \
https://api.lingaros.com/v1/lingapos/store/5c5981496bcf7500013afeb0 \