检索广告客户在给定月份使用的账单币种。
HTTP 请求
GET https://displayvideo.googleapis.com/v2/advertisers/{advertiserId}/invoices:lookupInvoiceCurrency
网址采用 gRPC 转码语法。
路径参数
| 参数 | |
|---|---|
| advertiserId | 
 必需。要查询其币种的广告客户的 ID。 | 
查询参数
| 参数 | |
|---|---|
| invoiceMonth | 
 所需币种对应的月份。如果未设置,请求将返回广告客户的现有币种设置。 必须采用 YYYYMM 格式。 | 
请求正文
请求正文必须为空。
响应正文
如果成功,响应正文将包含结构如下的数据:
| JSON 表示法 | 
|---|
| { "currencyCode": string } | 
| 字段 | |
|---|---|
| currencyCode | 
 广告客户使用的货币(采用 ISO 4217 格式)。 | 
授权范围
需要以下 OAuth 范围之一:
- https://www.googleapis.com/auth/display-video
- https://www.googleapis.com/auth/display-video-mediaplanning
如需了解详情,请参阅 OAuth 2.0 概览。