gogol-analytics-0.0.1: Google Analytics SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.Analytics.Provisioning.CreateAccountTicket

Contents

Description

Creates an account ticket.

See: Google Analytics API Reference for analytics.provisioning.createAccountTicket.

Synopsis

REST Resource

type ProvisioningCreateAccountTicketResource = "analytics" :> ("v3" :> ("provisioning" :> ("createAccountTicket" :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` AccountTicket :> Post `[JSON]` AccountTicket))))) Source

A resource alias for analytics.provisioning.createAccountTicket method which the ProvisioningCreateAccountTicket request conforms to.

Creating a Request

provisioningCreateAccountTicket Source

Creates a value of ProvisioningCreateAccountTicket with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses