gogol-shopping-content-0.0.1: Google Content API for Shopping 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.Content.Accounttax.Custombatch

Contents

Description

Retrieves and updates tax settings of multiple accounts in a single request.

See: Content API for Shopping Reference for content.accounttax.custombatch.

Synopsis

REST Resource

type AccounttaxCustombatchResource = "content" :> ("v2" :> ("accounttax" :> ("batch" :> (QueryParam "dryRun" Bool :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` AccounttaxCustomBatchRequest :> Post `[JSON]` AccounttaxCustomBatchResponse)))))) Source

A resource alias for content.accounttax.custombatch method which the AccounttaxCustombatch request conforms to.

Creating a Request

accounttaxCustombatch Source

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

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

Request Lenses

acccDryRun :: Lens' AccounttaxCustombatch (Maybe Bool) Source

Flag to run the request in dry-run mode.