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 |
Create the given list of proposals
See: Ad Exchange Buyer API Reference for adexchangebuyer.proposals.insert
.
Synopsis
- type ProposalsInsertResource = "adexchangebuyer" :> ("v1.4" :> ("proposals" :> ("insert" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] CreateOrdersRequest :> Post '[JSON] CreateOrdersResponse)))))
- proposalsInsert :: CreateOrdersRequest -> ProposalsInsert
- data ProposalsInsert
- piPayload :: Lens' ProposalsInsert CreateOrdersRequest
REST Resource
type ProposalsInsertResource = "adexchangebuyer" :> ("v1.4" :> ("proposals" :> ("insert" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] CreateOrdersRequest :> Post '[JSON] CreateOrdersResponse))))) Source #
A resource alias for adexchangebuyer.proposals.insert
method which the
ProposalsInsert
request conforms to.
Creating a Request
Creates a value of ProposalsInsert
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProposalsInsert Source #
Create the given list of proposals
See: proposalsInsert
smart constructor.
Instances
Request Lenses
piPayload :: Lens' ProposalsInsert CreateOrdersRequest Source #
Multipart request metadata.