Description

入金のサマリーを取得します。

Request URL

Account API

GET /v1/{tenant_id}/payment-summary

Request Json

This operation does not accept a request body.

Request Parameters

Parameter Value Style Description
X-Auth-Token トークンID header トークンIDを指定します。
tenant_id テナントID path テナントIDを指定します。

Response Code

Success

200

Example

Request

curl -i -X GET \
-H "Accept: application/json" \
-H "X-Auth-Token: トークンID" \
https://account.tyo1.conoha.io/v1/テナントID/payment-summary

Response

HTTP/1.1 200 OK
Date: Wed, 24 Dec 2014 04:36:31 GMT
Server: Apache
Content-Length: 141
Content-Type: application/json

{
  "payment_summary": {
    "total_deposit_amount": 1000
  }
}

ConoHaにて提供しておりますAPIにつきましては、クラウド基盤として採用しておりますOpenStackの機能にて実装しておりますので、詳細な情報や使い方はOpenStackのドキュメントにてご確認ください。