Liking cljdoc? Tell your friends :D

happygapi.mybusinessaccountmanagement.locations

My Business Account Management API: locations. The My Business Account Management API provides an interface for managing access to a location on Google. See: https://developers.google.com/my-business/api/reference/rest/v1/locations

My Business Account Management API: locations.
The My Business Account Management API provides an interface for managing access to a location on Google.
See: https://developers.google.com/my-business/api/reference/rest/v1/locations
raw docstring

admins-create$clj

(admins-create$ auth parameters body)

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

Required parameters: parent

Optional parameters: none

Body:

{:role string, :admin string, :pendingInvitation boolean, :name string}

Invites the specified user to become an administrator for the specified location. The invitee must accept the invitation in order to be granted access to the location. See AcceptInvitation to programmatically accept an invitation.

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

Required parameters: parent

Optional parameters: none

Body: 

{:role string,
 :admin string,
 :pendingInvitation boolean,
 :name string}

Invites the specified user to become an administrator for the specified location. The invitee must accept the invitation in order to be granted access to the location. See AcceptInvitation to programmatically accept an invitation.
sourceraw docstring

admins-delete$clj

(admins-delete$ auth parameters)

https://developers.google.com/my-business/api/reference/rest/v1/locations/admins/delete

Required parameters: name

Optional parameters: none

Removes the specified admin as a manager of the specified location.

https://developers.google.com/my-business/api/reference/rest/v1/locations/admins/delete

Required parameters: name

Optional parameters: none

Removes the specified admin as a manager of the specified location.
sourceraw docstring

admins-list$clj

(admins-list$ auth parameters)

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

Required parameters: parent

Optional parameters: none

Lists all of the admins for the specified location.

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

Required parameters: parent

Optional parameters: none

Lists all of the admins for the specified location.
sourceraw docstring

admins-patch$clj

(admins-patch$ auth parameters body)

https://developers.google.com/my-business/api/reference/rest/v1/locations/admins/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:role string, :admin string, :pendingInvitation boolean, :name string}

Updates the Admin for the specified location. Only the AdminRole of the Admin can be updated.

https://developers.google.com/my-business/api/reference/rest/v1/locations/admins/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:role string,
 :admin string,
 :pendingInvitation boolean,
 :name string}

Updates the Admin for the specified location. Only the AdminRole of the Admin can be updated.
sourceraw docstring

transfer$clj

(transfer$ auth parameters body)

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

Required parameters: name

Optional parameters: none

Body:

{:destinationAccount string}

Moves a location from an account that the user owns to another account that the same user administers. The user must be an owner of the account the location is currently associated with and must also be at least a manager of the destination account.

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

Required parameters: name

Optional parameters: none

Body: 

{:destinationAccount string}

Moves a location from an account that the user owns to another account that the same user administers. The user must be an owner of the account the location is currently associated with and must also be at least a manager of the destination account.
sourceraw docstring

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

× close