Method: operators.clients.users.planStatus.create

携帯通信会社(固有の自律システム番号(ASN)で識別)が特定のプランのユーザーが使用できる新しい PlanStatus エントリを追加することを許可します。

HTTP リクエスト

POST https://mobiledataplansharing.googleapis.com/v1/{parent=operators/*}/clients/{clientId}/users/{userKey}/planStatus

この URL は gRPC Transcoding 構文を使用します。

パスパラメータ

パラメータ
parent

string

親リソースのリソース名。形式は operators/{asn_id} です。

clientId

string

プランのステータスが Google と共有されているクライアント。サポートされているクライアント ID は、mobiledataplan と youtube です。

userKey

string

プランのステータスを作成しているユーザーを識別するユーザーキー。

リクエスト本文

リクエストの本文には PlanStatus のインスタンスが含まれます。

レスポンスの本文

成功した場合、レスポンスの本文には、新しく作成された PlanStatus のインスタンスが含まれます。

認証スコープ

次の OAuth スコープが必要です。

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

詳しくは、OAuth 2.0 の概要をご覧ください。