Liking cljdoc? Tell your friends :D

happygapi.mybusinessbusinessinformation.accounts

My Business Business Information API: accounts. The My Business Business Information API provides an interface for managing business information on Google. See: https://developers.google.com/my-business/api/reference/rest/v1/accounts

My Business Business Information API: accounts.
The My Business Business Information API provides an interface for managing business information on Google.
See: https://developers.google.com/my-business/api/reference/rest/v1/accounts
raw docstring

locations-create$clj

(locations-create$ auth parameters body)

https://developers.google.com/my-business/api/reference/rest/v1/accounts/locations/create

Required parameters: parent

Optional parameters: requestId, validateOnly

Body:

{:serviceItems [{:price Money, :structuredServiceItem StructuredServiceItem, :freeFormServiceItem FreeFormServiceItem}], :labels [string], :regularHours {:periods [TimePeriod]}, :moreHours [{:periods [TimePeriod], :hoursTypeId string}], :name string, :specialHours {:specialHourPeriods [SpecialHourPeriod]}, :phoneNumbers {:additionalPhones [string], :primaryPhone string}, :serviceArea {:regionCode string, :businessType string, :places Places}, :title string, :categories {:primaryCategory Category, :additionalCategories [Category]}, :languageCode string, :relationshipData {:childrenLocations [RelevantLocation], :parentLocation RelevantLocation, :parentChain string}, :websiteUri string, :storeCode string, :adWordsLocationExtensions {:adPhone string}, :openInfo {:canReopen boolean, :status string, :openingDate Date}, :latlng {:longitude number, :latitude number}, :metadata {:duplicateLocation string, :canDelete boolean, :canOperateLocalPost boolean, :canOperateLodgingData boolean, :newReviewUri string, :hasPendingEdits boolean, :mapsUri string, :hasGoogleUpdated boolean, :canOperateHealthData boolean, :canModifyServiceList boolean, :canHaveFoodMenus boolean, :placeId string}, :profile {:description string}, :storefrontAddress {:sortingCode string, :locality string, :revision integer, :administrativeArea string, :addressLines [string], :organization string, :recipients [string], :languageCode string, :regionCode string, :postalCode string, :sublocality string}}

Creates a new Location that will be owned by the logged in user.

https://developers.google.com/my-business/api/reference/rest/v1/accounts/locations/create

Required parameters: parent

Optional parameters: requestId, validateOnly

Body: 

{:serviceItems [{:price Money,
                 :structuredServiceItem StructuredServiceItem,
                 :freeFormServiceItem FreeFormServiceItem}],
 :labels [string],
 :regularHours {:periods [TimePeriod]},
 :moreHours [{:periods [TimePeriod], :hoursTypeId string}],
 :name string,
 :specialHours {:specialHourPeriods [SpecialHourPeriod]},
 :phoneNumbers {:additionalPhones [string], :primaryPhone string},
 :serviceArea {:regionCode string,
               :businessType string,
               :places Places},
 :title string,
 :categories {:primaryCategory Category,
              :additionalCategories [Category]},
 :languageCode string,
 :relationshipData {:childrenLocations [RelevantLocation],
                    :parentLocation RelevantLocation,
                    :parentChain string},
 :websiteUri string,
 :storeCode string,
 :adWordsLocationExtensions {:adPhone string},
 :openInfo {:canReopen boolean, :status string, :openingDate Date},
 :latlng {:longitude number, :latitude number},
 :metadata {:duplicateLocation string,
            :canDelete boolean,
            :canOperateLocalPost boolean,
            :canOperateLodgingData boolean,
            :newReviewUri string,
            :hasPendingEdits boolean,
            :mapsUri string,
            :hasGoogleUpdated boolean,
            :canOperateHealthData boolean,
            :canModifyServiceList boolean,
            :canHaveFoodMenus boolean,
            :placeId string},
 :profile {:description string},
 :storefrontAddress {:sortingCode string,
                     :locality string,
                     :revision integer,
                     :administrativeArea string,
                     :addressLines [string],
                     :organization string,
                     :recipients [string],
                     :languageCode string,
                     :regionCode string,
                     :postalCode string,
                     :sublocality string}}

Creates a new Location that will be owned by the logged in user.
sourceraw docstring

locations-list$clj

(locations-list$ auth parameters)

https://developers.google.com/my-business/api/reference/rest/v1/accounts/locations/list

Required parameters: parent

Optional parameters: pageSize, filter, pageToken, readMask, orderBy

Lists the locations for the specified account.

https://developers.google.com/my-business/api/reference/rest/v1/accounts/locations/list

Required parameters: parent

Optional parameters: pageSize, filter, pageToken, readMask, orderBy

Lists the locations for the specified account.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close