Liking cljdoc? Tell your friends :D

happygapi.reseller.customers

Enterprise Apps Reseller API: customers. Creates and manages your customers and their subscriptions. See: https://developers.google.com/google-apps/reseller/api/reference/rest/v1/customers

Enterprise Apps Reseller API: customers.
Creates and manages your customers and their subscriptions.
See: https://developers.google.com/google-apps/reseller/api/reference/rest/v1/customers
raw docstring

get$clj

(get$ auth parameters)

https://developers.google.com/google-apps/reseller/api/reference/rest/v1/customers/get

Required parameters: customerId

Optional parameters: none

Get a customer account.

https://developers.google.com/google-apps/reseller/api/reference/rest/v1/customers/get

Required parameters: customerId

Optional parameters: none

Get a customer account.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

https://developers.google.com/google-apps/reseller/api/reference/rest/v1/customers/insert

Required parameters: none

Optional parameters: customerAuthToken

Body:

{:alternateEmail string, :customerDomain string, :customerDomainVerified boolean, :customerId string, :kind string, :phoneNumber string, :postalAddress {:locality string, :contactName string, :addressLine1 string, :organizationName string, :region string, :addressLine3 string, :addressLine2 string, :kind string, :postalCode string, :countryCode string}, :resourceUiUrl string}

Order a new customer's account.

https://developers.google.com/google-apps/reseller/api/reference/rest/v1/customers/insert

Required parameters: none

Optional parameters: customerAuthToken

Body: 

{:alternateEmail string,
 :customerDomain string,
 :customerDomainVerified boolean,
 :customerId string,
 :kind string,
 :phoneNumber string,
 :postalAddress {:locality string,
                 :contactName string,
                 :addressLine1 string,
                 :organizationName string,
                 :region string,
                 :addressLine3 string,
                 :addressLine2 string,
                 :kind string,
                 :postalCode string,
                 :countryCode string},
 :resourceUiUrl string}

Order a new customer's account.
sourceraw docstring

patch$clj

(patch$ auth parameters body)

https://developers.google.com/google-apps/reseller/api/reference/rest/v1/customers/patch

Required parameters: customerId

Optional parameters: none

Body:

{:alternateEmail string, :customerDomain string, :customerDomainVerified boolean, :customerId string, :kind string, :phoneNumber string, :postalAddress {:locality string, :contactName string, :addressLine1 string, :organizationName string, :region string, :addressLine3 string, :addressLine2 string, :kind string, :postalCode string, :countryCode string}, :resourceUiUrl string}

Update a customer account's settings. This method supports patch semantics.

https://developers.google.com/google-apps/reseller/api/reference/rest/v1/customers/patch

Required parameters: customerId

Optional parameters: none

Body: 

{:alternateEmail string,
 :customerDomain string,
 :customerDomainVerified boolean,
 :customerId string,
 :kind string,
 :phoneNumber string,
 :postalAddress {:locality string,
                 :contactName string,
                 :addressLine1 string,
                 :organizationName string,
                 :region string,
                 :addressLine3 string,
                 :addressLine2 string,
                 :kind string,
                 :postalCode string,
                 :countryCode string},
 :resourceUiUrl string}

Update a customer account's settings. This method supports patch semantics.
sourceraw docstring

update$clj

(update$ auth parameters body)

https://developers.google.com/google-apps/reseller/api/reference/rest/v1/customers/update

Required parameters: customerId

Optional parameters: none

Body:

{:alternateEmail string, :customerDomain string, :customerDomainVerified boolean, :customerId string, :kind string, :phoneNumber string, :postalAddress {:locality string, :contactName string, :addressLine1 string, :organizationName string, :region string, :addressLine3 string, :addressLine2 string, :kind string, :postalCode string, :countryCode string}, :resourceUiUrl string}

Update a customer account's settings.

https://developers.google.com/google-apps/reseller/api/reference/rest/v1/customers/update

Required parameters: customerId

Optional parameters: none

Body: 

{:alternateEmail string,
 :customerDomain string,
 :customerDomainVerified boolean,
 :customerId string,
 :kind string,
 :phoneNumber string,
 :postalAddress {:locality string,
                 :contactName string,
                 :addressLine1 string,
                 :organizationName string,
                 :region string,
                 :addressLine3 string,
                 :addressLine2 string,
                 :kind string,
                 :postalCode string,
                 :countryCode string},
 :resourceUiUrl string}

Update a customer account's settings.
sourceraw docstring

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

× close