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 |
Updates an existing landing page. This method supports patch semantics.
See: DCM/DFA Reporting And Trafficking API Reference for dfareporting.advertiserLandingPages.patch
.
Synopsis
- type AdvertiserLandingPagesPatchResource = "dfareporting" :> ("v3.2" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("advertiserLandingPages" :> (QueryParam "id" (Textual Int64) :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] LandingPage :> Patch '[JSON] LandingPage)))))))
- advertiserLandingPagesPatch :: Int64 -> LandingPage -> Int64 -> AdvertiserLandingPagesPatch
- data AdvertiserLandingPagesPatch
- alppProFileId :: Lens' AdvertiserLandingPagesPatch Int64
- alppPayload :: Lens' AdvertiserLandingPagesPatch LandingPage
- alppId :: Lens' AdvertiserLandingPagesPatch Int64
REST Resource
type AdvertiserLandingPagesPatchResource = "dfareporting" :> ("v3.2" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("advertiserLandingPages" :> (QueryParam "id" (Textual Int64) :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] LandingPage :> Patch '[JSON] LandingPage))))))) Source #
A resource alias for dfareporting.advertiserLandingPages.patch
method which the
AdvertiserLandingPagesPatch
request conforms to.
Creating a Request
advertiserLandingPagesPatch Source #
Creates a value of AdvertiserLandingPagesPatch
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data AdvertiserLandingPagesPatch Source #
Updates an existing landing page. This method supports patch semantics.
See: advertiserLandingPagesPatch
smart constructor.
Instances
Request Lenses
alppProFileId :: Lens' AdvertiserLandingPagesPatch Int64 Source #
User profile ID associated with this request.
alppPayload :: Lens' AdvertiserLandingPagesPatch LandingPage Source #
Multipart request metadata.