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, inserts, updates, and deletes multiple Merchant Center (sub-)accounts in a single request.
See: Content API for Shopping Reference for content.accounts.custombatch
.
Synopsis
- type AccountsCustombatchResource = "content" :> ("v2.1" :> ("accounts" :> ("batch" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] AccountsCustomBatchRequest :> Post '[JSON] AccountsCustomBatchResponse)))))
- accountsCustombatch :: AccountsCustomBatchRequest -> AccountsCustombatch
- data AccountsCustombatch
- accPayload :: Lens' AccountsCustombatch AccountsCustomBatchRequest
REST Resource
type AccountsCustombatchResource = "content" :> ("v2.1" :> ("accounts" :> ("batch" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] AccountsCustomBatchRequest :> Post '[JSON] AccountsCustomBatchResponse))))) Source #
A resource alias for content.accounts.custombatch
method which the
AccountsCustombatch
request conforms to.
Creating a Request
Creates a value of AccountsCustombatch
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data AccountsCustombatch Source #
Retrieves, inserts, updates, and deletes multiple Merchant Center (sub-)accounts in a single request.
See: accountsCustombatch
smart constructor.
Instances
Request Lenses
accPayload :: Lens' AccountsCustombatch AccountsCustomBatchRequest Source #
Multipart request metadata.