Customer Notification
Customer Notification
URL:https://api.lingaros.com/v1/lingapos/store/{store-id}/shareDeliveryLocation
Data | Type | Description |
---|---|---|
employee | String | Id of user. |
message | String | Message content. |
text | Boolean | Message is SMS. |
navigationUrl | String | Navigation 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}"
}'