Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Retrieves and updates tax settings of multiple accounts in a single request.
See: Content API for Shopping Reference for content.accounttax.custombatch
.
Synopsis
- type AccounttaxCustombatchResource = "content" :> ("v2.1" :> ("accounttax" :> ("batch" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] AccounttaxCustomBatchRequest :> Post '[JSON] AccounttaxCustomBatchResponse)))))
- accounttaxCustombatch :: AccounttaxCustomBatchRequest -> AccounttaxCustombatch
- data AccounttaxCustombatch
- aaPayload :: Lens' AccounttaxCustombatch AccounttaxCustomBatchRequest
REST Resource
type AccounttaxCustombatchResource = "content" :> ("v2.1" :> ("accounttax" :> ("batch" :> (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:
data AccounttaxCustombatch Source #
Retrieves and updates tax settings of multiple accounts in a single request.
See: accounttaxCustombatch
smart constructor.
Instances
Request Lenses
aaPayload :: Lens' AccounttaxCustombatch AccounttaxCustomBatchRequest Source #
Multipart request metadata.