Skip to main content

Customer Notification

Customer Notification

URL:https://api.lingaros.com/v1/lingapos/store/{store-id}/shareDeliveryLocation

DataTypeDescription
employeeStringId of user.
messageStringMessage content.
textBooleanMessage is SMS.
navigationUrlStringNavigation URL.
curl -X POST \
-H 'apikey: generated-api-key' \
-H 'Content-Type: application/json' \
'https://api.lingaros.com/v1/lingapos/store/{store-id}/shareDeliveryLocation' \
--data-raw '{
"employee": "{employee-id}",
"message": "{message}",
"text": {text},
"navigationUrl": "{navigation-url}"

}'