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 |
Uploads line items in CSV format. TrueView line items are not supported.
See: DoubleClick Bid Manager API Reference for doubleclickbidmanager.lineitems.uploadlineitems
.
Synopsis
- type LineitemsUploadlineitemsResource = "doubleclickbidmanager" :> ("v1" :> ("lineitems" :> ("uploadlineitems" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] UploadLineItemsRequest :> Post '[JSON] UploadLineItemsResponse)))))
- lineitemsUploadlineitems :: UploadLineItemsRequest -> LineitemsUploadlineitems
- data LineitemsUploadlineitems
- luPayload :: Lens' LineitemsUploadlineitems UploadLineItemsRequest
REST Resource
type LineitemsUploadlineitemsResource = "doubleclickbidmanager" :> ("v1" :> ("lineitems" :> ("uploadlineitems" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] UploadLineItemsRequest :> Post '[JSON] UploadLineItemsResponse))))) Source #
A resource alias for doubleclickbidmanager.lineitems.uploadlineitems
method which the
LineitemsUploadlineitems
request conforms to.
Creating a Request
lineitemsUploadlineitems Source #
Creates a value of LineitemsUploadlineitems
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data LineitemsUploadlineitems Source #
Uploads line items in CSV format. TrueView line items are not supported.
See: lineitemsUploadlineitems
smart constructor.
Instances
Request Lenses
luPayload :: Lens' LineitemsUploadlineitems UploadLineItemsRequest Source #
Multipart request metadata.