gogol-apps-reseller-0.0.1: Google Enterprise Apps Reseller SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.Reseller.Customers.Update

Contents

Description

Update a customer resource if one it exists and is owned by the reseller.

See: Enterprise Apps Reseller API Reference for reseller.customers.update.

Synopsis

REST Resource

type CustomersUpdateResource = "apps" :> ("reseller" :> ("v1" :> ("customers" :> (Capture "customerId" Text :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` Customer :> Put `[JSON]` Customer)))))) Source

A resource alias for reseller.customers.update method which the CustomersUpdate request conforms to.

Creating a Request

customersUpdate Source

Creates a value of CustomersUpdate with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data CustomersUpdate Source

Update a customer resource if one it exists and is owned by the reseller.

See: customersUpdate smart constructor.

Request Lenses

cuPayload :: Lens' CustomersUpdate Customer Source

Multipart request metadata.