All URIs are relative to https://zernio.com/api
| Method | HTTP request | Description |
|---|---|---|
| get_google_business_attributes | GET /v1/accounts/{accountId}/gmb-attributes | Get attributes |
| update_google_business_attributes | PUT /v1/accounts/{accountId}/gmb-attributes | Update attributes |
models::GetGoogleBusinessAttributes200Response get_google_business_attributes(account_id, location_id) Get attributes
Returns GBP location attributes (amenities, services, accessibility, payment types). Available attributes vary by business category.
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| account_id | String | [required] | ||
| location_id | Option<String> | Override which location to query. If omitted, uses the account's selected location. Use GET /gmb-locations to list valid IDs. |
models::GetGoogleBusinessAttributes200Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::UpdateGoogleBusinessAttributes200Response update_google_business_attributes(account_id, update_google_business_attributes_request, location_id) Update attributes
Updates location attributes (amenities, services, etc.). The attributeMask specifies which attributes to update (comma-separated).
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| account_id | String | [required] | ||
| update_google_business_attributes_request | UpdateGoogleBusinessAttributesRequest | [required] | ||
| location_id | Option<String> | Override which location to target. If omitted, uses the account's selected location. Use GET /gmb-locations to list valid IDs. |
models::UpdateGoogleBusinessAttributes200Response
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]