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 |
Batches multiple POS-related calls in a single request.
See: Content API for Shopping Reference for content.pos.custombatch
.
Synopsis
- type PosCustombatchResource = "content" :> ("v2.1" :> ("pos" :> ("batch" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] PosCustomBatchRequest :> Post '[JSON] PosCustomBatchResponse)))))
- posCustombatch :: PosCustomBatchRequest -> PosCustombatch
- data PosCustombatch
- pPayload :: Lens' PosCustombatch PosCustomBatchRequest
REST Resource
type PosCustombatchResource = "content" :> ("v2.1" :> ("pos" :> ("batch" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] PosCustomBatchRequest :> Post '[JSON] PosCustomBatchResponse))))) Source #
A resource alias for content.pos.custombatch
method which the
PosCustombatch
request conforms to.
Creating a Request
Creates a value of PosCustombatch
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data PosCustombatch Source #
Batches multiple POS-related calls in a single request.
See: posCustombatch
smart constructor.
Instances
Request Lenses
pPayload :: Lens' PosCustombatch PosCustomBatchRequest Source #
Multipart request metadata.