The My Business Lodging API provides operations to retrieve a location’s lodging details, fetch the version of those details last updated by Google, and update specific lodging fields for a given location in Google Business Profiles.
name(path, required) — Required. Google identifier for this location in the form: `locations/{location_id}/lodging`
readMask(query) — Required. The specific fields to return. Use "*" to include all fields. Repeated field items cannot be individually specified.
PATCH
/v1/{name}
Updates the Lodging of a specific location.
name(path, required) — Required. Google identifier for this location in the form: `locations/{location_id}/lodging`
updateMask(query) — Required. The specific fields to update. Use "*" to update all fields, which may include unsetting empty fields in the request. Repeated field items cannot be individually updated.
GET
/v1/{name}:getGoogleUpdated
Returns the Google updated Lodging of a specific location.
name(path, required) — Required. Google identifier for this location in the form: `locations/{location_id}/lodging`
readMask(query) — Required. The specific fields to return. Use "*" to include all fields. Repeated field items cannot be individually specified.
3 endpoints auto-detected
curl -X GET \
"https://mybusinesslodging.googleapis.com/v1/{name}"