Method: accounts.locations.questions.create

针对指定位置添加问题。

HTTP 请求

POST https://mybusiness.googleapis.com/v4/{parent=accounts/*/locations/*}/questions

网址采用 gRPC 转码语法。

路径参数

参数
parent

string

要为其编写问题的地点的名称。

请求正文

请求正文包含一个 Question 实例。

响应正文

如果成功,响应正文将包含一个新创建的 Question 实例。

授权范围

需要以下 OAuth 范围之一:

  • https://www.googleapis.com/auth/plus.business.manage
  • https://www.googleapis.com/auth/business.manage

有关详情,请参阅 OAuth 2.0 概览