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.Patch

Contents

Description

Update a customer resource if one it exists and is owned by the reseller. This method supports patch semantics.

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

Synopsis

REST Resource

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

A resource alias for reseller.customers.patch method which the CustomersPatch request conforms to.

Creating a Request

customersPatch Source

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

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

data CustomersPatch Source

Update a customer resource if one it exists and is owned by the reseller. This method supports patch semantics.

See: customersPatch smart constructor.

Request Lenses

cpPayload :: Lens' CustomersPatch Customer Source

Multipart request metadata.