Update Google Business location profile fields
curl --request PATCH \
--url https://api.bundle.social/api/v1/misc/google-business/location \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"teamId": "<string>",
"validateOnly": true,
"title": "<string>",
"profile": {
"description": "<string>"
},
"websiteUri": "<string>",
"phoneNumbers": {
"primaryPhone": "<string>",
"additionalPhones": [
"<string>"
]
},
"categories": {
"primaryCategory": {
"name": "<string>"
},
"additionalCategories": [
{
"name": "<string>"
}
]
},
"storefrontAddress": {
"regionCode": "<string>",
"languageCode": "<string>",
"postalCode": "<string>",
"administrativeArea": "<string>",
"locality": "<string>",
"addressLines": [
"<string>"
]
},
"regularHours": {
"periods": [
{
"openTime": {
"hours": 11,
"minutes": 29,
"seconds": 29,
"nanos": 499999999
},
"closeTime": {
"hours": 11,
"minutes": 29,
"seconds": 29,
"nanos": 499999999
}
}
]
},
"specialHours": {
"specialHourPeriods": [
{
"startDate": {
"year": 123,
"month": 6,
"day": 16
},
"endDate": {
"year": 123,
"month": 6,
"day": 16
},
"openTime": {
"hours": 11,
"minutes": 29,
"seconds": 29,
"nanos": 499999999
},
"closeTime": {
"hours": 11,
"minutes": 29,
"seconds": 29,
"nanos": 499999999
},
"closed": true
}
]
},
"moreHours": [
{
"hoursTypeId": "<string>",
"periods": [
{
"openTime": {
"hours": 11,
"minutes": 29,
"seconds": 29,
"nanos": 499999999
},
"closeTime": {
"hours": 11,
"minutes": 29,
"seconds": 29,
"nanos": 499999999
}
}
]
}
],
"openInfo": {},
"serviceArea": {},
"latlng": {
"latitude": 123,
"longitude": 123
}
}
'{
"name": "<string>"
}misc
Update Google Business location profile fields
Field mask is derived automatically from provided fields.
PATCH
/
api
/
v1
/
misc
/
google-business
/
location
Update Google Business location profile fields
curl --request PATCH \
--url https://api.bundle.social/api/v1/misc/google-business/location \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"teamId": "<string>",
"validateOnly": true,
"title": "<string>",
"profile": {
"description": "<string>"
},
"websiteUri": "<string>",
"phoneNumbers": {
"primaryPhone": "<string>",
"additionalPhones": [
"<string>"
]
},
"categories": {
"primaryCategory": {
"name": "<string>"
},
"additionalCategories": [
{
"name": "<string>"
}
]
},
"storefrontAddress": {
"regionCode": "<string>",
"languageCode": "<string>",
"postalCode": "<string>",
"administrativeArea": "<string>",
"locality": "<string>",
"addressLines": [
"<string>"
]
},
"regularHours": {
"periods": [
{
"openTime": {
"hours": 11,
"minutes": 29,
"seconds": 29,
"nanos": 499999999
},
"closeTime": {
"hours": 11,
"minutes": 29,
"seconds": 29,
"nanos": 499999999
}
}
]
},
"specialHours": {
"specialHourPeriods": [
{
"startDate": {
"year": 123,
"month": 6,
"day": 16
},
"endDate": {
"year": 123,
"month": 6,
"day": 16
},
"openTime": {
"hours": 11,
"minutes": 29,
"seconds": 29,
"nanos": 499999999
},
"closeTime": {
"hours": 11,
"minutes": 29,
"seconds": 29,
"nanos": 499999999
},
"closed": true
}
]
},
"moreHours": [
{
"hoursTypeId": "<string>",
"periods": [
{
"openTime": {
"hours": 11,
"minutes": 29,
"seconds": 29,
"nanos": 499999999
},
"closeTime": {
"hours": 11,
"minutes": 29,
"seconds": 29,
"nanos": 499999999
}
}
]
}
],
"openInfo": {},
"serviceArea": {},
"latlng": {
"latitude": 123,
"longitude": 123
}
}
'{
"name": "<string>"
}Authorizations
Body
application/json
Body
Maximum string length:
255Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Response
200
Was this page helpful?
⌘I