Method: billingProfiles.update

  • This page details how to update an existing billing profile using a PUT HTTP request to the specified API endpoint.

  • The request requires a profileId path parameter to identify the user profile associated with the request.

  • The request body should contain an instance of BillingProfile.

  • A successful response will also contain an instance of BillingProfile.

  • The request requires the https://www.googleapis.com/auth/dfatrafficking OAuth scope for authorization.

Updates an existing billing profile.

HTTP request

PUT https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/billingProfiles

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
profileId

string (int64 format)

User profile ID associated with this request.

Request body

The request body contains an instance of BillingProfile.

Response body

If successful, the response body contains an instance of BillingProfile.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/dfatrafficking