cURL
curl --request PATCH \ --url https://api.bundle.social/api/v1/misc/google-business/location/place-action-links \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "teamId": "<string>", "placeActionLink": { "name": "<string>", "uri": "<string>", "placeActionType": "APPOINTMENT", "isPreferred": true }, "name": "<string>", "fields": [ "uri" ] } '
{ "name": "<string>", "uri": "<string>", "placeActionType": "APPOINTMENT", "isPreferred": true }
Body requires fields (uri, placeActionType, isPreferred).
fields
uri
placeActionType
isPreferred
Documentation IndexFetch the complete documentation index at: https://info.bundle.social/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://info.bundle.social/llms.txt
Use this file to discover all available pages before exploring further.
Body
Show child attributes
1 - 3
200
APPOINTMENT
ONLINE_APPOINTMENT
DINING_RESERVATION
FOOD_ORDERING
FOOD_DELIVERY
FOOD_TAKEOUT
SHOP_ONLINE
Was this page helpful?