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": [
{
"openDay": "MONDAY",
"openTime": {
"hours": 11,
"minutes": 29,
"seconds": 29,
"nanos": 499999999
},
"closeDay": "MONDAY",
"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": [
{
"openDay": "MONDAY",
"openTime": {
"hours": 11,
"minutes": 29,
"seconds": 29,
"nanos": 499999999
},
"closeDay": "MONDAY",
"closeTime": {
"hours": 11,
"minutes": 29,
"seconds": 29,
"nanos": 499999999
}
}
]
}
],
"openInfo": {},
"serviceArea": {},
"latlng": {
"latitude": 123,
"longitude": 123
}
}
'{
"name": "<string>"
}Field mask is derived automatically from provided 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": [
{
"openDay": "MONDAY",
"openTime": {
"hours": 11,
"minutes": 29,
"seconds": 29,
"nanos": 499999999
},
"closeDay": "MONDAY",
"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": [
{
"openDay": "MONDAY",
"openTime": {
"hours": 11,
"minutes": 29,
"seconds": 29,
"nanos": 499999999
},
"closeDay": "MONDAY",
"closeTime": {
"hours": 11,
"minutes": 29,
"seconds": 29,
"nanos": 499999999
}
}
]
}
],
"openInfo": {},
"serviceArea": {},
"latlng": {
"latitude": 123,
"longitude": 123
}
}
'{
"name": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://info.bundle.social/llms.txt
Use this file to discover all available pages before exploring further.
Body
255Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
200
Was this page helpful?